AMBARI-666-CHANGES.txt 3.1 KB

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