appanvil:actions-dev

Last commit made on 2022-05-12
Get this branch:
git clone -b actions-dev https://git.launchpad.net/appanvil

Branch merges

Branch information

Name:
actions-dev
Repository:
lp:appanvil

Recent commits

c50929d... by Jack Ullery <email address hidden>

resize the MainWindow making it larger

fff9125... by Jack Ullery <email address hidden>

Merge pull request #19 from jack-ullery/MVC-dev

Codebase Refactor - Switch to MVC Design Pattern

fd59143... by Jack Ullery <email address hidden>

fix unit tests for Status and StatusController classes

80e8afb... by Jack Ullery <email address hidden>

temporarily disable auto-format

7247384... by Jack Ullery <email address hidden>

fix bugs related to logs_controller unit test, continue refactor of unit tests, get tests in '/threads' to work

2aa906b... by Jack Ullery <email address hidden>

begin rebuilding of testing infrastructure

The tests should be rebuilt in a way that mimics the MVC layout for the tabs. The tests needed to be reworked anyways, and after some development, they'll be compatible with the new layout

cc85079... by Jack Ullery <email address hidden>

minor bugfix and code cleaning

previously TreeRows were not being filtered correctly when some of their children were visible

15008af... by Jack Ullery <email address hidden>

code cleaning and documentation

5a6b332... by Jack Ullery <email address hidden>

fix bugs related to StatusController::filter, and other minor code cleaning

bad62fe... by Jack Ullery <email address hidden>

fix linker errors, and bug related to StatusController::filter

Still some bugs remain. I also disable unit tests temporarily