merge from 1.2.0-release (#1347)
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change package.xml
* log view service grpc
* log view service grpc
* log view service grpc
* log view service grpc
* log view service grpc
* add src pom
* remove package in alert,api,server
* remove package in alert,api,server
* add binary-front
* add binary-front
* change finalname
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* change finalname
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* change scm
* change scm (#1196)
* package.json update
* package.json update
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* add name
* [maven-release-plugin] prepare release 1.2.0
* update version
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* change chinese sql to english.
* change chinese sql to english.
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* add ui
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* remove unused code.
* add install node-sass
* remove unused code.
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db (#1225)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom (#1227)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add maven-source-plugin
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* ci and maven pom.xml modify (#1234)
* change verison to 1.2.0-release-SNAPSHOT (#1235)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] rollback the release of 1.2.0-release
* add name in pom and remove compile (#1236)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom (#1237)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* update pom
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add release-docs (#1241)
license and notice statistics
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* merge from dev-db (#1248)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* update pom.xml
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.2-release
* [maven-release-plugin] prepare for next development iteration
* update license (#1249)
* add licenses in assemble (#1253)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT (#1255)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0-RC1
* [maven-release-plugin] prepare for next development iteration
* change assembly id (#1261)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* add DISCLAIMER (#1262)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* add license in xml and properties (#1265)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* add license in dockerfile (#1269)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* merge dev-db to 1.2.0-release (#1270)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgra…
* add license in script and sql (#1271)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* merge dev-db to 1.2.0-release (#1272)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgra…
* add license in ci (#1273)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* merge dev-db to 1.2.0-release (#1276)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgra…
* change version to 1.2.0-SNAPSHOT (#1277)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* set defalut db type postgresql (#1282)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge incomplete (#1283)
* Add comments in method params and change org.quartz.jobStore.driverDelegateClass in docer file (#1284)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* REGEX_USER_NAME modify,support number and underline,task yarn status judge bug fix (#1287)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker …
* add sql files for postgre/mysql (#1285)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* update readme from branch dev (#1288)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute (#1289)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* Update README_zh_CN.md
* change postgresql default port (#1290)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT (#1291)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin (#1292)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* fix bug: remove 'between' in sql search. (#1293)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* fix bug: postgre cannot support between.
* fix bug: remove 'between' in sql search.
* add release note
* add release note
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* fix bug: list resource user a error interface. (#1294)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* fix bug: postgre cannot support between.
* fix bug: remove 'between' in sql search.
* add release note
* add release note
* fix bug: list resource user a error interface.
* Fix spelling mistakes
* revert version to 1.2.0 (#1295)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* fix bug: postgre cannot support between.
* fix bug: remove 'between' in sql search.
* add release note
* add release note
* fix bug: list resource user a error interface.
* Fix spelling mistakes
* revert version to 1.2.0
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* Parse the applicationId bug fix in the task log,#1298 (#1299)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server d…
* add how to build (#1301)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* fix bug: add milliseconds in start time and end time for dependent task. (#1302)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* fix bug: postgre cannot support between.
* fix bug: remove 'between' in sql search.
* add release note
* add release note
* fix bug: list resource user a error interface.
* Fix spelling mistakes
* revert version to 1.2.0
* add milliseconds in start time and end time for dependent task.
* fix bug: add user failed first time on postgre.
* fix bug: add user failed first time.
* update
* update
* update
* remove dir format in assembly (#1304)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* dockerfile maven package modify (#1305)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upg…
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* Remove the judgment of whether it is admin (#1308)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug when the administrator authorizes the project to ordinary users (#1309)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* Postgresql import primary key exception BUG fix (#1313)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug m…
* Added description of bug fixes and reset version (#1322)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* update dml when init queue table (#1323)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* update dml when init queue table
* reset version to 1.2.0-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* Add whether the administrator's judgment (#1325)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* update dml when init queue table
* reset version to 1.2.0-SNAPSHOT
* Add whether the administrator's judgment
* Add method comments
* Modify field name (#1327)
* reset version to 1.2.0-SNAPSHOT (#1328)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* update dml when init queue table
* reset version to 1.2.0-SNAPSHOT
* Add whether the administrator's judgment
* Add method comments
* reset version to 1.2.0-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* Comment parameter name and database name (#1329)
* Modify field name
* Comment parameter name and database name
* Determines whether the s database is empty (#1330)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* update dml when init queue table
* reset version to 1.2.0-SNAPSHOT
* Add whether the administrator's judgment
* Add method comments
* reset version to 1.2.0-SNAPSHOT
* Determines whether the s database is empty
* Determines whether the s database is empty
* add selectUdfById (#1331)
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* update dml when init queue table
* reset version to 1.2.0-SNAPSHOT
* Add whether the administrator's judgment
* Add method comments
* reset version to 1.2.0-SNAPSHOT
* Determines whether the s database is empty
* Determines whether the s database is empty
* reset version to 1.2.0-SNAPSHOT
* add selectUdfById
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* add mysql for quartz in install.sh (#1332)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* fix bug: postgre cannot support between.
* fix bug: remove 'between' in sql search.
* add release note
* add release note
* fix bug: list resource user a error interface.
* Fix spelling mistakes
* revert version to 1.2.0
* add milliseconds in start time and end time for dependent task.
* fix bug: add user failed first time on postgre.
* fix bug: add user failed first time.
* update
* update
* update
* add mysql for quartz in install.sh
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
5 years ago
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
~ Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
~ contributor license agreements. See the NOTICE file distributed with
|
|
|
|
~ this work for additional information regarding copyright ownership.
|
|
|
|
~ The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
~ (the "License"); you may not use this file except in compliance with
|
|
|
|
~ the License. You may obtain a copy of the License at
|
|
|
|
~
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
~
|
|
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
~ See the License for the specific language governing permissions and
|
|
|
|
~ limitations under the License.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.dolphinscheduler</groupId>
|
|
|
|
<artifactId>dolphinscheduler</artifactId>
|
branch dev merge from dev-1.3.0 (#3087)
* add DolphinScheduler slack channel
* Update README.md
Co-Authored-By: Jiajie Zhong <zhongjiajie955@hotmail.com>
* modify soft_version 1.2.2 to 1.3.0
* Repair worklist cannot be deleted
* update schema version (#2657)
* change schema version from 1.2.2 to 1.3.0
* change version value of table t_ds_version from 2.0.0 to 1.3.0
* fix bug: sub worker flow in complement data would run start date (#2581) (#2656)
Co-authored-by: baoliang <baoliang@analysys.com.cn>
* Fix conditions node save exception
* add unique key for t_ds_process_definition
* add unique key for t_ds_process_definition
* script variable has "processDefinitionId" is error #2664 (#2666)
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
* update filename
* Update dolphinscheduler_ddl.sql
* Delete dolphinscheduler_ddl.sql
* Delete dolphinscheduler_ddl.sql
* add unique key for t_ds_process_definition
add unique key for t_ds_process_definition
* add unique key for t_ds_process_definition
add unique key for t_ds_process_definition
* Modify the alert log file
* blank in eamil and left font align #2648 (#2673)
* script variable has "processDefinitionId" is error #2664
* blank in eamil and left font align #2648
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
* fix zookeeper health check and merge volumes into logs volume (#2674)
* fix zookeeper health check and merge volumes into logs volume
1. Fix zookeeper health check
2. Merge volumes into logs volume
3. Modify `dockerfile/hooks/build` script
* Modify ci_e2e and docker image registry
* Modify ci_e2e
* Modify ci_e2e
* Modify ci_e2e and move ./dockerfile/hooks/check to ./docker/docker-swarm/
* migrate docker composer and move dockerfile dir to docker/build
* ut docker
* alter dockerfile to docker/build dir
* delete docker-compose old
* delete dockerfile zk
* delete dockerfile zk
* delete dockerfile zk
* [bug fix] some bugs from 1.2.0 to 1.3.0 (#2676)
* fix bug: some bugs about worker group from 1.2.0 to 1.3.0
* fix bug: scheduler from 1.2.0 to 1.3.0 do not work
* fix bug: scheduler from 1.2.0 to 1.3.0 do not work
* fix ut bug
Co-authored-by: baoliang <baoliang@analysys.com.cn>
* add worker group config (#2681)
* update README about DolphinScheduler
* Update issue templates
* update
* regularize api pom xml
update rpc maven compile to 1.8
* regularize api pom xml
* change commons.lang3.StringUtils to common.utils.StringUtils
* update pom.xml
* update
* correct equals method
* jasper-runtime is needed when api server start
* jasper-runtime jar is needed when api server start
* combine logback config of master/worker/alert/api server to one logback.xml
* remove tomcat runtime jar
* add UT
* add license
* remove jasper-runtime jar, not need anymore
* sovle jar conflict, remove servlet-api 2.5 jar
* remove servlet 2.5
* add embedded database h2 and update embedded zookeeper
* delete logs
* add license
* change log level to INFO
* simplify and optimize config
* add development state
* simplify common config
* add worker group config
* add worker group config
Co-authored-by: lidongdai <escheduler@outlook.com>
Co-authored-by: dailidong <dolphinschedule@gmail.com>
* delete log files while deleting process instances #2463 (#2693)
* script variable has "processDefinitionId" is error #2664
* blank in eamil and left font align #2648
* delete log files while deleting process instances #2463
* delete log files while deleting process instances #2463
* delete log files while deleting process instances #2463
* delete log files while deleting process instances #2463
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
* Update dolphinscheduler_ddl.sql
* Using docker/docker-swarm/docker-compose.yml to run pg and zk in ci_ut.yml (#2692)
* Using docker/docker-swarm/docker-compose.yml to run pg and zk in ci_ut.yml
1. add initdb volume for pg service in docker-compose.yml
2. modify ci_ut.yml
* add sudo in ci_ut.yml
* Query the metadata of indexes is not correct in postgresql/dolphinscheduler_ddl.sql
1. replace information_schema.STATISTICS to pg_stat_all_indexes
2. modify ProcessDefinitionMapperTest.java
* Remove inner zk and pg
* add inner pg
* conditions The task node adds a background color to distinguish successful and failed connections
* add LoggerServerTest UT (#2713)
* add LoggerServerTest UT
* add LoggerServerTest UT
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
* add UT (#2717)
* add LoggerServerTest UT
* add LoggerServerTest UT
* add LoggerServerTest UT
add RemoveTaskLogRequestCommandTest UT
add RemoveTaskLogResponseCommandTest
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
* fix worker group config no effect (#2719)
* Conditional judgment adds text
* fix
* fix #2449:It's should successful to cancel authorize a resource of a user if all the online process definitions created by this user didn't use this resource. (#2725)
* Underline the list of workflow operations
* Modify HDFS/S3 path (#2736)
* Modify HDFS/S3 path
* Modify HDFS/S3 path
* Update common.properties
Co-authored-by: chenxingchun <438044805@qq.com>
Co-authored-by: dailidong <dailidong66@gmail.com>
* Modify ip configuration
* set worker group (#2743)
* simple config
* fix worker group config no effect
* fix #2598::allow to update resource suffix,but if it is authorized to other users,it is not allowed (#2732)
* fix #2598:allow to update resource suffix,but if it is authorized to other users,it is not allowed.
* add RESOURCE_IS_AUTHORIZED status
* verify whether the suffix is empty
* remove extra variables
* fix code smell
* Update known-dependencies.txt
* update worker group config (#2746)
* fix worker group config no effect
* remove codehaus janino jar
the license about janino maybe not compatiable with Apache v2
* Merge remote-tracking branch 'upstream/dev-1.3.0' into dev-1.3.0
# Conflicts:
# dolphinscheduler-server/src/main/resources/config/install_config.conf
* Update datasource.properties
* remove codehaus janino jar (#2742)
the license about janino maybe not compatiable with Apache v2
* [bug fix] fix bug:2634:Process shows success,when the task of the process is killed in the terminal (#2731)
* fix bug: some bugs about worker group from 1.2.0 to 1.3.0
* fix bug: scheduler from 1.2.0 to 1.3.0 do not work
* fix bug: scheduler from 1.2.0 to 1.3.0 do not work
* fix ut bug
* fix bug: Process shows success,when the task of the process is killed in the termina
* fix bug #2634: Process shows success,when the task of the process is killed in the terminal
Co-authored-by: baoliang <baoliang@analysys.com.cn>
* Update known-dependencies.txt (#2748)
* fix getWorkers bug on RunConfig (#2747)
* fix worker group config no effect
* remove codehaus janino jar
the license about janino maybe not compatiable with Apache v2
* Merge remote-tracking branch 'upstream/dev-1.3.0' into dev-1.3.0
# Conflicts:
# dolphinscheduler-server/src/main/resources/config/install_config.conf
* datasource config
* Update datasource.properties
* fix RunConfig bug
* master select worker filter high load worker #2704 (#2733)
* add LoggerServerTest UT
* add LoggerServerTest UT
* add LoggerServerTest UT
add RemoveTaskLogRequestCommandTest UT
add RemoveTaskLogResponseCommandTest
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
* Fix rename check parameter
* fix
* fix 2598:change getId to getUserId (#2757)
* fix #2598:allow to update resource suffix,but if it is authorized to other users,it is not allowed.
* add RESOURCE_IS_AUTHORIZED status
* verify whether the suffix is empty
* remove extra variables
* fix code smell
* change getId to getUserId
* Fix MySQL autoDeserialize bug (#2728)
* Fix MySQL autoDeserialize bug
* add MySQLDataSourceTest
* Fix workflow definition history node data cannot be opened
* fix
* delete normalize
* update e2e chrome version (#2775)
Co-authored-by: chenxingchun <438044805@qq.com>
* Modify the background color of conditions task node connection
* [BUF FIX]fix: the master would be blocked when worker group not exists (#2764)
* feature: add number configuration for master dispatch tasks
* fix bug(#2762) the master would be blocked when worker group not exists
* fix bug(#2762) the master would be blocked when worker group not exists
* fix ut
* fix ut
Co-authored-by: baoliang <baoliang@analysys.com.cn>
* [BUG FIX] fix bug: dependent task failed when conditions task exists (#2768)
* fix bug 2464: change dependent task for process.
* remove unused code
* add ut
* add ut
* update comments
Co-authored-by: baoliang <baoliang@analysys.com.cn>
* Hourly dependency configuration, 'currentHour' and 'last24Hours' (#2696)
* [feature] Add hourly dependency scenarios
* [Feature] #2680
add DependentUtilsTest UT
Co-authored-by: changqun.xu <changqun.xu@17zuoye.com>
Co-authored-by: xuchangqun <changqun.x@gmail.com>
* fix sql task bug #2739 (#2741)
* Solve the failure to execute non-query sql
* fix sql task bug
Co-authored-by: sunchaohe <sunzhaohe@linklogis.com>
Co-authored-by: qiaozhanwei <qiaozhanwei@outlook.com>
Co-authored-by: lgcareer <18610854716@163.com>
* Worker group adds check
* fix
* Worker group adds check (#2787)
* Worker group adds check
* fix
* add not worker log and remove worker invalid property (#2784)
* add LoggerServerTest UT
* add LoggerServerTest UT
* add LoggerServerTest UT
add RemoveTaskLogRequestCommandTest UT
add RemoveTaskLogResponseCommandTest
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* add not worker log and remove worker invalid property
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
* Modify the ambari-plugin readme for packing RPM packages and add a description of the replication plug-in directory (#2786)
* fixed #2788 resolve the bug #2788 (#2789)
* Modify the ambari-plugin readme for packing RPM packages and add a description of the replication plug-in directory
* fixed #2788
* [BUG FIX] fix bug:cannot pause work flow when task state is "submit success" (#2783)
* feature: add number configuration for master dispatch tasks
* fix bug(#2762) the master would be blocked when worker group not exists
* fix bug(#2762) the master would be blocked when worker group not exists
* fix ut
* fix ut
* fix bug(2781): cannot pause work flow when task state is "submit success"
* fix code smell
* add mysql other param blank judge
* test
* update comments
* update comments
* add ut
Co-authored-by: baoliang <baoliang@analysys.com.cn>
* fix bug:#2735 (#2770)
1. store process id in zk.
2. resolve host and port through zk path.
3. modify ui key.
* Modify startup parameter worker group value
* Fix [Bug] process definition json worker group convert #2794 (#2795)
* add LoggerServerTest UT
* add LoggerServerTest UT
* add LoggerServerTest UT
add RemoveTaskLogRequestCommandTest UT
add RemoveTaskLogResponseCommandTest
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* add not worker log and remove worker invalid property
* process definition json worker group convert #2794
* process definition json worker group convert #2794
* process definition json worker group convert #2794
* process definition json worker group convert #2794
* process definition json worker group convert #2794
* process definition json worker group convert #2794
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
* [BUG FIX]fix bug: Restart the worker service again, the previously submitted successful tasks are not executed bug (#2800)
* feature: add number configuration for master dispatch tasks
* fix bug(#2762) the master would be blocked when worker group not exists
* fix bug(#2762) the master would be blocked when worker group not exists
* fix ut
* fix ut
* fix bug(2781): cannot pause work flow when task state is "submit success"
* fix code smell
* add mysql other param blank judge
* test
* update comments
* update comments
* add ut
* fix bug: Restart the worker service again, the previously submitted successful tasks are not executed
* update comments
* add sleep
Co-authored-by: baoliang <baoliang@analysys.com.cn>
* delete unnecessary configuration items (#2803)
* rename worker_group_id to worker_group and set the value of worker_group_name (#2801)
* process definition json worker group convert #2794 (#2809)
* add LoggerServerTest UT
* add LoggerServerTest UT
* add LoggerServerTest UT
add RemoveTaskLogRequestCommandTest UT
add RemoveTaskLogResponseCommandTest
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* add not worker log and remove worker invalid property
* process definition json worker group convert #2794
* process definition json worker group convert #2794
* process definition json worker group convert #2794
* process definition json worker group convert #2794
* process definition json worker group convert #2794
* process definition json worker group convert #2794
* process definition json worker group convert #2794
* process definition json worker group convert #2794
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
* compatible old version host not port delete log file (#2811)
* add LoggerServerTest UT
* add LoggerServerTest UT
* add LoggerServerTest UT
add RemoveTaskLogRequestCommandTest UT
add RemoveTaskLogResponseCommandTest
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* master select worker filter high load worker #2704
* add not worker log and remove worker invalid property
* process definition json worker group convert #2794
* process definition json worker group convert #2794
* process definition json worker group convert #2794
* process definition json worker group convert #2794
* process definition json worker group convert #2794
* process definition json worker group convert #2794
* process definition json worker group convert #2794
* process definition json worker group convert #2794
* compatible old version host not port delete log file
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
* Added instructions for ambari to add and remove Dolphin Schdumer components on nodes (#2806)
* delete unnecessary configuration items
* Added instructions for ambari to add and remove Dolphin Schdumer components on nodes
* Added instructions for ambari to add and remove Dolphin Schdumer components on nodes
* fix oracle connect failure (#2812)
* use method getJdbcUrl of parent
* Remove the incorrect print message
* Modify process group workerGroup value display and filter child node duplicate values
* Repair process definition bulk delete function
* when init workflow, the tenantId linked by the tenantId of user
* dag download does not refresh, modify the task instance operation width value
* fix
* [bug fix]fix bug: After the master is fault-tolerant, it cannot resume operation (#2813)
* feature: add number configuration for master dispatch tasks
* fix bug(#2762) the master would be blocked when worker group not exists
* fix bug(#2762) the master would be blocked when worker group not exists
* fix ut
* fix ut
* fix bug(2781): cannot pause work flow when task state is "submit success"
* fix code smell
* add mysql other param blank judge
* test
* update comments
* update comments
* add ut
* fix bug: Restart the worker service again, the previously submitted successful tasks are not executed
* update comments
* add sleep
* add null point check
* fix bug:After the master is fault-tolerant, it cannot resume operation
* fix bug: do not failover the host is 'NULL' process
Co-authored-by: baoliang <baoliang@analysys.com.cn>
* When update the data source,the host and port show error (#2821)
* When update the data source,the host and port show error
* update DataSourceServiceTest
* update DataSourceServiceTest
* update DataSourceServiceTest
* Fix ORACLE service name value display
* Add tips for download workflow
* fix
* [bug fix] fix: The workflow is fault-tolerant and 2 task instances are generated (#2833)
* feature: add number configuration for master dispatch tasks
* fix bug(#2762) the master would be blocked when worker group not exists
* fix bug(#2762) the master would be blocked when worker group not exists
* fix ut
* fix ut
* fix bug(2781): cannot pause work flow when task state is "submit success"
* fix code smell
* add mysql other param blank judge
* test
* update comments
* update comments
* add ut
* fix bug: Restart the worker service again, the previously submitted successful tasks are not executed
* update comments
* add sleep
* add null point check
* fix bug:After the master is fault-tolerant, it cannot resume operation
* fix bug: do not failover the host is 'NULL' process
* fix bug:worker failover error.
Co-authored-by: baoliang <baoliang@analysys.com.cn>
* add maven Xmx to 5g
* fix bug: send task result to master until success. (#2839)
* fix bug: send task result to master until success.
* fix bug: send task result to master until success.
* add sleep
* set null if send result failed
* set null if send result failed
Co-authored-by: baoliang <baoliang@analysys.com.cn>
* Fix errors when running on win10 (#2842)
1. DS cant run bat script
2. DS cant run python script
3. DS cant run datax script
* Fix abnormal display of regular worker parameters
* add source license full text into source license (#2840)
* add source license full text into source license
* exclude ScriptRunner.java on rat check
* fix table not exist when init db metadata (#2838)
* fix table not exist when init db metadata
* fix db init error
* fix ds-1.3.0 init db
* init db modify process instance json
Co-authored-by: eights <yelli.hl@foxmail.com>
* change notice copyright date from 2019 to 2019-2020 (#2847)
* add source license full text into source license
* exclude ScriptRunner.java on rat check
* change notice copyright date from 2019 to 2019-2020
* fix [BUG] TaskExecutionContextCacheManagerImpl Do not execute removeByTaskInstanceId #2745 (#2754)
* mr resource display and create user username length cannot be less than 3
* fix
* fix
* fix
* fix table T_DS_ALERT (#2854)
* fix worker group config no effect
* remove codehaus janino jar
the license about janino maybe not compatiable with Apache v2
* Merge remote-tracking branch 'upstream/dev-1.3.0' into dev-1.3.0
# Conflicts:
# dolphinscheduler-server/src/main/resources/config/install_config.conf
* datasource config
* Update datasource.properties
* fix RunConfig bug
* remove param monitor server state
* fix table T_DS_ALERT
* fix
* fix
* modify t_ds_task_instance app_link change sql (#2861)
* change max length of user name to 39 (#2856)
* fix bug: send task result to master until success.
* fix bug: send task result to master until success.
* add sleep
* set null if send result failed
* set null if send result failed
* change max length of username to 39
Co-authored-by: baoliang <baoliang@analysys.com.cn>
* copy resources need get top directory first (#2866)
* copy resources need get top directory first
* copy resources need get top directory first
* fix #2860:copy files and create empty directory (#2876)
* copy resources need get top directory first
* copy resources need get top directory first
* fix #2860:copy files and create empty directory
* Fix bug:If user didn't set the value of tenant,release process definition fail (#2885)
* copy resources need get top directory first
* copy resources need get top directory first
* fix #2860:copy files and create empty directory
* Fix bug:If user didn't set the value of tenant,release process definition online fail
* merge method updateuser if and fix bug#2892
fix [BUG] When editing user information, clear the phone number, the database table t_ds_user.phone is not cleared #2892
* fix bug: sqoop mysql import params error (#2896)
* fix bug: sqoop mysql import params error
* fix bug: sqoop mysql import params error
* Fixed selection of tenant value and defalut changed to lower case
* update how to build and remove docs link (#2906)
* Fix tasks not execute in sub-process when rerun scheduled process. #2903 (#2908)
* fix create table sql exception (#2912)
fix create table sql exception
* fix #2910 master server will show exception for some time when it restart (#2913)
* fix worker group config no effect
* remove codehaus janino jar
the license about janino maybe not compatiable with Apache v2
* Merge remote-tracking branch 'upstream/dev-1.3.0' into dev-1.3.0
# Conflicts:
# dolphinscheduler-server/src/main/resources/config/install_config.conf
* datasource config
* Update datasource.properties
* fix RunConfig bug
* remove param monitor server state
* fix table T_DS_ALERT
* update h2 database
* fix #2910 master server will show exception for some time when it restart
* Fixbug datax task (#2909)
* fix: local param bug
* fix: UT bug
Co-authored-by: Rubik-W <whm_777@163.com>
* [license] add license and notice (#2916)
* fix bug: send task result to master until success.
* fix bug: send task result to master until success.
* add sleep
* set null if send result failed
* set null if send result failed
* change max length of username to 39
* test for gc
* change version to 1.3.0
* check and add some license files
* check and add some license files
* revert
Co-authored-by: baoliang <baoliang@analysys.com.cn>
* fix oom when no master is active in dev-1.3.0 (#2918)
* fix worker group config no effect
* remove codehaus janino jar
the license about janino maybe not compatiable with Apache v2
* Merge remote-tracking branch 'upstream/dev-1.3.0' into dev-1.3.0
# Conflicts:
# dolphinscheduler-server/src/main/resources/config/install_config.conf
* datasource config
* Update datasource.properties
* fix RunConfig bug
* remove param monitor server state
* fix table T_DS_ALERT
* update h2 database
* fix #2910 master server will show exception for some time when it restart
* fix oom when no master is active
* fix worker oom when master server restart
* fix oom
* fix
* add UT
* fix worker group config no effect
* Python, sql, sqoop,datax task node editor adds zoom function #2929 (#2933)
* Python, sql, sqoop task node editor adds zoom function
* fix
* change 1.3.0 to 1.3.0-snapshot
* add janino-3.0.12.jar
* delete duplicate codes
* add commons-compiler-3.0.12.jar
* change delete status according to delete action result
* Delete the pom files animation.scss, _normalize.scss and _animation.scss under the common folder
* Change email to default (#2981)
* add mybatis-3 notice in the top-level notice (#3003)
* fix download resource file that under the directory error (#3007)
* add mybatis-3 notice in the top-level notice
* fix download resource file that under the directory error
* Fix unfiltered jar files in resource directory and UDF upload resource parameters (#3008)
* Change email to default
* Fix unfiltered jar files in resource directory and UDF upload resource parameters
* fix singe resource manager will NPE (#3013)
* fix worker group config no effect
* remove codehaus janino jar
the license about janino maybe not compatiable with Apache v2
* Merge remote-tracking branch 'upstream/dev-1.3.0' into dev-1.3.0
# Conflicts:
# dolphinscheduler-server/src/main/resources/config/install_config.conf
* datasource config
* Update datasource.properties
* fix RunConfig bug
* remove param monitor server state
* fix table T_DS_ALERT
* update h2 database
* fix #2910 master server will show exception for some time when it restart
* fix oom when no master is active
* fix worker oom when master server restart
* fix oom
* fix
* add UT
* fix worker group config no effect
* fix singe resource manager will NPE
* Update HadoopUtilsTest.java
* merge from dev-1.3.0
* update ut
* remove duplicate code
* remove exception ut
* remove exception ut
* remove exception ut
* remove exception ut
* remove exception ut
* [bugfix] remove Conflicting configuration sudo and user (#3038)
Co-authored-by: zhangchunyang1024 <zhangchunyang0123@gamil.com>
* [bugfix] 1. fix alert.json includes repeated tag 'DOLPHIN_ALERT' 2. metainfo.xml The version number of the RPM package is no longer specified in the metainfo.xml (#3032)
Co-authored-by: zhangchunyang1024 <zhangchunyang0123@gamil.com>
* [feature] readme.md adds instructions for changing environment variables (#3031)
Co-authored-by: zhangchunyang1024 <zhangchunyang0123@gamil.com>
* merge from dev
* Change favicon.ico icon introduction method and package compilation to increase version number (#3030)
Co-authored-by: Jiajie Zhong <zhongjiajie955@hotmail.com>
Co-authored-by: qiaozhanwei <qiaozhanwei@outlook.com>
Co-authored-by: chenxingchun <438044805@qq.com>
Co-authored-by: break60 <790061044@qq.com>
Co-authored-by: lgcareer <18610854716@163.com>
Co-authored-by: bao liang <29528966+lenboo@users.noreply.github.com>
Co-authored-by: baoliang <baoliang@analysys.com.cn>
Co-authored-by: Simon <3656562@qq.com>
Co-authored-by: xingchun-chen <55787491+xingchun-chen@users.noreply.github.com>
Co-authored-by: 张世鸣 <zhangshiming@cvte.com>
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
Co-authored-by: liwenhe1993 <liwenhe@apache.org>
Co-authored-by: xiaochun.liu <xiaochun.liu@centurygame.com>
Co-authored-by: lidongdai <escheduler@outlook.com>
Co-authored-by: dailidong <dolphinschedule@gmail.com>
Co-authored-by: Tboy <guo.jiwei@immomo.com>
Co-authored-by: xuchangqun <58328021+xuchangqun@users.noreply.github.com>
Co-authored-by: changqun.xu <changqun.xu@17zuoye.com>
Co-authored-by: xuchangqun <changqun.x@gmail.com>
Co-authored-by: zixi0825 <649790970@qq.com>
Co-authored-by: sunchaohe <sunzhaohe@linklogis.com>
Co-authored-by: zhangchunyang <zhangchunyang0123@gmail.com>
Co-authored-by: tlhhup <137273278@qq.com>
Co-authored-by: yelli.hl@foxmail.com <amarantine@my.com>
Co-authored-by: eights <yelli.hl@foxmail.com>
Co-authored-by: yaoyao <42244568+1445103710@users.noreply.github.com>
Co-authored-by: 小清 <62982788+597365581@users.noreply.github.com>
Co-authored-by: gabry.wu <gabrywu@apache.org>
Co-authored-by: t1mon <178317391@qq.com>
Co-authored-by: Rubik-W <39549317+Rubik-W@users.noreply.github.com>
Co-authored-by: Rubik-W <whm_777@163.com>
Co-authored-by: zhangchunyang1024 <zhangchunyang0123@gamil.com>
4 years ago
|
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
<artifactId>dolphinscheduler-common</artifactId>
|
|
|
|
<name>dolphinscheduler-common</name>
|
|
|
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<codehaus.janino.version>3.1.0</codehaus.janino.version>
|
|
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.dolphinscheduler</groupId>
|
|
|
|
<artifactId>dolphinscheduler-plugin-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
<type>jar</type>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.powermock</groupId>
|
|
|
|
<artifactId>powermock-module-junit4</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.powermock</groupId>
|
|
|
|
<artifactId>powermock-api-mockito2</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-configuration</groupId>
|
|
|
|
<artifactId>commons-configuration</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-collections4</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-common</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>jdk.tools</groupId>
|
|
|
|
<artifactId>jdk.tools</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.curator</groupId>
|
|
|
|
<artifactId>curator-client</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-configuration</groupId>
|
|
|
|
<artifactId>commons-configuration</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>io.grpc</groupId>
|
|
|
|
<artifactId>grpc-protobuf</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
<artifactId>netty</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
<artifactId>jackson-core-asl</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
<artifactId>jackson-mapper-asl</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.protobuf</groupId>
|
|
|
|
<artifactId>jackson-mapper-asl</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-math3</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>xmlenc</groupId>
|
|
|
|
<artifactId>xmlenc</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-net</groupId>
|
|
|
|
<artifactId>commons-net</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.avro</groupId>
|
|
|
|
<artifactId>avro</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
|
|
<artifactId>zookeeper</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jsr305</artifactId>
|
|
|
|
<groupId>com.google.code.findbugs</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.servlet.jsp</groupId>
|
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jersey-json</artifactId>
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jersey-server</artifactId>
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jersey-core</artifactId>
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>xz</artifactId>
|
|
|
|
<groupId>org.tukaani</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-client</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
<artifactId>jackson-jaxrs</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
<artifactId>jackson-xc</artifactId>
|
|
|
|
</exclusion>
|
merge from 1.2.0-release (#1347)
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change package.xml
* log view service grpc
* log view service grpc
* log view service grpc
* log view service grpc
* log view service grpc
* add src pom
* remove package in alert,api,server
* remove package in alert,api,server
* add binary-front
* add binary-front
* change finalname
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* change finalname
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* change scm
* change scm (#1196)
* package.json update
* package.json update
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* add name
* [maven-release-plugin] prepare release 1.2.0
* update version
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* change chinese sql to english.
* change chinese sql to english.
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* add ui
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* remove unused code.
* add install node-sass
* remove unused code.
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db (#1225)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom (#1227)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add maven-source-plugin
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* ci and maven pom.xml modify (#1234)
* change verison to 1.2.0-release-SNAPSHOT (#1235)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] rollback the release of 1.2.0-release
* add name in pom and remove compile (#1236)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom (#1237)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* update pom
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add release-docs (#1241)
license and notice statistics
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* merge from dev-db (#1248)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* update pom.xml
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.2-release
* [maven-release-plugin] prepare for next development iteration
* update license (#1249)
* add licenses in assemble (#1253)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT (#1255)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0-RC1
* [maven-release-plugin] prepare for next development iteration
* change assembly id (#1261)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* add DISCLAIMER (#1262)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* add license in xml and properties (#1265)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* add license in dockerfile (#1269)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* merge dev-db to 1.2.0-release (#1270)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgra…
* add license in script and sql (#1271)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* merge dev-db to 1.2.0-release (#1272)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgra…
* add license in ci (#1273)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* merge dev-db to 1.2.0-release (#1276)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgra…
* change version to 1.2.0-SNAPSHOT (#1277)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* set defalut db type postgresql (#1282)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge incomplete (#1283)
* Add comments in method params and change org.quartz.jobStore.driverDelegateClass in docer file (#1284)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* REGEX_USER_NAME modify,support number and underline,task yarn status judge bug fix (#1287)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker …
* add sql files for postgre/mysql (#1285)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* update readme from branch dev (#1288)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute (#1289)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* Update README_zh_CN.md
* change postgresql default port (#1290)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT (#1291)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin (#1292)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* fix bug: remove 'between' in sql search. (#1293)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* fix bug: postgre cannot support between.
* fix bug: remove 'between' in sql search.
* add release note
* add release note
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* fix bug: list resource user a error interface. (#1294)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* fix bug: postgre cannot support between.
* fix bug: remove 'between' in sql search.
* add release note
* add release note
* fix bug: list resource user a error interface.
* Fix spelling mistakes
* revert version to 1.2.0 (#1295)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* fix bug: postgre cannot support between.
* fix bug: remove 'between' in sql search.
* add release note
* add release note
* fix bug: list resource user a error interface.
* Fix spelling mistakes
* revert version to 1.2.0
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* Parse the applicationId bug fix in the task log,#1298 (#1299)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server d…
* add how to build (#1301)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* fix bug: add milliseconds in start time and end time for dependent task. (#1302)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* fix bug: postgre cannot support between.
* fix bug: remove 'between' in sql search.
* add release note
* add release note
* fix bug: list resource user a error interface.
* Fix spelling mistakes
* revert version to 1.2.0
* add milliseconds in start time and end time for dependent task.
* fix bug: add user failed first time on postgre.
* fix bug: add user failed first time.
* update
* update
* update
* remove dir format in assembly (#1304)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* dockerfile maven package modify (#1305)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upg…
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* Remove the judgment of whether it is admin (#1308)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug when the administrator authorizes the project to ordinary users (#1309)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* Postgresql import primary key exception BUG fix (#1313)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug m…
* Added description of bug fixes and reset version (#1322)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* update dml when init queue table (#1323)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* update dml when init queue table
* reset version to 1.2.0-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* Add whether the administrator's judgment (#1325)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* update dml when init queue table
* reset version to 1.2.0-SNAPSHOT
* Add whether the administrator's judgment
* Add method comments
* Modify field name (#1327)
* reset version to 1.2.0-SNAPSHOT (#1328)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* update dml when init queue table
* reset version to 1.2.0-SNAPSHOT
* Add whether the administrator's judgment
* Add method comments
* reset version to 1.2.0-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* Comment parameter name and database name (#1329)
* Modify field name
* Comment parameter name and database name
* Determines whether the s database is empty (#1330)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* update dml when init queue table
* reset version to 1.2.0-SNAPSHOT
* Add whether the administrator's judgment
* Add method comments
* reset version to 1.2.0-SNAPSHOT
* Determines whether the s database is empty
* Determines whether the s database is empty
* add selectUdfById (#1331)
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* update dml when init queue table
* reset version to 1.2.0-SNAPSHOT
* Add whether the administrator's judgment
* Add method comments
* reset version to 1.2.0-SNAPSHOT
* Determines whether the s database is empty
* Determines whether the s database is empty
* reset version to 1.2.0-SNAPSHOT
* add selectUdfById
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* add mysql for quartz in install.sh (#1332)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* fix bug: postgre cannot support between.
* fix bug: remove 'between' in sql search.
* add release note
* add release note
* fix bug: list resource user a error interface.
* Fix spelling mistakes
* revert version to 1.2.0
* add milliseconds in start time and end time for dependent task.
* fix bug: add user failed first time on postgre.
* fix bug: add user failed first time.
* update
* update
* update
* add mysql for quartz in install.sh
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
5 years ago
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.fusesource.leveldbjni</groupId>
|
|
|
|
<artifactId>leveldbjni-all</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
|
|
<artifactId>zookeeper</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-mapreduce-client-shuffle</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jersey-client</artifactId>
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jersey-core</artifactId>
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-hdfs</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
<artifactId>netty</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.protobuf</groupId>
|
|
|
|
<artifactId>protobuf-java</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>xmlenc</groupId>
|
|
|
|
<artifactId>xmlenc</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
<artifactId>netty-all</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.fusesource.leveldbjni</groupId>
|
|
|
|
<artifactId>leveldbjni-all</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jersey-core</artifactId>
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jersey-server</artifactId>
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-aws</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-common</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.postgresql</groupId>
|
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hive</groupId>
|
|
|
|
<artifactId>hive-jdbc</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.eclipse.jetty.aggregate</groupId>
|
|
|
|
<artifactId>jetty-all</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.ant</groupId>
|
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>io.dropwizard.metrics</groupId>
|
|
|
|
<artifactId>metrics-json</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>io.dropwizard.metrics</groupId>
|
|
|
|
<artifactId>metrics-jvm</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.github.joshelser</groupId>
|
|
|
|
<artifactId>dropwizard-metrics-hadoop-metrics2-reporter</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
<artifactId>netty-all</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.code.findbugs</groupId>
|
|
|
|
<artifactId>jsr305</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>io.dropwizard.metrics</groupId>
|
|
|
|
<artifactId>metrics-core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.avro</groupId>
|
|
|
|
<artifactId>avro</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-compress</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.curator</groupId>
|
|
|
|
<artifactId>curator-client</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-auth</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-mapreduce-client-core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-yarn-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
|
|
<artifactId>zookeeper</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
<artifactId>jackson-jaxrs</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
<artifactId>jackson-xc</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.protobuf</groupId>
|
|
|
|
<artifactId>protobuf-java</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.json</groupId>
|
|
|
|
<artifactId>json</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>log4j-slf4j-impl</artifactId>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>javax.servlet</artifactId>
|
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>servlet-api-2.5</artifactId>
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jasper-runtime</artifactId>
|
|
|
|
<groupId>tomcat</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>slider-core</artifactId>
|
|
|
|
<groupId>org.apache.slider</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>hbase-server</artifactId>
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jersey-client</artifactId>
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jersey-core</artifactId>
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jersey-json</artifactId>
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jersey-server</artifactId>
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jersey-guice</artifactId>
|
|
|
|
<groupId>com.sun.jersey.contribs</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>hbase-common</artifactId>
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>hbase-hadoop2-compat</artifactId>
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>hbase-client</artifactId>
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>hbase-hadoop-compat</artifactId>
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>tephra-hbase-compat-1.0</artifactId>
|
|
|
|
<groupId>co.cask.tephra</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>hive-llap-client</artifactId>
|
|
|
|
<groupId>org.apache.hive</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>hive-llap-common</artifactId>
|
|
|
|
<groupId>org.apache.hive</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>hive-llap-server</artifactId>
|
|
|
|
<groupId>org.apache.hive</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>tephra-core</artifactId>
|
|
|
|
<groupId>co.cask.tephra</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
<groupId>ant</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>stringtemplate</artifactId>
|
|
|
|
<groupId>org.antlr</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>antlr-runtime</artifactId>
|
|
|
|
<groupId>org.antlr</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>hive-shims</artifactId>
|
|
|
|
<groupId>org.apache.hive</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>log4j-api</artifactId>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>log4j-core</artifactId>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>log4j-web</artifactId>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jasper-compiler</artifactId>
|
|
|
|
<groupId>tomcat</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.oshi</groupId>
|
|
|
|
<artifactId>oshi-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>ru.yandex.clickhouse</groupId>
|
|
|
|
<artifactId>clickhouse-jdbc</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>com.fasterxml.jackson.core</artifactId>
|
|
|
|
<groupId>jackson-core</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>com.fasterxml.jackson.core</artifactId>
|
|
|
|
<groupId>jackson-databind</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.sqlserver</groupId>
|
|
|
|
<artifactId>mssql-jdbc</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>azure-keyvault</artifactId>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
<artifactId>mybatis-plus-annotation</artifactId>
|
|
|
|
<version>${mybatis-plus.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
merge from 1.2.0-release (#1347)
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change package.xml
* log view service grpc
* log view service grpc
* log view service grpc
* log view service grpc
* log view service grpc
* add src pom
* remove package in alert,api,server
* remove package in alert,api,server
* add binary-front
* add binary-front
* change finalname
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* change finalname
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* change scm
* change scm (#1196)
* package.json update
* package.json update
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* add name
* [maven-release-plugin] prepare release 1.2.0
* update version
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* change chinese sql to english.
* change chinese sql to english.
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* add ui
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* remove unused code.
* add install node-sass
* remove unused code.
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db (#1225)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom (#1227)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add maven-source-plugin
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* ci and maven pom.xml modify (#1234)
* change verison to 1.2.0-release-SNAPSHOT (#1235)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] rollback the release of 1.2.0-release
* add name in pom and remove compile (#1236)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom (#1237)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* update pom
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add release-docs (#1241)
license and notice statistics
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* merge from dev-db (#1248)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* update pom.xml
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.2-release
* [maven-release-plugin] prepare for next development iteration
* update license (#1249)
* add licenses in assemble (#1253)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT (#1255)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0-RC1
* [maven-release-plugin] prepare for next development iteration
* change assembly id (#1261)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* add DISCLAIMER (#1262)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* add license in xml and properties (#1265)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* add license in dockerfile (#1269)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* merge dev-db to 1.2.0-release (#1270)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgra…
* add license in script and sql (#1271)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* merge dev-db to 1.2.0-release (#1272)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgra…
* add license in ci (#1273)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* merge dev-db to 1.2.0-release (#1276)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgra…
* change version to 1.2.0-SNAPSHOT (#1277)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* set defalut db type postgresql (#1282)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge incomplete (#1283)
* Add comments in method params and change org.quartz.jobStore.driverDelegateClass in docer file (#1284)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* REGEX_USER_NAME modify,support number and underline,task yarn status judge bug fix (#1287)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker …
* add sql files for postgre/mysql (#1285)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* update readme from branch dev (#1288)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute (#1289)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* Update README_zh_CN.md
* change postgresql default port (#1290)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT (#1291)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin (#1292)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* fix bug: remove 'between' in sql search. (#1293)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* fix bug: postgre cannot support between.
* fix bug: remove 'between' in sql search.
* add release note
* add release note
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* fix bug: list resource user a error interface. (#1294)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* fix bug: postgre cannot support between.
* fix bug: remove 'between' in sql search.
* add release note
* add release note
* fix bug: list resource user a error interface.
* Fix spelling mistakes
* revert version to 1.2.0 (#1295)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* fix bug: postgre cannot support between.
* fix bug: remove 'between' in sql search.
* add release note
* add release note
* fix bug: list resource user a error interface.
* Fix spelling mistakes
* revert version to 1.2.0
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* Parse the applicationId bug fix in the task log,#1298 (#1299)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server d…
* add how to build (#1301)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* fix bug: add milliseconds in start time and end time for dependent task. (#1302)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* fix bug: postgre cannot support between.
* fix bug: remove 'between' in sql search.
* add release note
* add release note
* fix bug: list resource user a error interface.
* Fix spelling mistakes
* revert version to 1.2.0
* add milliseconds in start time and end time for dependent task.
* fix bug: add user failed first time on postgre.
* fix bug: add user failed first time.
* update
* update
* update
* remove dir format in assembly (#1304)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* dockerfile maven package modify (#1305)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upg…
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* Remove the judgment of whether it is admin (#1308)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug when the administrator authorizes the project to ordinary users (#1309)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* Postgresql import primary key exception BUG fix (#1313)
* reset pgsql (#1178)
+ 1
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* master startup error bug fix (#1229)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* master startup error bug fix
* delete class App, let spring manage connectionFactory (#1233)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer (#1244)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* ConnectionFactory add paging intercepter
* ConnectionFactory add paging intercepter (#1250)
* remove spotbugs-annotations.jar LGPL protocol
* remove spotbugs-annotations.jar LGPL protocol (#1251)
* ConnectionFactory add paging intercepter
* remove spotbugs-annotations.jar LGPL protocol
* fix #1245, make scanCommand transactional (#1246)
* fix the spring transaction not worker bug (#1252)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* delete App, let spring manage connectionFactory
* add license
* add class Application for test support
* refactor masterServer and workerServer
* add args
* fix the spring transaction not work bug
* remove author
* delete @Bean annotation
* rename application.properties to application-dao.properties
* delete class MybatisPlusConfig (#1254)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug m…
* Added description of bug fixes and reset version (#1322)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* update dml when init queue table (#1323)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* update dml when init queue table
* reset version to 1.2.0-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* Add whether the administrator's judgment (#1325)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* update dml when init queue table
* reset version to 1.2.0-SNAPSHOT
* Add whether the administrator's judgment
* Add method comments
* Modify field name (#1327)
* reset version to 1.2.0-SNAPSHOT (#1328)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* update dml when init queue table
* reset version to 1.2.0-SNAPSHOT
* Add whether the administrator's judgment
* Add method comments
* reset version to 1.2.0-SNAPSHOT
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* Comment parameter name and database name (#1329)
* Modify field name
* Comment parameter name and database name
* Determines whether the s database is empty (#1330)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* update dml when init queue table
* reset version to 1.2.0-SNAPSHOT
* Add whether the administrator's judgment
* Add method comments
* reset version to 1.2.0-SNAPSHOT
* Determines whether the s database is empty
* Determines whether the s database is empty
* add selectUdfById (#1331)
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* add profile test
* add maven.deploy.skip true
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add dependency
* add javadoc
* add antrun
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* add javadoc
* reset pgsql (#1178)
+ 1
* add javadoc
* add javadoc
* [maven-release-plugin] rollback the release of 1.2.0
* add javadoc
* Ans UI upgrade to version 0.1.0 (#1181)
+ 1
* add javadoc
* add javadoc
* add javadoc
* Administrators group prohibit deletion (#1182)
* Ans UI upgrade to version 0.1.0
* Administrators group prohibit deletion
* add javadoc
* add ui pom
* fix master server shutdown error (#1177)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class (#1183)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* add ui pom
* add src pom and assembly
* fix ZKWorkerClient not close PathChildrenCache (#1185)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method (#1186)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* add src pom and assembly
* dockerfile dao application.properties ,install.sh modify and application.properties modify (#1187)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* add src pom and assembly
* add src pom and assembly
* dockerfile startup.sh modify (#1189)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs (#1191)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1192)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile conf modify (#1193)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change (#1194)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in english (#1195)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify (#1198)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify (#1199)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese sql to english. (#1200)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* change chinese to english (#1202)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* remove unused code (#1204)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* Modify webpack configuration (#1206)
* add more message for java-doc (#1209)
* move updateTaskState into try/catch block in case of exception
* fix NPE
* using conf.getInt instead of getString
* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.
* duplicate
* refactor getTaskWorkerGroupId
* add friendly log
* update hearbeat thread num = 1
* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread
* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable
* fix the message
* delete before check to avoid KeeperException$NoNodeException
* fix the message
* check processInstance state before delete tenant
* check processInstance state before delete worker group
* refactor
* merge api constants into common constatns
* update the resource perm
* update the dataSource perm
* fix CheckUtils.checkUserParams method
* update AlertGroupService, extends from BaseService, remove duplicate methods
* refactor
* modify method name
* add hasProjectAndPerm method
* using checkProject instead of getResultStatus
* delete checkAuth method, using hasProjectAndPerm instead.
* correct spelling
* add transactional for deleteWorkerGroupById
* add Transactional for deleteProcessInstanceById method
* change sqlSessionTemplate singleton
* change sqlSessionTemplate singleton and reformat code
* fix unsuitable error message
* update shutdownhook methods
* fix worker log bug
* fix api server debug mode bug
* upgrade zk version
* delete this line ,for zkClient.close() will do the whole thing
* fix master server shutdown error
* degrade zk version and add FourLetterWordMain class
* fix PathChildrenCache not close
* add Transactional for createSession method
* add more message for java-doc
* add java doc for common module (#1213)
* dao method comments and useless code modify (#1214)
* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml
* .escheduler_env.sh to dolphinscheduler_env.sh
* dao yml assembly to conf directory
* table name modify
* entity title table name modify
* logback log name modify
* running through the big process
* running through the big process error modify
* logback log name modify
* data_source.properties rename
* logback log name modify
* install.sh optimization
* install.sh optimization
* command count modify
* command state update
* countCommandState sql update
* countCommandState sql update
* remove application.yml file
* master.properties modify
* install.sh modify
* install.sh modify
* api server startup modify
* the current user quits and the session is completely emptied. bug fix
* remove pom package resources
* checkQueueNameExist method update
* checkQueueExist
* install.sh error output update
* signOut error update
* ProcessDao is null bug fix
* install.sh add mail.user
* request url variables replace
* process define import bug fix
* process define import export bug fix
* processdefine import export bug fix
* down log suffix format modify
* import export process define contains crontab error bug fix
* add Flink local mode
* ProcessDao is null bug fix
* loadAverage display problem bug fix
* MasterServer rename Server
* rollback .env
* rollback .env
* MasterServer rename Server
* the task is abnormal and task is running bug fix
* owners and administrators can delete
* dockerfile optimization
* dockerfile optimization
* dockerfile optimization
* remove application-alert.properties
* task log print worker log bug fix
* remove .escheduler_env.sh
* change dockerfile email address
* dockerfile dao application.properties and install.sh modify
* application.properties modify
* application.properties modify
* dockerfile startup.sh modify
* remove docs
* nginx conf modify
* dockerfile application.properties modify
* dockerfile email address change
* the alert module is modified in English.
* alert server comment and chinese modify
* api server useless code and chinese modify
* common,dao,server useless code and chinese modify
* change chinese to english
* dao method comments and useless code modify
* Change all Chinese names to English (#1207)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin (#1215)
* Modify webpack configuration
* Change all Chinese names to English
* add progress-bar-webpack-plugin
* Add method and parameters comments (#1220)
* rename from DatasourceUserMapper to DataSourceUserMapper
* add unit test in UserMapper and WorkerGroupMapper
* change cn.escheduler to org.apache.dolphinscheduler
* add unit test in UdfFuncMapperTest
* add unit test in UdfFuncMapperTest
* remove DatabaseConfiguration
* add ConnectionFactoryTest
* cal duration in processInstancesList
* change desc to description
* change table name in mysql ddl
* change table name in mysql ddl
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* change escheduler to dolphinscheduler
* remove log4j-1.2-api and modify AlertMapperTest
* remove log4j-1.2-api
* Add alertDao to spring management
* Add alertDao to spring management
* get SqlSessionFactory from MybatisSqlSessionFactoryBean
* get processDao by DaoFactory
* read druid properties in ConneciontFactory
* read druid properties in ConneciontFactory
* change get alertDao by spring to DaoFactory
* add log4j to resolve #967
* resole verify udf name error and delete udf error
* Determine if principal is empty
* Determine whether the logon user has the right to delete the project
* Fixed an issue that produced attatch file named such as ATT00002.bin
* fix too many connection in upgrade or create
* fix NEED_FAULT_TOLERANCE and WAITTING_THREAD count fail
* Added a judgment on whether the currently login user is an administrator
* fix update udf database not change and create time is changed
* add enterprise.wechat.enable to decide whether to send enterprise WeChat
* change method check
* Remove the administrator's judgment on query access token list
* only admin can create worker group
* delete alert group need delete the relation of user and alert group
* add timeout in proxy when upload large resource
* add gets scheduled times by expect fire times
* add gets scheduled times by expect fire times
* Increase the judgment of whether it is admin
* Increase the judgment of whether it is admin
* when delete access token add whether login user has perm to delete
* change mysql-connector-java scope to test
* update scm test
* add profile test
* Add method and parameters comments
* roll back
* add some notes (#1221)
* update english documents
* refactor zk client
* update documents
* update zkclient
* update zkclient
* update documents
* add architecture-design
* change i18n
* update i18n
* update english documents
* add architecture-design
* update english documents
* update en-US documents
* add architecture-design
* update demo site
* add mybatis plus model
* modify mybatisplus
* modify mybatisplus
* change interface by mybatisplus
* add unit test
* refactor dao interface.
* add unit test for dao...
* add unit test for dao...
* add unit test for dao...
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ScheduleMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProcessInstanceMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/ProjectUserMapper.xml
# escheduler-dao/src/main/resources/cn.escheduler.dao.mapper/QueueMapper.xml
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProcessInstanceMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ProjectUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/QueueMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ResourceUserMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/ScheduleMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/SessionMapperTest.java
# escheduler-dao/src/test/java/cn/escheduler/dao/mapper/TenantMapperTest.java
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update some dao bugs
* update for some bugs
* update some bugs
* Merge remote-tracking branch 'upstream/dev-db' into dev-db
# Conflicts:
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml
# dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml
* update
* update
* add multiply settings for application.yml
* add multiply settings for application.yml
* revert
* update configuration settings in task record dao...
* change application_master to application-master
* change application_master to application-master
* update application.yml to application.properties
* revert
* revert
* add properties
* add properties
* revert
* revert
* add api start up..
add alert send try catch
* update dao info level
* fix bug: task cannot submit when recovery failover
* fix bug: task cannot submit when recovery failover
* merge from dev-db
* revert
* revert
* fix bug: get process definition list failed.
* fix bug: process instance interval is error
* revert
* revert
* update
* support stop submit success tasks
* update kill process
* update for stop process
* update for stop process
* add some logs for stop process
* update for small bug.
* add check strategy before submit task
* revert
* update
* update
* revert
* wait task instance exists if null.
* revert
* update
* change desc to description.
* add check user and definitions function when delete tenant
* update
* change desc to description.
* change desc to description.
* change desc to description.
* remove check resources when delete tenant
* change desc to description.
* change mybatisplus version to 3.2.0
* update
* change the notice to apache.
* update
* update postgre sql
* fix bug: phone can be empty.
* fix bug: postgre test error.
* update create table for postgre quartz
* fix some bugs about postgre.
* update create table for postgre quartz
* add postgre db performance monitor
* add postgre performance monitor
* update performance monitor
* revert
* revert
* fix bug: tasks queue length error
* remove datasource.properties
* change chinese sql to english.
* change chinese sql to english.
* remove unused code.
* remove unused code.
* add some notes
* update some notes
* update some notes
* update mbatisplus version
* update lombok version
* update lombok version
* revert
* merge from dev-db
* remove version
* update npm install pom
* add front assembly
* add front module
* change verison to 1.2.0-release-SNAPSHOT
* add name in pom and remove compile
* add name in pom
* add licenses in assemble
* change version to 1.2.0-RC1-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change assembly id
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add DISCLAIMER
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in xml and properties
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in dockerfile
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in script and sql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
add license in ci
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
change version to 1.2.0-SNAPSHOT
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* Merge remote-tracking branch 'remotes/upstream/1.2.0-release' into 1.2.0-release
# Conflicts:
# dolphinscheduler-alert/pom.xml
# dolphinscheduler-api/pom.xml
# dolphinscheduler-common/pom.xml
# dolphinscheduler-dao/pom.xml
# dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
# dolphinscheduler-dist/dolphinscheduler-front/pom.xml
# dolphinscheduler-dist/dolphinscheduler-src/pom.xml
# dolphinscheduler-dist/pom.xml
# dolphinscheduler-rpc/pom.xml
# dolphinscheduler-server/pom.xml
# dolphinscheduler-ui/pom.xml
# pom.xml
set defalut db type postgresql
* change org.quartz.jobStore.driverDelegateClass
* Add comments in method params
* update readme from branch dev
* update content in how to contribute
* change postgresql default port
* change version 1.2.0-SNAPSHOT
* remove antrun plugin
* add how to build
* add how to build
* remove dir format in assembly
* Remove the judgment of whether it is admin
* reset version to 1.2.0-SNAPSHOT
* Remove the judgment of whether it is admin
* Fix bug the administrator authorizes the project to ordinary users,but ordinary users cannot see the process definition created by the administrator
* Added description of bug fixes about create dolphinscheduler sql failed
* reset version to 1.2.0-SNAPSHOT
* update dml when init queue table
* reset version to 1.2.0-SNAPSHOT
* Add whether the administrator's judgment
* Add method comments
* reset version to 1.2.0-SNAPSHOT
* Determines whether the s database is empty
* Determines whether the s database is empty
* reset version to 1.2.0-SNAPSHOT
* add selectUdfById
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
* add mysql for quartz in install.sh (#1332)
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* update
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release 1.2.1-release
* [maven-release-plugin] prepare for next development iteration
* revert
* [maven-release-plugin] prepare release 1.2.0-release
* [maven-release-plugin] prepare for next development iteration
* add sql files for postgre/mysql
* add sql files
* fix bug: postgre cannot support between.
* fix bug: remove 'between' in sql search.
* add release note
* add release note
* fix bug: list resource user a error interface.
* Fix spelling mistakes
* revert version to 1.2.0
* add milliseconds in start time and end time for dependent task.
* fix bug: add user failed first time on postgre.
* fix bug: add user failed first time.
* update
* update
* update
* add mysql for quartz in install.sh
* [maven-release-plugin] prepare release 1.2.0
* [maven-release-plugin] prepare for next development iteration
5 years ago
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.janino</groupId>
|
|
|
|
<artifactId>janino</artifactId>
|
|
|
|
<version>${codehaus.janino.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.rholder</groupId>
|
|
|
|
<artifactId>guava-retrying</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.code.findbugs</groupId>
|
|
|
|
<artifactId>jsr305</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|