aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* getByteRange moved to WorkerWebUI, takes converted parameters, returns only s...Karen Feng2013-07-112-32/+34
* Removed redundant calls to request by logPageKaren Feng2013-07-111-2/+1
* Created getByteRange function for logs and log pages, removed lastNBytes func...Karen Feng2013-07-112-31/+44
* Scrollbar on log pages appear automaticallyKaren Feng2013-07-111-1/+1
* Fixed capitalization of log pageKaren Feng2013-07-111-1/+1
* Added byte range, page title with log name, previous/next bytes buttons, init...Karen Feng2013-07-114-22/+30
* Added byte range on log pagesKaren Feng2013-07-101-3/+7
* Changed buffer to 10,000 bytes, created scrollbar for fixed-height logKaren Feng2013-07-103-7/+7
* Fixed mixup of start/end, moved more import filesKaren Feng2013-07-103-9/+8
* Moved appropriate import files from UISuite to UtilsSuiteKaren Feng2013-07-102-5/+4
* Moved unit tests for Utils from UISuite to UtilsSuiteKaren Feng2013-07-102-71/+71
* Fixed docstring of offsetBytes to match params and wrapped for 100+ character...Karen Feng2013-07-102-2/+3
* Made some minor style changesKaren Feng2013-07-102-9/+8
* Fixed for nonexistent bytes, added unit tests, changed stdout-page to stdoutKaren Feng2013-07-105-10/+46
* Allows for larger files, refactors lastNBytes, removes old Log column, fixes ...Karen Feng2013-07-104-37/+15
* Fixes style, makes "std__-page" consistent, reads only parts of filesKaren Feng2013-07-094-35/+45
* Clean commit of log pagingKaren Feng2013-07-093-2/+75
* Merge pull request #688 from markhamstra/scalaDependenciesMatei Zaharia2013-07-084-0/+26
|\
| * pom cleanupMark Hamstra2013-07-084-4/+10
| * Explicit dependencies for scala-library and scalap to prevent 2.9.2 vs. 2.9.3...Mark Hamstra2013-07-083-0/+20
* | Merge pull request #683 from shivaram/sbt-test-fixMatei Zaharia2013-07-086-5/+23
|\ \ | |/ |/|
| * Remove akka LogLevel fix as we no longer use sprayShivaram Venkataraman2013-07-072-5/+0
| * Ignore stderr when calling cat on a non-existing fileShivaram Venkataraman2013-07-071-1/+1
| * Catch RejectedExecution exception in Checkpoint handler.Shivaram Venkataraman2013-07-071-2/+7
| * Set DriverSuite log level to WARNShivaram Venkataraman2013-07-071-0/+4
| * Suppress log messages in sbt test with two changes:Shivaram Venkataraman2013-07-074-2/+16
* | Merge pull request #687 from atalwalkar/mastershivaram2013-07-085-6/+6
|\ \
| * | renamed with labeled prefixAmeet Talwalkar2013-07-085-6/+6
|/ /
* | Merge pull request #679 from ryanlecompte/mastershivaram2013-07-071-16/+27
|\ \ | |/ |/|
| * update to use ListBuffer, faster than Vector for append operationsryanlecompte2013-07-071-5/+9
| * fix formatting and use Vector instead of List to maintain orderryanlecompte2013-07-061-10/+8
| * make binSearch a tail-recursive methodryanlecompte2013-07-051-14/+23
* | Merge pull request #668 from shimingfei/guava-14.0.1Matei Zaharia2013-07-061-1/+2
|\ \
| * | update guava version from 11.0.1 to 14.0.1Mingfei2013-07-031-1/+2
* | | Merge remote-tracking branch 'pwendell/ui-updates'Matei Zaharia2013-07-062-15/+15
|\ \ \
| * | | Fix occasional failure in UI listener.Patrick Wendell2013-07-062-15/+15
* | | | Fix some other references to Cloudera Avro and updated Avro versionMatei Zaharia2013-07-061-4/+4
|/ / /
* | | Merge pull request #676 from c0s/asf-avroMatei Zaharia2013-07-061-2/+2
|\ \ \
| * | | Use standard ASF published avro module instead of a proprietory built oneKonstantin Boudnik2013-07-041-2/+2
| |/ /
* | | Merge remote-tracking branch 'pwendell/ui-updates'Matei Zaharia2013-07-0670-956/+1681
|\ \ \
| * | | Tracking some task metrics even during failures.Patrick Wendell2013-07-068-15/+39
| * | | Enforcing correct sort order for formatted stringsPatrick Wendell2013-07-054-7/+19
| * | | Removing dead codePatrick Wendell2013-07-021-13/+0
| * | | Adding truncation for log filesPatrick Wendell2013-07-023-7/+54
| * | | Throw exception for missing resourcePatrick Wendell2013-07-011-1/+1
| * | | Package refactoringPatrick Wendell2013-07-013-114/+118
| * | | Fixing bug where logs aren't shownPatrick Wendell2013-07-011-1/+2
| * | | Various formatting changesPatrick Wendell2013-07-013-16/+14
| * | | Adding test scriptPatrick Wendell2013-07-011-0/+61
| * | | Print exception messagePatrick Wendell2013-07-012-1/+6