123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- Ambari Change log
- Notes:
- - Committers should be listed using their login and non-committers
- should be listed by their full name.
- - Please keep the file to a max of 80 characters wide.
- - Put latest commits first in each section.
- AMBARI-666 branch (unreleased changes)
- INCOMPATIBLE CHANGES
- NEW FEATURES
- AMBARI-759. Add puppet scripts to the agent for configuring/installing
- various services and add security aspects to api's and server/agent.
- (mahadev)
- AMBARI-749. Complete Java side implementation of bootstrapping agent hosts.
- (mahadev)
- AMBARI-757. Implement Installer Step 4 (Select Services). (yusaku)
- AMBARI-751. Re-structure servicecomponenthost fsm layout. (hitesh)
- AMBARI-747. Add unit tests for step2 (Install option page) of installer.
- (Jaimin Jetly via yusaku)
- AMBARI-746. Integrate configuration properties and custom configuration
- file overrides in Customize Services page. (yusaku)
- AMBARI-732. Action scheduler unit tests. (jitendra)
- AMBARI-739. Cluster fsm implementation. (hitesh)
- AMBARI-745. Add unit tests for Installer Step 1 (Welcome page). (yusaku)
- AMBARI-744. Add definition for service config properties. (yusaku)
- AMBARI-743. Add unit testing framework for Ambari Web. (yusaku)
- AMBARI-742. Implement running a bootstrap api, keep a fifo queue and logic
- for getting a request. (mahadev)
- AMBARI-741. Use ember-i18n to externalize string resources in Ambari Web.
- (yusaku)
- AMBARI-735. Clean up Installer Welcome page and Install Options page.
- (Jaimin Jetly via yusaku)
- AMBARI-738. s/Node/Host/g. (hitesh)
- AMBARI-737. ServiceComponentNode FSM implementation. (hitesh)
- AMBARI-734. Initial work for adding DataNode/TaskTracker/RegionServer
- configuration overrides on groups of hosts in Installer Customize Services
- page. (yusaku)
- AMBARI-736. Initial work on Cluster Management pages. (yusaku)
- AMBARI-733. Add Jersey Resource for BootStrapping and JAXB elements for API
- entities. (mahadev)
- AMBARI-730. Add unit tests for jersey apis on the server. (mahadev)
- AMBARI-725. Add commandstatus/result/error objects into the rest API between
- server and agent. (mahadev)
- AMBARI-723. Implement Installer Welcome page and Install Options page
- (Jaimin Jetly via yusaku)
- AMBARI-726. ORM-based data access layer for new design (Jaimin Jetly via hitesh)
- AMBARI-728. Initial work on ServiceComponentNode FSM. (hitesh)
- AMBARI-724. Add tabs, dynamic form generation, validation errors, and info
- popovers for Customize Services page in Installer (yusaku)
- AMBARI-714. Job FSM Impl and tests. (hitesh)
- AMBARI-721. Remove Hardwareprofile class since its not needed anymore.
- (mahadev)
- AMBARI-720. Tweak basic styles for Installer. (yusaku)
- AMBARI-719. Enable Responsive Design. (yusaku)
- AMBARI-716. Add back TestNodeImpl and fix memory types and disk info
- serialization. (mahadev)
- AMBARI-717. Starter implementation for Installer Customize Services page.
- Stylize top nav and implement static footer. Stylize login page. (yusaku)
- AMBARI-711. Create utility functions related to localStorage for first two
- steps: cluster name and Install options. Also develop view logic with
- preliminary validations for these two steps. (Jaimin Jetly via yusaku)
- AMBARI-715. Integrate domain objects and Rest serialized objects. (mahadev)
- AMBARI-713. Initial work on Job FSM. (hitesh)
- AMBARI-712. Action manager skeleton. (jitendra)
- AMBARI-710. Basic registration and heartbeat protocol implementation between
- the server and the agent. (mahadev)
- AMBARI-709. Getting hardware info on disks/cpu/others using facter and using
- it during registeration. (mahadev)
- AMBARI-707. More work on Node FSM and additional tests/cleanup. (hitesh)
- AMBARI-706. Basic tests for Node FSM. (hitesh)
- AMBARI-705. Initial work on Node FSM. (hitesh)
- AMBARI-703. Heartbeat handler classes. (jitendra)
- AMBARI-702. Add skeleton for Ambari agent that talks to the server and
- collects information for host. (mahadev)
- AMBARI-696. Add interface for ActionManager to access live state. (hitesh)
- AMBARI-698. Add a simple server and artifact generation to run a server with
- a simple api check. (mahadev)
- AMBARI-697. Ambari Web (browser-based UI) skeleton. (Jaimin Jetly and yusaku)
- AMBARI-695. More basic class restructuring for new design. (hitesh)
- AMBARI-694. Class to encapsulate stage. (jitendra)
- AMBARI-691. More basic classes for new design. (hitesh)
- AMBARI-693. Classes for request objects. (jitendra)
- AMBARI-685. Basic classes. (hitesh via jitendra)
- AMBARI-676. Seperate directory for ambari-server. (jitendra)
- IMPROVEMENTS
- OPTIMIZATIONS
- BUG FIXES
- AMBARI-753. Fix broken compile as a result of re-factor of FSM layout. (hitesh)
- AMBARI-752. Add missing license header to TestServiceComponentHostState. (hitesh)
- AMBARI-750. Fix build compilation issue. (mahadev)
- AMBARI-718. Fix installer navigation. (yusaku)
- AMBARI-684. Remove non-required dependencies from pom files (hitesh via jitendra)
- AMBARI-680. Fix pom structure. (hitesh)
|