1. 13 7月, 2019 1 次提交
    • W
      Add Create Application and Manage Application Master roles (#2309) · fef47d85
      wk 提交于
      Add system property role.create-application.enabled to control whether anyone can create application or not.
      
      Add system property role.manage-app-master.enabled to control whether any app master can add/delete other app master
      fef47d85
  2. 08 6月, 2019 1 次提交
  3. 02 5月, 2019 1 次提交
  4. 01 5月, 2019 1 次提交
  5. 27 4月, 2019 1 次提交
  6. 07 4月, 2019 1 次提交
  7. 03 3月, 2019 1 次提交
  8. 15 2月, 2019 1 次提交
  9. 14 2月, 2019 1 次提交
    • J
      misc changes for 1.3.0 · 81a1bce5
      Jason Song 提交于
      1. fix flyway migration Chinese garbled issue
      2. limit hibernate query plan cache
      3. fix import/export api
      4. wording update for yaml/yml namespace support
      5. update ldap sample configurations
      81a1bce5
  10. 13 2月, 2019 2 次提交
  11. 07 2月, 2019 1 次提交
  12. 24 1月, 2019 1 次提交
  13. 22 1月, 2019 1 次提交
  14. 21 1月, 2019 1 次提交
  15. 17 12月, 2018 1 次提交
  16. 08 12月, 2018 1 次提交
  17. 02 12月, 2018 2 次提交
  18. 01 12月, 2018 1 次提交
  19. 29 11月, 2018 1 次提交
  20. 25 11月, 2018 1 次提交
  21. 30 10月, 2018 1 次提交
  22. 05 10月, 2018 1 次提交
  23. 04 10月, 2018 2 次提交
  24. 03 10月, 2018 1 次提交
  25. 24 9月, 2018 1 次提交
  26. 19 9月, 2018 1 次提交
  27. 18 9月, 2018 1 次提交
  28. 16 9月, 2018 1 次提交
  29. 04 9月, 2018 1 次提交
  30. 28 8月, 2018 1 次提交
  31. 18 8月, 2018 1 次提交
  32. 13 8月, 2018 1 次提交
  33. 12 8月, 2018 1 次提交
  34. 07 8月, 2018 1 次提交
  35. 05 8月, 2018 1 次提交
  36. 03 8月, 2018 1 次提交
  37. 02 8月, 2018 1 次提交
    • N
      Refactor meta server related logic so that apollo-core is common enough to go... · ae487e0d
      nobodyiam 提交于
      Refactor meta server related logic so that apollo-core is common enough to go maven central repository.
      
      1. Remove apollo-env.properties from apollo-core, so that it's possible
      to deploy apollo-client to maven central repository.
      2. Add MetaServerProvider spi so that users could customize how they
      find apollo meta servers.
      3. Refactor env related utils so that Env.UNKNOWN is returned for
      invalid env string instead of null.
      ae487e0d