|
|
|
|
|
|
|
Apache License
|
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
|
|
|
Version 2.0, January 2004
|
|
|
|
http://www.apache.org/licenses/
|
|
|
|
|
|
|
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
|
|
|
|
|
1. Definitions.
|
|
|
|
|
|
|
|
"License" shall mean the terms and conditions for use, reproduction,
|
|
|
|
and distribution as defined by Sections 1 through 9 of this document.
|
|
|
|
|
|
|
|
"Licensor" shall mean the copyright owner or entity authorized by
|
|
|
|
the copyright owner that is granting the License.
|
|
|
|
|
|
|
|
"Legal Entity" shall mean the union of the acting entity and all
|
|
|
|
other entities that control, are controlled by, or are under common
|
|
|
|
control with that entity. For the purposes of this definition,
|
|
|
|
"control" means (i) the power, direct or indirect, to cause the
|
|
|
|
direction or management of such entity, whether by contract or
|
|
|
|
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
|
|
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
|
|
|
|
|
|
"You" (or "Your") shall mean an individual or Legal Entity
|
|
|
|
exercising permissions granted by this License.
|
|
|
|
|
|
|
|
"Source" form shall mean the preferred form for making modifications,
|
|
|
|
including but not limited to software source code, documentation
|
|
|
|
source, and configuration files.
|
|
|
|
|
|
|
|
"Object" form shall mean any form resulting from mechanical
|
|
|
|
transformation or translation of a Source form, including but
|
|
|
|
not limited to compiled object code, generated documentation,
|
|
|
|
and conversions to other media types.
|
|
|
|
|
|
|
|
"Work" shall mean the work of authorship, whether in Source or
|
|
|
|
Object form, made available under the License, as indicated by a
|
|
|
|
copyright notice that is included in or attached to the work
|
|
|
|
(an example is provided in the Appendix below).
|
|
|
|
|
|
|
|
"Derivative Works" shall mean any work, whether in Source or Object
|
|
|
|
form, that is based on (or derived from) the Work and for which the
|
|
|
|
editorial revisions, annotations, elaborations, or other modifications
|
|
|
|
represent, as a whole, an original work of authorship. For the purposes
|
|
|
|
of this License, Derivative Works shall not include works that remain
|
|
|
|
separable from, or merely link (or bind by name) to the interfaces of,
|
|
|
|
the Work and Derivative Works thereof.
|
|
|
|
|
|
|
|
"Contribution" shall mean any work of authorship, including
|
|
|
|
the original version of the Work and any modifications or additions
|
|
|
|
to that Work or Derivative Works thereof, that is intentionally
|
|
|
|
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
|
|
or by an individual or Legal Entity authorized to submit on behalf of
|
|
|
|
the copyright owner. For the purposes of this definition, "submitted"
|
|
|
|
means any form of electronic, verbal, or written communication sent
|
|
|
|
to the Licensor or its representatives, including but not limited to
|
|
|
|
communication on electronic mailing lists, source code control systems,
|
|
|
|
and issue tracking systems that are managed by, or on behalf of, the
|
|
|
|
Licensor for the purpose of discussing and improving the Work, but
|
|
|
|
excluding communication that is conspicuously marked or otherwise
|
|
|
|
designated in writing by the copyright owner as "Not a Contribution."
|
|
|
|
|
|
|
|
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
|
|
on behalf of whom a Contribution has been received by Licensor and
|
|
|
|
subsequently incorporated within the Work.
|
|
|
|
|
|
|
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
|
|
this License, each Contributor hereby grants to You a perpetual,
|
|
|
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
|
|
copyright license to reproduce, prepare Derivative Works of,
|
|
|
|
publicly display, publicly perform, sublicense, and distribute the
|
|
|
|
Work and such Derivative Works in Source or Object form.
|
|
|
|
|
|
|
|
3. Grant of Patent License. Subject to the terms and conditions of
|
|
|
|
this License, each Contributor hereby grants to You a perpetual,
|
|
|
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
|
|
(except as stated in this section) patent license to make, have made,
|
|
|
|
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
|
|
where such license applies only to those patent claims licensable
|
|
|
|
by such Contributor that are necessarily infringed by their
|
|
|
|
Contribution(s) alone or by combination of their Contribution(s)
|
|
|
|
with the Work to which such Contribution(s) was submitted. If You
|
|
|
|
institute patent litigation against any entity (including a
|
|
|
|
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
|
|
or a Contribution incorporated within the Work constitutes direct
|
|
|
|
or contributory patent infringement, then any patent licenses
|
|
|
|
granted to You under this License for that Work shall terminate
|
|
|
|
as of the date such litigation is filed.
|
|
|
|
|
|
|
|
4. Redistribution. You may reproduce and distribute copies of the
|
|
|
|
Work or Derivative Works thereof in any medium, with or without
|
|
|
|
modifications, and in Source or Object form, provided that You
|
|
|
|
meet the following conditions:
|
|
|
|
|
|
|
|
(a) You must give any other recipients of the Work or
|
|
|
|
Derivative Works a copy of this License; and
|
|
|
|
|
|
|
|
(b) You must cause any modified files to carry prominent notices
|
|
|
|
stating that You changed the files; and
|
|
|
|
|
|
|
|
(c) You must retain, in the Source form of any Derivative Works
|
|
|
|
that You distribute, all copyright, patent, trademark, and
|
|
|
|
attribution notices from the Source form of the Work,
|
|
|
|
excluding those notices that do not pertain to any part of
|
|
|
|
the Derivative Works; and
|
|
|
|
|
|
|
|
(d) If the Work includes a "NOTICE" text file as part of its
|
|
|
|
distribution, then any Derivative Works that You distribute must
|
|
|
|
include a readable copy of the attribution notices contained
|
|
|
|
within such NOTICE file, excluding those notices that do not
|
|
|
|
pertain to any part of the Derivative Works, in at least one
|
|
|
|
of the following places: within a NOTICE text file distributed
|
|
|
|
as part of the Derivative Works; within the Source form or
|
|
|
|
documentation, if provided along with the Derivative Works; or,
|
|
|
|
within a display generated by the Derivative Works, if and
|
|
|
|
wherever such third-party notices normally appear. The contents
|
|
|
|
of the NOTICE file are for informational purposes only and
|
|
|
|
do not modify the License. You may add Your own attribution
|
|
|
|
notices within Derivative Works that You distribute, alongside
|
|
|
|
or as an addendum to the NOTICE text from the Work, provided
|
|
|
|
that such additional attribution notices cannot be construed
|
|
|
|
as modifying the License.
|
|
|
|
|
|
|
|
You may add Your own copyright statement to Your modifications and
|
|
|
|
may provide additional or different license terms and conditions
|
|
|
|
for use, reproduction, or distribution of Your modifications, or
|
|
|
|
for any such Derivative Works as a whole, provided Your use,
|
|
|
|
reproduction, and distribution of the Work otherwise complies with
|
|
|
|
the conditions stated in this License.
|
|
|
|
|
|
|
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
|
|
any Contribution intentionally submitted for inclusion in the Work
|
|
|
|
by You to the Licensor shall be under the terms and conditions of
|
|
|
|
this License, without any additional terms or conditions.
|
|
|
|
Notwithstanding the above, nothing herein shall supersede or modify
|
|
|
|
the terms of any separate license agreement you may have executed
|
|
|
|
with Licensor regarding such Contributions.
|
|
|
|
|
|
|
|
6. Trademarks. This License does not grant permission to use the trade
|
|
|
|
names, trademarks, service marks, or product names of the Licensor,
|
|
|
|
except as required for reasonable and customary use in describing the
|
|
|
|
origin of the Work and reproducing the content of the NOTICE file.
|
|
|
|
|
|
|
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
|
|
agreed to in writing, Licensor provides the Work (and each
|
|
|
|
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
|
|
implied, including, without limitation, any warranties or conditions
|
|
|
|
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
|
|
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
|
|
appropriateness of using or redistributing the Work and assume any
|
|
|
|
risks associated with Your exercise of permissions under this License.
|
|
|
|
|
|
|
|
8. Limitation of Liability. In no event and under no legal theory,
|
|
|
|
whether in tort (including negligence), contract, or otherwise,
|
|
|
|
unless required by applicable law (such as deliberate and grossly
|
|
|
|
negligent acts) or agreed to in writing, shall any Contributor be
|
|
|
|
liable to You for damages, including any direct, indirect, special,
|
|
|
|
incidental, or consequential damages of any character arising as a
|
|
|
|
result of this License or out of the use or inability to use the
|
|
|
|
Work (including but not limited to damages for loss of goodwill,
|
|
|
|
work stoppage, computer failure or malfunction, or any and all
|
|
|
|
other commercial damages or losses), even if such Contributor
|
|
|
|
has been advised of the possibility of such damages.
|
|
|
|
|
|
|
|
9. Accepting Warranty or Additional Liability. While redistributing
|
|
|
|
the Work or Derivative Works thereof, You may choose to offer,
|
|
|
|
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
|
|
or other liability obligations and/or rights consistent with this
|
|
|
|
License. However, in accepting such obligations, You may act only
|
|
|
|
on Your own behalf and on Your sole responsibility, not on behalf
|
|
|
|
of any other Contributor, and only if You agree to indemnify,
|
|
|
|
defend, and hold each Contributor harmless for any liability
|
|
|
|
incurred by, or claims asserted against, such Contributor by reason
|
|
|
|
of your accepting any such warranty or additional liability.
|
|
|
|
|
|
|
|
END OF TERMS AND CONDITIONS
|
|
|
|
|
|
|
|
APPENDIX: How to apply the Apache License to your work.
|
|
|
|
|
|
|
|
To apply the Apache License to your work, attach the following
|
|
|
|
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
|
|
replaced with your own identifying information. (Don't include
|
|
|
|
the brackets!) The text should be enclosed in the appropriate
|
|
|
|
comment syntax for the file format. We also recommend that a
|
|
|
|
file or class name and description of purpose be included on the
|
|
|
|
same "printed page" as the copyright notice for easier
|
|
|
|
identification within third-party archives.
|
|
|
|
|
|
|
|
Copyright [yyyy] [name of copyright owner]
|
|
|
|
|
|
|
|
Licensed 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.
|
|
|
|
|
|
|
|
|
|
|
|
APACHE COMMONS MATH DERIVATIVE WORKS:
|
|
|
|
|
|
|
|
The Apache commons-math library includes a number of subcomponents
|
|
|
|
whose implementation is derived from original sources written
|
|
|
|
in C or Fortran. License terms of the original sources
|
|
|
|
are reproduced below.
|
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
For the lmder, lmpar and qrsolv Fortran routine from minpack and translated in
|
|
|
|
the LevenbergMarquardtOptimizer class in package
|
|
|
|
org.apache.commons.math3.optimization.general
|
|
|
|
Original source copyright and license statement:
|
|
|
|
|
|
|
|
Minpack Copyright Notice (1999) University of Chicago. All rights reserved
|
|
|
|
|
|
|
|
Redistribution and use in source and binary forms, with or
|
|
|
|
without modification, are permitted provided that the
|
|
|
|
following conditions are met:
|
|
|
|
|
|
|
|
1. Redistributions of source code must retain the above
|
|
|
|
copyright notice, this list of conditions and the following
|
|
|
|
disclaimer.
|
|
|
|
|
|
|
|
2. Redistributions in binary form must reproduce the above
|
|
|
|
copyright notice, this list of conditions and the following
|
|
|
|
disclaimer in the documentation and/or other materials
|
|
|
|
provided with the distribution.
|
|
|
|
|
|
|
|
3. The end-user documentation included with the
|
|
|
|
redistribution, if any, must include the following
|
|
|
|
acknowledgment:
|
|
|
|
|
|
|
|
"This product includes software developed by the
|
|
|
|
University of Chicago, as Operator of Argonne National
|
|
|
|
Laboratory.
|
|
|
|
|
|
|
|
Alternately, this acknowledgment may appear in the software
|
|
|
|
itself, if and wherever such third-party acknowledgments
|
|
|
|
normally appear.
|
|
|
|
|
|
|
|
4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS"
|
|
|
|
WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE
|
|
|
|
UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND
|
|
|
|
THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR
|
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES
|
|
|
|
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE
|
|
|
|
OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY
|
|
|
|
OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
|
|
|
|
USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF
|
|
|
|
THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4)
|
|
|
|
DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
|
|
|
|
UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL
|
|
|
|
BE CORRECTED.
|
|
|
|
|
|
|
|
5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT
|
|
|
|
HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
|
|
|
|
ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT,
|
|
|
|
INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF
|
|
|
|
ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF
|
|
|
|
PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER
|
|
|
|
SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT
|
|
|
|
(INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE,
|
|
|
|
EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE
|
|
|
|
POSSIBILITY OF SUCH LOSS OR DAMAGES.
|
|
|
|
===============================================================================
|
|
|
|
|
|
|
|
Copyright and license statement for the odex Fortran routine developed by
|
|
|
|
E. Hairer and G. Wanner and translated in GraggBulirschStoerIntegrator class
|
|
|
|
in package org.apache.commons.math3.ode.nonstiff:
|
|
|
|
|
|
|
|
|
|
|
|
Copyright (c) 2004, Ernst Hairer
|
|
|
|
|
|
|
|
Redistribution and use in source and binary forms, with or without
|
|
|
|
modification, are permitted provided that the following conditions are
|
|
|
|
met:
|
|
|
|
|
|
|
|
- Redistributions of source code must retain the above copyright
|
|
|
|
notice, this list of conditions and the following disclaimer.
|
|
|
|
|
|
|
|
- Redistributions in binary form must reproduce the above copyright
|
|
|
|
notice, this list of conditions and the following disclaimer in the
|
|
|
|
documentation and/or other materials provided with the distribution.
|
|
|
|
|
|
|
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
|
|
|
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
|
|
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
|
|
|
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
|
|
|
|
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
|
|
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
|
|
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
|
|
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
|
|
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
|
|
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
|
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
===============================================================================
|
|
|
|
|
|
|
|
Copyright and license statement for the original lapack fortran routines
|
|
|
|
translated in EigenDecompositionImpl class in package
|
|
|
|
org.apache.commons.math3.linear:
|
|
|
|
|
|
|
|
Copyright (c) 1992-2008 The University of Tennessee. All rights reserved.
|
|
|
|
|
|
|
|
$COPYRIGHT$
|
|
|
|
|
|
|
|
Additional copyrights may follow
|
|
|
|
|
|
|
|
$HEADER$
|
|
|
|
|
|
|
|
Redistribution and use in source and binary forms, with or without
|
|
|
|
modification, are permitted provided that the following conditions are
|
|
|
|
met:
|
|
|
|
|
|
|
|
- Redistributions of source code must retain the above copyright
|
|
|
|
notice, this list of conditions and the following disclaimer.
|
|
|
|
|
|
|
|
- Redistributions in binary form must reproduce the above copyright
|
|
|
|
notice, this list of conditions and the following disclaimer listed
|
|
|
|
in this license in the documentation and/or other materials
|
|
|
|
provided with the distribution.
|
|
|
|
|
|
|
|
- Neither the name of the copyright holders nor the names of its
|
|
|
|
contributors may be used to endorse or promote products derived from
|
|
|
|
this software without specific prior written permission.
|
|
|
|
|
|
|
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
|
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
|
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
|
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
===============================================================================
|
|
|
|
|
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
|
|
|
Copyright and license statement for the original Mersenne twister C
|
|
|
|
routines translated in MersenneTwister class in package
|
|
|
|
org.apache.commons.math3.random:
|
|
|
|
|
|
|
|
Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
|
|
|
|
All rights reserved.
|
|
|
|
|
|
|
|
Redistribution and use in source and binary forms, with or without
|
|
|
|
modification, are permitted provided that the following conditions
|
|
|
|
are met:
|
|
|
|
|
|
|
|
1. Redistributions of source code must retain the above copyright
|
|
|
|
notice, this list of conditions and the following disclaimer.
|
|
|
|
|
|
|
|
2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
notice, this list of conditions and the following disclaimer in the
|
|
|
|
documentation and/or other materials provided with the distribution.
|
|
|
|
|
|
|
|
3. The names of its contributors may not be used to endorse or promote
|
|
|
|
products derived from this software without specific prior written
|
|
|
|
permission.
|
|
|
|
|
|
|
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
|
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
|
|
|
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
|
|
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
|
|
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
|
|
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
|
|
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
|
|
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
|
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
|
|
|
|
The class "org.apache.commons.math3.exception.util.LocalizedFormatsTest" is
|
|
|
|
an adapted version of "OrekitMessagesTest" test class for the Orekit library
|
|
|
|
The "org.apache.commons.math3.analysis.interpolation.HermiteInterpolator"
|
|
|
|
has been imported from the Orekit space flight dynamics library.
|
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
|
|
|
|
|
|
|
Th Orekit library is described at:
|
|
|
|
https://www.orekit.org/forge/projects/orekit
|
|
|
|
The original files are distributed under the terms of the Apache 2 license
|
|
|
|
which is: Copyright 2010 CS Communication & Systèmes
|