Changes In Branch v1.64-areas-dashboard Through [da3085c0ec] Excluding Merge-Ins
This is equivalent to a diff from 9fb029e72c to da3085c0ec
2017-08-01
| ||
04:57 | WIP check-in: a2115754e6 user: matt tags: v1.64-areas-dashboard | |
2017-07-31
| ||
22:47 | Copied/renamed more functions to enable Areas Summary tab development. Fixed deps for dboard with dashboard-areas.scm file. check-in: da3085c0ec user: matt tags: v1.64-areas-dashboard | |
00:17 | More complete handling of Megatest states and statuses for teamcity. Moved emergency patches to sub directory. Fixed issue in Makefile that prevented tcmt from being built. check-in: a692915fb3 user: matt tags: v1.64 | |
2017-07-27
| ||
23:42 | Initial setup for adding areas to dashboard. check-in: f62501c6f1 user: matt tags: v1.64-areas-dashboard | |
19:40 | added protection against stuck in launched issue in ticket 220546342 check-in: 9fb029e72c user: bjbarcla tags: v1.64 | |
18:43 | disabled ndboard build; wrapped writing of cache file with common:fail-safe, a proc that executes thunk, return value. If exception thrown, trap exception, return #f, and emit nonfatal condition note to *default-log-port* Closed-Leaf check-in: 5e82759c41 user: bjbarcla tags: v1.64-runconfig-cache-problem, passed-qa | |
2017-07-26
| ||
17:59 | Kill right-click menu check-in: bfd3170ff1 user: ritikaag tags: v1.64 | |
Modified Makefile from [b8928ba93e] to [f3a02cac17].
︙ | |||
42 43 44 45 46 47 48 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | - + | #all : $(PREFIX)/bin/.$(ARCHSTR) mtest dboard mtut ndboard all : $(PREFIX)/bin/.$(ARCHSTR) mtest dboard mtut mtest: $(OFILES) readline-fix.scm megatest.o csc $(CSCOPTS) $(OFILES) megatest.o -o mtest |
︙ |
Added dashboard-areas.scm version [59b814305b].