AMBARI-666-CHANGES.txt 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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-724. Add tabs, dynamic form generation, validation errors, and info
  11. popovers for Customize Services page in Installer (yusaku)
  12. AMBARI-714. Job FSM Impl and tests. (hitesh)
  13. AMBARI-721. Remove Hardwareprofile class since its not needed anymore.
  14. (mahadev)
  15. AMBARI-720. Tweak basic styles for Installer. (yusaku)
  16. AMBARI-719. Enable Responsive Design. (yusaku)
  17. AMBARI-716. Add back TestNodeImpl and fix memory types and disk info
  18. serialization. (mahadev)
  19. AMBARI-717. Starter implementation for Installer Customize Services page.
  20. Stylize top nav and implement static footer. Stylize login page. (yusaku)
  21. AMBARI-711. Create utility functions related to localStorage for first two
  22. steps: cluster name and Install options. Also develop view logic with
  23. preliminary validations for these two steps. (Jaimin Jetly via yusaku)
  24. AMBARI-715. Integrate domain objects and Rest serialized objects. (mahadev)
  25. AMBARI-713. Initial work on Job FSM. (hitesh)
  26. AMBARI-712. Action manager skeleton. (jitendra)
  27. AMBARI-710. Basic registration and heartbeat protocol implementation between
  28. the server and the agent. (mahadev)
  29. AMBARI-709. Getting hardware info on disks/cpu/others using facter and using
  30. it during registeration. (mahadev)
  31. AMBARI-707. More work on Node FSM and additional tests/cleanup. (hitesh)
  32. AMBARI-706. Basic tests for Node FSM. (hitesh)
  33. AMBARI-705. Initial work on Node FSM. (hitesh)
  34. AMBARI-703. Heartbeat handler classes. (jitendra)
  35. AMBARI-702. Add skeleton for Ambari agent that talks to the server and
  36. collects information for host. (mahadev)
  37. AMBARI-696. Add interface for ActionManager to access live state. (hitesh)
  38. AMBARI-698. Add a simple server and artifact generation to run a server with
  39. a simple api check. (mahadev)
  40. AMBARI-697. Ambari Web (browser-based UI) skeleton. (Jaimin Jetly and yusaku)
  41. AMBARI-695. More basic class restructuring for new design. (hitesh)
  42. AMBARI-694. Class to encapsulate stage. (jitendra)
  43. AMBARI-691. More basic classes for new design. (hitesh)
  44. AMBARI-693. Classes for request objects. (jitendra)
  45. AMBARI-685. Basic classes. (hitesh via jitendra)
  46. AMBARI-676. Seperate directory for ambari-server. (jitendra)
  47. IMPROVEMENTS
  48. OPTIMIZATIONS
  49. BUG FIXES
  50. AMBARI-718. Fix installer navigation. (yusaku)
  51. AMBARI-684. Remove non-required dependencies from pom files (hitesh via jitendra)
  52. AMBARI-680. Fix pom structure. (hitesh)