AMBARI-666-CHANGES.txt 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. Ambari Change log
  2. Notes:
  3. - Committers should be listed using their login and non-committers
  4. should be listed by their full name.
  5. - Please keep the file to a max of 80 characters wide.
  6. - Put latest commits first in each section.
  7. AMBARI-666 branch (unreleased changes)
  8. INCOMPATIBLE CHANGES
  9. NEW FEATURES
  10. AMBARI-770. Cluster Management pages for Ambari Web. (yusaku)
  11. AMBARI-769. Implement step 9 (Install,start and test) of installer wizard.
  12. (Jaimin Jetly via yusaku)
  13. AMBARI-768. Implement step 5 of installer wizard (Assign Masters).
  14. (Ananya Sen via yusaku)
  15. AMBARI-767. Add bootstrap script to ssh in parallel and setup agents on a
  16. list of hosts. (mahadev)
  17. AMBARI-764. Integrate REST API (Tom Beerbower via mahadev)
  18. AMBARI-762. Implement Confirm Hosts page for Ambari installer
  19. (Jaimin Jetly via yusaku)
  20. AMBARI-763. Implement Installer Step 6 (Assign Slaves). (yusaku)
  21. AMBARI-760. Fix injection in data access objects to use guice provider.
  22. (mahadev)
  23. AMBARI-759. Add puppet scripts to the agent for configuring/installing
  24. various services and add security aspects to api's and server/agent.
  25. (mahadev)
  26. AMBARI-749. Complete Java side implementation of bootstrapping agent hosts.
  27. (mahadev)
  28. AMBARI-757. Implement Installer Step 4 (Select Services). (yusaku)
  29. AMBARI-751. Re-structure servicecomponenthost fsm layout. (hitesh)
  30. AMBARI-747. Add unit tests for step2 (Install option page) of installer.
  31. (Jaimin Jetly via yusaku)
  32. AMBARI-746. Integrate configuration properties and custom configuration
  33. file overrides in Customize Services page. (yusaku)
  34. AMBARI-732. Action scheduler unit tests. (jitendra)
  35. AMBARI-739. Cluster fsm implementation. (hitesh)
  36. AMBARI-745. Add unit tests for Installer Step 1 (Welcome page). (yusaku)
  37. AMBARI-744. Add definition for service config properties. (yusaku)
  38. AMBARI-743. Add unit testing framework for Ambari Web. (yusaku)
  39. AMBARI-742. Implement running a bootstrap api, keep a fifo queue and logic
  40. for getting a request. (mahadev)
  41. AMBARI-741. Use ember-i18n to externalize string resources in Ambari Web.
  42. (yusaku)
  43. AMBARI-735. Clean up Installer Welcome page and Install Options page.
  44. (Jaimin Jetly via yusaku)
  45. AMBARI-738. s/Node/Host/g. (hitesh)
  46. AMBARI-737. ServiceComponentNode FSM implementation. (hitesh)
  47. AMBARI-734. Initial work for adding DataNode/TaskTracker/RegionServer
  48. configuration overrides on groups of hosts in Installer Customize Services
  49. page. (yusaku)
  50. AMBARI-736. Initial work on Cluster Management pages. (yusaku)
  51. AMBARI-733. Add Jersey Resource for BootStrapping and JAXB elements for API
  52. entities. (mahadev)
  53. AMBARI-730. Add unit tests for jersey apis on the server. (mahadev)
  54. AMBARI-725. Add commandstatus/result/error objects into the rest API between
  55. server and agent. (mahadev)
  56. AMBARI-723. Implement Installer Welcome page and Install Options page
  57. (Jaimin Jetly via yusaku)
  58. AMBARI-726. ORM-based data access layer for new design (Jaimin Jetly via hitesh)
  59. AMBARI-728. Initial work on ServiceComponentNode FSM. (hitesh)
  60. AMBARI-724. Add tabs, dynamic form generation, validation errors, and info
  61. popovers for Customize Services page in Installer (yusaku)
  62. AMBARI-714. Job FSM Impl and tests. (hitesh)
  63. AMBARI-721. Remove Hardwareprofile class since its not needed anymore.
  64. (mahadev)
  65. AMBARI-720. Tweak basic styles for Installer. (yusaku)
  66. AMBARI-719. Enable Responsive Design. (yusaku)
  67. AMBARI-716. Add back TestNodeImpl and fix memory types and disk info
  68. serialization. (mahadev)
  69. AMBARI-717. Starter implementation for Installer Customize Services page.
  70. Stylize top nav and implement static footer. Stylize login page. (yusaku)
  71. AMBARI-711. Create utility functions related to localStorage for first two
  72. steps: cluster name and Install options. Also develop view logic with
  73. preliminary validations for these two steps. (Jaimin Jetly via yusaku)
  74. AMBARI-715. Integrate domain objects and Rest serialized objects. (mahadev)
  75. AMBARI-713. Initial work on Job FSM. (hitesh)
  76. AMBARI-712. Action manager skeleton. (jitendra)
  77. AMBARI-710. Basic registration and heartbeat protocol implementation between
  78. the server and the agent. (mahadev)
  79. AMBARI-709. Getting hardware info on disks/cpu/others using facter and using
  80. it during registeration. (mahadev)
  81. AMBARI-707. More work on Node FSM and additional tests/cleanup. (hitesh)
  82. AMBARI-706. Basic tests for Node FSM. (hitesh)
  83. AMBARI-705. Initial work on Node FSM. (hitesh)
  84. AMBARI-703. Heartbeat handler classes. (jitendra)
  85. AMBARI-702. Add skeleton for Ambari agent that talks to the server and
  86. collects information for host. (mahadev)
  87. AMBARI-696. Add interface for ActionManager to access live state. (hitesh)
  88. AMBARI-698. Add a simple server and artifact generation to run a server with
  89. a simple api check. (mahadev)
  90. AMBARI-697. Ambari Web (browser-based UI) skeleton. (Jaimin Jetly and yusaku)
  91. AMBARI-695. More basic class restructuring for new design. (hitesh)
  92. AMBARI-694. Class to encapsulate stage. (jitendra)
  93. AMBARI-691. More basic classes for new design. (hitesh)
  94. AMBARI-693. Classes for request objects. (jitendra)
  95. AMBARI-685. Basic classes. (hitesh via jitendra)
  96. AMBARI-676. Seperate directory for ambari-server. (jitendra)
  97. IMPROVEMENTS
  98. OPTIMIZATIONS
  99. BUG FIXES
  100. AMBARI-761. Fix broken build for adding guice servlet dependency. (mahadev)
  101. AMBARI-753. Fix broken compile as a result of re-factor of FSM layout. (hitesh)
  102. AMBARI-752. Add missing license header to TestServiceComponentHostState. (hitesh)
  103. AMBARI-750. Fix build compilation issue. (mahadev)
  104. AMBARI-718. Fix installer navigation. (yusaku)
  105. AMBARI-684. Remove non-required dependencies from pom files (hitesh via jitendra)
  106. AMBARI-680. Fix pom structure. (hitesh)