1. 30 10月, 2019 4 次提交
  2. 29 10月, 2019 1 次提交
    • R
      [AAE-77] store jsons extension files to db (#2940) · 2705461b
      Roberto Franchini 提交于
      * [AAE-77] store jsons extension files to db
      
      * Remove ProcessDefinitionResourceFinder
      
      No longer used as replaced by ResourceFinder + ProcessDefinitionResourceDescriptor
      
      * Improve message for empty resources
      
      * Clean up code after rebase
      
      * Remove dateFormatterProvider from configuration
      
      This bean is already provided by another auto-configuration
      
      * Remove unused imports
      
      * [AAE-77] moved ProcessExtensionServiceIT to boot-starter
      
      * [AAE-77] add test for DeploymentResourceLoader
      
      * [AAE-77] remove system out according to pr review
      
      * [AAE-77] remove testcontainers version property
      
      * Fix indentation
      
      * Fix indentation
      
      * AAE-77
      
      update code to use ProcessExtensionVariables instead of Map
      
      * AAE-77
      
      remove unused imports
      
      * Make spring-boot-autoconfigure optional
      2705461b
  3. 28 10月, 2019 2 次提交
    • M
      Updates to engine database schema in separate update script (#2954) · 40d09c29
      Miguel Ruiz 提交于
      * AAE-691 Add upgrade scripts
      
      * AAE-691 Clean up create scripts
      
      * AAE-691 Clean up
      
      * AAE-691 Add h2 scripts for tests
      
      * AAE-691 Add changes to h2 scripts
      
      * AAE-691 Reorder scripts
      40d09c29
    • I
      Validation of process and task variables names (#2947) · 45f8e4e2
      Illia Goncharov 提交于
      * AAE-105 Validation of task variables names
      
      * AAE-105 Checkstyle corrected, null pointer exception fixed
      
      * AAE-105 Tests added
      
      * AAE-105 Process variables name validation, refactoring
      
      * AAE-105 Remove extra line
      
      * AAE-105 Refactoring for task variables payload
      
      * AAE-105 Fix checkstyle
      
      * AAE-105 Check variable names for signal and message payloads
      
      * AAE-105 Refactoring of a json extension files
      
      * AAE-105 Null pointer exception fixed
      
      * AAE-105 Refactoring of test
      
      * AAE-105 Refactoring of signal tests
      
      * AAE-105 Comments removed
      
      * AAE-105 Refactoring of tests
      
      * AAE-105 refactoring
      
      * AAE-105 wrong comment removed
      
      * AAE-105 refactoring of ProcessRuntimeImpl
      
      * AAE-105 refactoring of TaskVariablesPayloadValidator
      
      * AAE-105 test name changed
      
      * AAE-105 fix after rebase
      45f8e4e2
  4. 26 10月, 2019 1 次提交
    • I
      fix(AAE-201): Refactored TaskRuntime implementation to use extended... · c281883e
      Igor Dianov 提交于
      fix(AAE-201): Refactored TaskRuntime implementation to use extended SecurityManager groups Apis (#2945)
      
      * refactor: removed userGroupManager service from TaskRuntimeImpl
      
      * fix(version): update org.activiti.core.common:activiti-core-common-dependencies to 7.1.57
      
      * fix(version): update org.activiti.api:activiti-api-dependencies to 7.1.50
      
      * fix(gitignore): added .sts4-cache to .gitignore
      c281883e
  5. 23 10月, 2019 2 次提交
  6. 22 10月, 2019 1 次提交
  7. 14 10月, 2019 1 次提交
  8. 12 10月, 2019 1 次提交
    • I
      Refactoring for DateFormatterProvider (#2942) · d6accc4c
      Illia Goncharov 提交于
      * Refactoring for DateFormatterProvider
      
      * fix(version): update org.activiti.core.common:activiti-core-common-dependencies to 7.1.55
      
      * Fix failing tests
      
      Let spring boot load all available auto configurations
      d6accc4c
  9. 11 10月, 2019 2 次提交
  10. 10 10月, 2019 4 次提交
  11. 08 10月, 2019 1 次提交
    • I
      fix: replaced component scans with auto configurations (#2904) · 1942b955
      Igor Dianov 提交于
      * fix: add missing @ConditionalOnMissingBean in auto configurations
      
      * fix: remove @ComponentScan from auto configuration
      
      * fix: removed remaining @ComponentScan from configurations
      
      * refactor(build): changed groovy dependency to be optional
      
      * refactor(build): changed spring-boot-autoconfigure to be optional
      
      * fix(build): added missing spring-boot-autoconfigure
      
      * refactor(build): added runtime test auto configuration support
      
      * fix(tests): changed test jdbcUrl to use DB_CLOSE_DELAY=-1 configuration
      
      * fix(activiti-spring-boot-starter): added conditional on global method security
      
      * fix(version): update org.activiti.core.common:activiti-core-common-dependencies to 7.1.51
      
      * fix(version): update org.activiti.api:activiti-api-dependencies to 7.1.49
      
      * fix(version): update org.activiti.core.common:activiti-core-common-dependencies to 7.1.52
      1942b955
  12. 28 9月, 2019 1 次提交
  13. 26 9月, 2019 2 次提交
  14. 25 9月, 2019 1 次提交
  15. 20 9月, 2019 3 次提交
  16. 19 9月, 2019 1 次提交
    • M
      Activiti 3760 definition upgrade logic (#2893) · 7c8fcb95
      Miguel Ruiz 提交于
      * ACTIVITI-3760 Change logic for deployment versioning
      
      * ACTIVITI-3760 Mybatis xml descriptor to support versioning
      
      * ACTIVITI-3760 Mybatis descriptor clean up
      
      * ACTIVITI-3760 logic to set procdef version as deployment/application version
      
      * ACTIVITI-3760 Logic to calculate versioning for procdefs
      
      * ACTIVITI-3760 Mybatis config to support app versioning of procdefs
      
      * ACTIVITI-3760 Add sql commands for postgres
      
      * ACTIVITI-3760 Add manifest to test resources
      
      * ACTIVITI-3760 Add new project release version property to deployment
      
      * ACTIVITI-3760 Add new column to table in postgres
      
      * ACTIVITI-3760 Core logic for project release and application version bump up
      
      * ACTIVITI-3760 Add spring configuration
      
      * ACTIVITI-3760 Add properties to tests
      
      * ACTIVITI-3760 Reset version in manifest
      
      * ACTIVITI-3760 Refactor method
      
      * ACTIVITI-3760 Add logger to DefaultAutoDeploymentStrategy class
      
      * ACTIVITI-3760 Clean up
      
      * ACTIVITI-3760 Ensure baackwards compatibility
      
      * ACTIVITI-3760 Add method to Deployment interface
      
      * ACTIVITI-3760 Add IT coverage
      
      * Refactor deployment strategies
      
      * ACTIVITI-3760 Refactor of DB and entities
      
      * ACTIVITI-3760 Rely on default property
      
      * Use SpringBoot test instead of SpringApplicationBuilder
      
      * Clean up
      
      * Update how to set deployment version
      
      Avoid extra query retrieve latest deployment that was already loaded before
      7c8fcb95
  17. 18 9月, 2019 2 次提交
  18. 17 9月, 2019 4 次提交
  19. 13 9月, 2019 2 次提交
  20. 12 9月, 2019 4 次提交