Skip to content

Latest commit

 

History

History
630 lines (552 loc) · 78.2 KB

CHANGELOG.md

File metadata and controls

630 lines (552 loc) · 78.2 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.12.0 - 2022-12-23

Compare with v0.11.0

Added

  • Add system tests for v0.12 (d3dc777 by Simon Kindhauser).
  • Add resource type registry to extension api (37fa9ea by Caspar Martens).
  • Add flatpak templates to extension template (785af64 by Caspar Martens).
  • Add introduction to extension development (ad3d3cb by Simon Kindhauser).
  • Add presentation system index and improve rest of presentation system documentation (4c4f686 by Caspar Martens).
  • Add view documentation (0895b23 by Caspar Martens).
  • Add abstract classes for view and view_factory (e81fafe by Caspar Martens).
  • Add content to study_project increment (8ad2d4d by Caspar Martens).
  • Add domain model documentation (037fb5a by Simon Kindhauser).
  • Add reflection content (0beace9 by Caspar Martens).
  • Add time tracking content (41101d9 by Caspar Martens).
  • Add mirkos changes to abstract (9bc589f by Caspar Martens).
  • Add ux test report for mb (73e2ef3 by Simon Kindhauser).
  • Add study project plan (1278cd1 by Caspar Martens).
  • Add a few words to the development docs (4d193a3 by Simon Kindhauser).
  • Add missing documents to study project section (5ebb6d0 by Caspar Martens).
  • Add reflection, that previously only existed in the project submission (02fa516 by Caspar Martens).
  • Add text to docs tests index (0920512 by Simon Kindhauser).
  • Add usability test result for tw (a26fd4e by Simon Kindhauser).
  • Add refs (e238ff7 by Caspar Martens).

Changed

  • Change histroy to observable layer in domain model (86d63ca by Simon Kindhauser).
  • Change docker project build image tag from gtk4 to latest (bbc747b by Caspar Martens).

Fixed

  • Fix log level (a89990b by Caspar Martens).
  • Fix refs to extension code (77224f2 by Simon Kindhauser).
  • Fix the introduction to layers (2c3c645 by Simon Kindhauser).
  • Fix can not create new window with drag and drop (d81f51b by Simon Kindhauser). Related issues/PRs: #61
  • Fix toctree (5cd7eb2 by Simon Kindhauser).
  • Fix an error when opening tabs (96f7efb by Simon Kindhauser).

Removed

  • Remove broken link to advanced_interpretation (9b4d6fe by Caspar Martens).
  • Remove documentation for specification (f37f958 by Simon Kindhauser).

v0.11.0 - 2022-12-14

Compare with v0.10.0

Added

  • Add system tests (0a2a00a by Caspar Martens).
  • Add abstract, clean up inconsistencies (6bcb547 by Caspar Martens).
  • Add extension warning dialog (eb23348 by Simon Kindhauser).
  • Add links to landing page (d31394c by Caspar Martens).
  • Add tests for paste callback (4b7166d by Caspar Martens).
  • Add test for bfvm.open (f1dc4f1 by Simon Kindhauser).
  • Add paste any mimetype feature (fba169a by Caspar Martens).
  • Add ui_service tests (7dcc65a by Caspar Martens).
  • Add message toasts (1fa0f6a by Caspar Martens).
  • Add ui service with toasting functionality (5aff20f by Caspar Martens).
  • Add v0.6 and v0.10 and gnome software screenshots (698ccbd by Caspar Martens).
  • Add dark/light screenshot (b8c9b09 by Simon Kindhauser).

Changed

  • Change issue links and toc (6179d04 by Caspar Martens).

Fixed

  • Fix icon path in readme (64d3c27 by Simon Kindhauser).
  • Fix tests (c51ac84 by Caspar Martens).
  • Fix shortcut not functioning in flatpak because of invalid focus (b226270 by Caspar Martens).
  • Fix scrolling bug (436ada9 by Caspar Martens).
  • Fix error when opening context menu, improve opened directory message (5184fd9 by Caspar Martens).
  • Fix integration tests (6e230a7 by Simon Kindhauser).
  • Fix dependency graph and flatpak setup (d2ae0d8 by Simon Kindhauser).

v0.10.0 - 2022-11-24

Compare with v0.9.0

Added

  • Add system tests (aa3aa7a by Caspar Martens).
  • Add 0.10.0 old system tests (8b8b7d7 by Caspar Martens).
  • Add default value for datetime (714546e by Caspar Martens).
  • Add merged layer (b19a982 by Simon Kindhauser).
  • Add layers for overlay and history (5338219 by Simon Kindhauser).
  • Add null view (ed96a3c by Caspar Martens).
  • Add paste action and tests (6723c2c by Caspar Martens).
  • Add set_structure test (e7d9725 by Caspar Martens).
  • Add reference encapsulation base (0ed6cef by Caspar Martens).
  • Add copy feature (5db81d4 by Caspar Martens).
  • Add history overlay integration tests (79c57b6 by Caspar Martens).
  • Add history tests (d51815b by Caspar Martens).
  • Add ui undo and redo actions (17f2ead by Caspar Martens).
  • Add change notification tests (ca6a853 by Caspar Martens).
  • Add history layer (78a773a by Simon Kindhauser).
  • Add list and map structure observer item change notification tests (8a29d98 by Caspar Martens).
  • Add action tests (7e761ca by Caspar Martens).
  • Add change notification for observable structure (bff75fe by Caspar Martens).
  • Add multi view (678367d by Caspar Martens).
  • Add action tests on map and list view models (0c1023f by Caspar Martens).
  • Add context menu to action rows (b52394f by Caspar Martens).
  • Add get_document to document factory (c7ffdd7 by Simon Kindhauser).
  • Add tests for view factory registry (15ff48a by Simon Kindhauser).
  • Add tests for view factory (35dcbd2 by Simon Kindhauser).
  • Add tests for reference (145ed30 by Simon Kindhauser).
  • Add observable to structure (a4528fb by Simon Kindhauser).
  • Add name and description to action (2a596b3 by Simon Kindhauser).
  • Add string actions: to lower and to upper (baa1cda by Simon Kindhauser).
  • Add action registry to extension api (5acf7e2 by Simon Kindhauser).
  • Add action, registry and context (ac6e34e by Simon Kindhauser).

Changed

  • Change fixed system test status (85f89ac by Caspar Martens).

Fixed

  • Fix text insertion bug (9c9d5ff by Caspar Martens).
  • Fix image preview not updated when path is invalid (d99c2d2 by Simon Kindhauser).
  • Fix text entries w.r.t. the history (26645b9 by Simon Kindhauser).
  • Fix datetime observability (207698c by Caspar Martens).
  • Fix diamond problem (18eeeae by Simon Kindhauser).
  • Fix map_encapsulation parent setting bug (c2a7c91 by Caspar Martens).
  • Fix list and list_encapsulation base observabilities (9c1b0ff by Caspar Martens).
  • Fix change notification dispatch missing encapsulation bug (96d91a8 by Caspar Martens).
  • Fix import error due to missing init py (5a3a045 by Caspar Martens).
  • Fix update_value bug, missing change notification creation (d400eb1 by Caspar Martens).
  • Fix inconsistencies (60a1419 by Caspar Martens).
  • Fix encapsulation base observability dispatch bug (44f9490 by Caspar Martens).
  • Fix reference tests (fa168ca by Caspar Martens).
  • Fix map editability bug (58ca762 by Caspar Martens).
  • Fix bug in rename_key (6cab49c by Simon Kindhauser).
  • Fix deprecation warnings and type inconsistencies (7fc53cf by Caspar Martens).

Removed

  • Remove setting of log level (8e60ae6 by Simon Kindhauser).
  • Remove number change event on number view instantiation (7a08af8 by Caspar Martens).
  • Remove boolean change event on boolean view instantiation (8ebd5a4 by Caspar Martens).
  • Remove defunct delete button (448f29b by Caspar Martens).
  • Remove column based presenter extension (2c2fbd8 by Simon Kindhauser).

v0.9.0 - 2022-11-04

Compare with v0.8.1

Added

  • Add black fennec view model copy test (77d94ee by Caspar Martens).
  • Add tab attachment and detachment tests (df14ec5 by Caspar Martens).
  • Add shortcuts, remove settings button (b5a26b3 by Caspar Martens).
  • Add authors to about window (2f8badb by Caspar Martens).
  • Add configuration to pytest.ini and .coveragerc (0fb3d26 by Simon Kindhauser).
  • Add tests for merge layer (e8cec20 by Simon Kindhauser).
  • Add about_window (2de81aa by Caspar Martens).
  • Add presenter tests (86dc04e by Caspar Martens).
  • Add date_time tests (03d5959 by Caspar Martens).
  • Add tests for merged list and map (087614d by Simon Kindhauser).

Changed

  • Change gio.action registration, add functionality to tab context menu (a8c5f54 by Caspar Martens).
  • Change naming from project to folder (65394c0 by Caspar Martens).
  • Change selection class to existing adwaita style class card (312fcc6 by Caspar Martens).

Fixed

  • Fix invalid appdata (e674fb5 by Simon Kindhauser).
  • Fix reference serialization bugs (fbbdfb3 by Caspar Martens).
  • Fix save_all oddball solution (9b4776f by Caspar Martens).
  • Fix appdata problem: tag-invalid: type invalid [unknown] (6651f1b by Simon Kindhauser).
  • Fix flatpak (13ec7ab by Simon Kindhauser).
  • Fix close button (6588d0e by Caspar Martens).
  • Fix coverage badge (fb5ec87 by Simon Kindhauser).
  • Fix dockerfile (5987ea3 by Caspar Martens).
  • Fix tests (862cffc by Caspar Martens).
  • Fix reference preview (0012886 by Caspar Martens).
  • Fix extension_store error (22a1fb8 by Caspar Martens).
  • Fix bug failing upon showing empty lists (80ff2fa by Caspar Martens).
  • Fix number recursion bug (972531f by Caspar Martens).
  • Fix insufficient segregation of ui and non-ui code which caused bug while loading (322d494 by Caspar Martens).

Removed

  • Remove dependency on appstream (1aa7df2 by Simon Kindhauser).
  • Remove merged list not implemented warning, test for typeerror when merging incompatible types (314eef8 by Caspar Martens).

v0.8.1 - 2022-10-20

Compare with v0.8.0

Added

  • Add metainfo.xml (0a67529 by Simon Kindhauser).
  • Add tests (e2c52c5 by Caspar Martens).
  • Add empty list pattern, improve file and project opening (ee4a8c6 by Caspar Martens).
  • Add structure access (103316c by Simon Kindhauser).
  • Add install option to makefile (bfeee83 by Simon Kindhauser).
  • Add .desktop file (5cb9b5f by Simon Kindhauser).
  • Add initial flatpak support (c6fca22 by Simon Kindhauser).
  • Add mode to load resource api (84c1916 by Simon Kindhauser).
  • Add valuestructure (2c2978a by Simon Kindhauser).

Changed

  • Change selection class to existing adwaita style class card (6498cb7 by Caspar Martens).
  • Change filechooserdialog to filechoosernative for flatpak support (416a2d5 by Caspar Martens).
  • Change flatpak config to use local files (93ee544 by Simon Kindhauser).

Fixed

  • Fix bug which raised exception when opening a file without project first (0342d27 by Caspar Martens).
  • Fix build error missing repo (df4a6b1 by Caspar Martens).
  • Fix file, improve image (e2778f5 by Caspar Martens).
  • Fix path in readme (d6acf7a by Caspar Martens).

Removed

  • Removed eq from structures (ad4a7dd by Simon Kindhauser).

v0.8.0 - 2022-10-12

Compare with v0.5.0

Added

  • Add bftype resource and type loader to extension api (a0bd85c by Simon Kindhauser).
  • Add deep merge and implement inheritance (0b1cc70 by Simon Kindhauser).
  • Add type hierarchy (f1731ad by Simon Kindhauser).
  • Add navigator tests (5de4778 by Caspar Martens).
  • Add null type (13b6f88 by Simon Kindhauser).
  • Add tests for number template (6209072 by Simon Kindhauser).
  • Add template layer (42df96b by Simon Kindhauser).
  • Add styling to base type preview (aef70c3 by leonie).
  • Add styling to add item row (abb36ca by leonie).
  • Add styling to extension container (99da9f6 by leonie).
  • Add 'add item' row to map (908daf2 by Simon Kindhauser).
  • Add preview for file (43f1c94 by Lara Gubler).
  • Add preview for date_time_rage (a8ccbf1 by Lara Gubler).
  • Add name to tempaltes for user firendly identifiers (57e2dd3 by Simon Kindhauser).
  • Add preview for image (9403fdf by Lara Gubler).
  • Add person preview (d698b46 by Lara Gubler).
  • Add extension store tests (b761ea3 by leonie).
  • Add preview for date_time (ef695fa by Lara Gubler).
  • Add extension store (74e14ca by leonie).
  • Add create_structure to template (f0b24cb by Simon Kindhauser).
  • Added quit functionality (8339179 by leonie).
  • Add refinement task descriptions (567c295 by Caspar Martens).
  • Add description to some refinement tasks (fcdabd3 by Caspar Martens).
  • Added review feedback (60d5dec by leonie).
  • Added project plan feedback (a243178 by leonie).
  • Add refinement documentation (69a7901 by Lara Gubler).
  • Add systemtests for release v0.6 (f16ce91 by Lara Gubler).
  • Add participant to usability tests (8113bff by Caspar Martens).
  • Add usability testing part1 (0d6612a by Simon Kindhauser).
  • Add performance test with huge type extension (1a129f9 by Caspar Martens).
  • Add templates to map add wizard (db5f969 by Simon Kindhauser).
  • Added fallback font (2dc3110 by leonie).
  • Adde dextension view (db685dc by leonie).
  • Add ux tests (dcaabfe by Caspar Martens).
  • Add performance system test (927a700 by Caspar Martens).
  • Added extension store ui (7e3ec39 by leonie).
  • Add templateregistry lookup in list view add item (0743ef7 by Caspar Martens).
  • Add template registry (4e217ea by Caspar Martens).
  • Added style to menu item (4ad68de by leonie).
  • Add sequence diagrams (a7e371e by Simon Kindhauser).
  • Add extension store view model (e958944 by Caspar Martens).
  • Add save functionality for project (ffc39c1 by Simon Kindhauser).
  • Add term-missing option to test (10446cd by Caspar Martens).
  • Add coverage tests, fix pylint (2150d97 by Caspar Martens).
  • Add deps, test and run to make file (9ba2928 by Simon Kindhauser).
  • Add tests (ba99f47 by Caspar Martens).
  • Added styling to window controls (ddd76ba by leonie).
  • Added window icon (d3db060 by leonie).

Changed

  • Change required python version to 3.10 (d458199 by Caspar Martens).
  • Change coloring (2c5d7c2 by Caspar Martens).
  • Change ux test hierarchy (e5208a5 by Caspar Martens).

Fixed

  • Fix list not hashable (1cd35e0 by Simon Kindhauser).
  • Fix links in readme (7c23ba3 by Caspar Martens).
  • Fix some linting warnings (e6d9d95 by Simon Kindhauser).
  • Fix black fennec application (5e0290a by Caspar Martens).
  • Fix errors (6b6d90b by Caspar Martens).
  • Fix list and map equality bug (3eb0d93 by Simon Kindhauser).
  • Fix linter warnings (a714b29 by Simon Kindhauser).
  • Fix using subject instead of self.subject (b9a718f by Simon Kindhauser).
  • Fix multi-encapsulation issues (62eafef by Simon Kindhauser).
  • Fix dangerous-default-value (w0102) (17aa4cf by Simon Kindhauser).
  • Fix oddball_solution in registires (128a5e8 by Simon Kindhauser).
  • Fix test case (833618d by Simon Kindhauser).
  • Fix 'line too long' (f7d747c by Simon Kindhauser).
  • Fix path error of extensions.json (d43deb0 by Caspar Martens).
  • Fix pylint errors (76daf23 by Caspar Martens).
  • Fix typo in boolean_view ui template (67cf743 by Caspar Martens).
  • Fix new tabs open in background (8a6e246 by Simon Kindhauser).
  • Fix redundant click handler in reference preview (322d81c by Simon Kindhauser).
  • Fix factory satisfies specificaiton tests for base types (7ab341d by Simon Kindhauser).
  • Fixed out of focus popup font color (d5f4166 by leonie).
  • Fix notify observers on map key rename (1bbab1a by Simon Kindhauser).
  • Fixed pipeline (bd214fe by leonie).
  • Fix sphinx warnings (8b496d6 by Caspar Martens).
  • Fix #161 (521d32d by Caspar Martens).
  • Fixed boolean bug (fef4382 by leonie).
  • Fixed handle position (1274942 by leonie).

Removed

  • Remove json_reference_resoling_service double (f3f3823 by Caspar Martens).
  • Remove uri library incompatible with python 3.10 last traces (87915ad by Caspar Martens).
  • Remove uri library incompatible with python 3.10 (5a2a32e by Caspar Martens).
  • Remove napoleon (6432be6 by Simon Kindhauser).
  • Remove dead code (934c0c6 by Caspar Martens).
  • Remove unused member interpretation._view (20dc0ee by Simon Kindhauser).
  • Remove hash function; speculative generality (c5f7b25 by Caspar Martens).
  • Remove set loglevel (63b8af8 by Caspar Martens).
  • Remove 'add' option from row context menu (6af65b3 by Simon Kindhauser).
  • Remove userdict/userlist/userstring (6f378c6 by Caspar Martens).
  • Remove one refinement task (ff6da5c by Caspar Martens).
  • Remove children property from structure (ba777e3 by Caspar Martens).
  • Remove class constaint for visit_list, visit_map, visit_string (274b7d9 by Caspar Martens).
  • Remove primitive-obsession of coverage (3d57207 by Caspar Martens).

v0.5.0 - 2021-05-19

Compare with v0.3.0

Added

  • Add system tests (e9b8fde by Lara Gubler).
  • Add delete and add actions to list (765b11a by Simon Kindhauser).
  • Added editable map (4f58773 by leonie).
  • Add destroy of extensions, change presenter-/type-registry deregister to accept types instead of instances (2679ad7 by Caspar Martens).
  • Add extension development documentation (79c0aff by Caspar Martens).
  • Add link to ui/ux design decisions (b1eef72 by Simon Kindhauser).
  • Add editable map (efccf4d by Lara Gubler).
  • Add pretty print for extensions.json (057eb4e by Caspar Martens).
  • Added close function to notebook pages (ac7a217 by leonie).
  • Add architecture review overview page (894b443 by Simon Kindhauser).
  • Added tab system (7e7605d by leonie).
  • Add architecture and design documentation overview (c451c47 by Lara Gubler).
  • Added default image size and resize feature (3ec92c9 by leonie).
  • Add extension management logic (c85ccb2 by Caspar Martens).
  • Add tests for home_address and personal_photo properties (6c3c138 by Caspar Martens).
  • Added state change animation to boolean (d8210fb by leonie).
  • Added column styling (7a2291b by leonie).
  • Add docstrings (094cb7f by Caspar Martens).
  • Added scrolling and resize feature to columns (de6d244 by leonie).
  • Added title icons to base (534119a by leonie).
  • Added resize feature to main containers (f721048 by leonie).
  • Added base styling (35193cb by leonie).
  • Added styling to core types (71de074 by leonie).
  • Add filter (cb3df21 by Caspar Martens).
  • Add overlay tests (03fb612 by Caspar Martens).
  • Add template tests (944856b by Caspar Martens).
  • Add overlay and template (4caa2f8 by Caspar Martens).
  • Add jsonreferenceresolvingservice tests (06a0716 by Caspar Martens).
  • Add jsonpointer tests (e11d79e by Caspar Martens).
  • Add reference tests (bc5ae8d by Caspar Martens).
  • Added system test template (9591e64 by leonie).
  • Added styling (71afcfd by leonie).
  • Added file tree view (c7c4232 by leonie).
  • Add interpretation_service to black_fennec.py (9b56df6 by Lara Gubler).
  • Add preview for core type boolean (e22cb28 by Lara Gubler).
  • Add preview for core type number (c94c974 by Lara Gubler).
  • Add preview for core type list (533701d by Lara Gubler).
  • Added active highlight (b1faa1c by leonie).
  • Added image padding (3c5ebeb by leonie).
  • Added ui/ux documentation (9f7f5d5 by leonie).
  • Add reference coretype, fileimportservice, jsonreferenceresolvingservice, jsonpointer (8342492 by Caspar Martens).
  • Added highlight on active elements (b494e43 by leonie).
  • Addes basic styling (e7369d7 by leonie).
  • Added css according to ui sketches (aa41fdb by leonie).
  • Add documentation to create_preview function in map_view_model, fix docstrings (83629dd by Simon Kindhauser).
  • Added extension mccabe and docsparam to pylint (c5d37d1 by Caspar Martens).
  • Add preview for core types map and string (99b9994 by Simon Kindhauser).
  • Add test for specification (0ba501f by Simon Kindhauser).
  • Add specification (65c7b09 by Simon Kindhauser).
  • Add basic styling (e06941d by leonie).
  • Add base type date_time, add date_time unit tests (9a04de2 by Lara Gubler).
  • Add file example (1b9221f by Caspar Martens).
  • Add string value regex matching for template (66607cb by Caspar Martens).
  • Add base type image (00b2a71 by Caspar Martens).
  • Add file base type (b8d313d by Caspar Martens).
  • Add test cases (7d9cd6a by leonie).
  • Add base typ person (830206d by leonie).
  • Add person.py core type properties (5fd135c by leonie).

Changed

  • Change version number (6ac0c63 by Caspar Martens).
  • Change local import of type_system/presenter extensions (a513a44 by Caspar Martens).
  • Change info message to be representative (a235be1 by Caspar Martens).
  • Change function name in string_view.py (5220d30 by Lara Gubler).
  • Change core type boolean to be editable (784bde3 by Lara Gubler).
  • Change core type number to be editable (5b950ad by Lara Gubler).
  • Change structure (4d60d39 by Simon Kindhauser).
  • Change printscale from weekly to daily (8901f46 by Caspar Martens).

Fixed

  • Fix some linter issues (e6025e9 by Simon Kindhauser).
  • Fix glade paths (efc65ed by Caspar Martens).
  • Fix path join bug in create_folder_structure (d877b30 by Simon Kindhauser).
  • Fix path join bug in create_fodler_strucutre (08c4b80 by Simon Kindhauser).
  • Fix type (cad0da0 by Simon Kindhauser).
  • Fix make docs error (88b8d7e by Caspar Martens).
  • Fixed pipeline (80e1809 by leonie).
  • Fixed integration test for localextensionservice (a5c26dc by Caspar Martens).
  • Fixed failed test (e96d749 by leonie).
  • Fix pylint (c019047 by Caspar Martens).
  • Fixed details (ab39368 by leonie).
  • Fix according to review (f4d2e51 by Caspar Martens).
  • Fixed pipeline and legacy code (d31f714 by leonie).
  • Fix pylint, except for missing docstrings (2d01d4a by Caspar Martens).
  • Fix file tree multi column bug (56ae124 by Simon Kindhauser).
  • Fix pylint except docstrings warnings (6fdbbb5 by Caspar Martens).
  • Fix double paths (445b04e by Caspar Martens).
  • Fix docstrings and other pylint issues (55b6371 by Caspar Martens).
  • Fix pylint merge conflict (76b7712 by Caspar Martens).
  • Fixed window focus bug (18dedd2 by leonie).
  • Fix linter warnings (708efd1 by Simon Kindhauser).
  • Fixed backgrounds (ec157bd by leonie).
  • Fix pylint in basetype person (a4f2c51 by Caspar Martens).
  • Fix image offer comparison to file/map offer tests (90a8c74 by Caspar Martens).
  • Fix pipeline (5cb82f1 by leonie).
  • Fix merge and pylint issues (dd73d92 by Caspar Martens).

Removed

  • Remove version build because of gitlab space limitations (0a2a69d by Caspar Martens).
  • Remove combotest file, remove unused import, fix double template (73a720c by Simon Kindhauser).
  • Remove map initialisation in encapsulation (e29fb0b by Caspar Martens).
  • Remove access on data property (142f9c5 by Caspar Martens).
  • Remove iteration abbreviation (e9fe048 by Caspar Martens).

v0.3.0 - 2021-04-13

Compare with v0.2.0

Added

  • Add links to code docs (1aa95d6 by Caspar Martens).
  • Add updated time charts (2eb5b24 by Caspar Martens).
  • Add imagebuild stage before prebuild (5228119 by Caspar Martens).
  • Add docs generation prebuild task (6cdbc24 by Caspar Martens).
  • Add construction phase roadmap (0de964a by Caspar Martens).
  • Add elaboration overview (13b064b by Caspar Martens).
  • Add address type to type registry (5f70ff4 by Caspar Martens).
  • Add automatic code docuementation generation (18ada7d by Simon Kindhauser).
  • Add integration tests (e9c69d1 by Lara Gubler).
  • Add address base type with tests (ad1c64e by Caspar Martens).
  • Add testing to index (9680500 by leonie).
  • Add template file (3ae92a5 by leonie).
  • Add future test cases (c7e594c by leonie).
  • Add documentation of architecture (4aa4fed by Simon Kindhauser).
  • Add bar chart to time_tracking.py (7449ccf by Lara Gubler).
  • Add system test cases (d815447 by leonie).
  • Add template parameter to offer (26b07f8 by Caspar Martens).
  • Add boolean tests (553a58a by Caspar Martens).
  • Add resizing and drag feature (5e6f734 by leonie).
  • Add alternative font (35084c4 by leonie).
  • Add observable tests (d0ebe2b by Caspar Martens).
  • Add column based presenter tests (0026d8b by Caspar Martens).
  • Add test for auctioneer with no offers (6bc9352 by Caspar Martens).
  • Added file selector (be6fd50 by leonie).
  • Added splash screen (cdf1df7 by leonie).
  • Add json_encoder, test_json_encoder.py, reformat list.py (762acb7 by lara.gubler).
  • Add test cases (7a9c950 by leonie).
  • Add comments (6db9963 by leonie).
  • Add click handler (c2ab88b by leonie).
  • Add json_parser.py and test_json_parser.py (4cba174 by lara.gubler).
  • Add some more documentation (3a27915 by Simon Kindhauser).
  • Add main ui (0c025a4 by leonie).
  • Add column based presenter (412ad33 by Caspar Martens).
  • Add docstrings to auctioneer (92f9ecc by Caspar Martens).
  • Add navigation service with testing (de1ec1e by Caspar Martens).
  • Add auctioneer with testing (3c19e80 by Caspar Martens).
  • Add comparable tests, correct pylint offer tests (7a1df66 by Caspar Martens).
  • Add types to interpreter and interpretation (d20da0f by Caspar Martens).
  • Add offer tests (cf62354 by Caspar Martens).
  • Add children to core info (f2b162f by Simon Kindhauser).
  • Add core type boolean (bec5fc4 by Simon Kindhauser).
  • Add core type number (5c08cc2 by Simon Kindhauser).
  • Add core type list (b808797 by Simon Kindhauser).
  • Add offer (4114bbe by Caspar Martens).
  • Add comparable (518b2e2 by Caspar Martens).
  • Add core type map view (154b479 by Simon Kindhauser).
  • Add core type map view model, fix tests (7583bc9 by Simon Kindhauser).
  • Add core type map bidder (bcffc80 by Simon Kindhauser).
  • Add core type map (7ffa062 by Simon Kindhauser).
  • Add docstrings to type_registry.py (62aae98 by Lara Gubler).
  • Add test cases for type_registry (18230f2 by Lara Gubler).
  • Add string view model and view factory tests and fix bugs (89564dc by Simon Kindhauser).
  • Add string view factory (0699513 by Simon Kindhauser).
  • Add test_type-registry.py (d76f40a by Lara Gubler).
  • Add string view and view model (733dc4c by Simon Kindhauser).
  • Add returns and attributes to docstring (f8eb2d9 by Caspar Martens).
  • Add docstrings to core type root (78384ea by Simon Kindhauser).
  • Add docstring to core type info (44ab2bb by Simon Kindhauser).
  • Add docstrings to core string (cdcdf57 by Simon Kindhauser).
  • Add type-registry (c7c6ff6 by Lara Gubler).
  • Added ci_cd to index.rst (ce6e40b by leonie).
  • Add interpreter and interpretation (3d67f69 by Caspar Martens).
  • Add string bidder (b2903bd by Simon Kindhauser).
  • Add string (aafddfa by Simon Kindhauser).
  • Add root (27fcc93 by Simon Kindhauser).
  • Add info (d370942 by Simon Kindhauser).

Changed

  • Change offer interface (4ef4c18 by Caspar Martens).
  • Change interpretation info_view argument to [info_view] (52734d6 by Caspar Martens).
  • Change version number (58fed1b by Caspar Martens).

Fixed

  • Fix code docs artifacts (145369b by Caspar Martens).
  • Fix linting (1ac98c9 by Simon Kindhauser).
  • Fix pylint (de0f273 by Caspar Martens).
  • Fix 'no offer is best offer' for type boolean #113 (5428d43 by Simon Kindhauser).
  • Fix version number and project information (165a875 by Simon Kindhauser).
  • Fixed typos and added tbd (e6c86bd by leonie).
  • Fix testsuite names (51d35c1 by Caspar Martens).
  • Fix bug recognized during system testing and add regression unit-test (a745a72 by Caspar Martens).
  • Fix pylint warnings (ae5df84 by Caspar Martens).
  • Fix tests for black fennec view model (607567c by Simon Kindhauser).
  • Fix splash screen timer (7f48628 by Simon Kindhauser).
  • Fix issues from merge (978dad8 by Simon Kindhauser).
  • Fixed pipeline (beaae48 by leonie).
  • Fix unit tests (ca3ff64 by Simon Kindhauser).
  • Fix core type unittests after integration (b7e2a73 by Simon Kindhauser).
  • Fix logic error in comparable (8792ddb by Caspar Martens).
  • Fixes and renamings (1dfdea9 by Simon Kindhauser).
  • Fix pipeline the second (629fff2 by Simon Kindhauser).
  • Fix pipe line for gtk gui testing (902de26 by Simon Kindhauser).
  • Fix format in time tracking scripts (b5c02e4 by Caspar Martens).

Removed

  • Remove navigation_service dependency from auctioneer (45606ae by Caspar Martens).

v0.2.0 - 2021-03-23

Compare with v0.1.2

Added

  • Add time_tracking (f76db1c by Lara Gubler).
  • Add time_tracking.py (8691ed0 by Lara Gubler).
  • Add domain concept type registry (f22dacc by Simon Kindhauser).
  • Add domain model overview v1.0 (b647b11 by Simon Kindhauser).
  • Add domain concept navigation (8538cde by Simon Kindhauser).
  • Add domain documentation for layers (69c9edc by Simon Kindhauser).
  • Add ui sketches (d8b0ebc by Lara Gubler).
  • Add personas, add overview descriptive text (229b6f3 by Caspar Martens).
  • Add spacing below tables (118a061 by Caspar Martens).
  • Add non-functional requirements (bd86a94 by Caspar Martens).
  • Add seletion process to domain model (7a54103 by Simon Kindhauser).
  • Add non-function requirements (21d7dba by Caspar Martens).
  • Added table to describe nfrs (8a2477e by Caspar Martens).
  • Add some non-functional requirements (9b7e278 by Simon Kindhauser).
  • Add non-functional requirements skeleton (6d77b17 by Caspar Martens).

Changed

  • Change version number (fe53517 by Caspar Martens).
  • Change ui_sketches order (0def401 by Caspar Martens).

Fixed

  • Fixed based on feedback (3825f0f by Simon Kindhauser).

v0.1.2 - 2021-03-15

Compare with v0.1.1

Added

  • Add _versions path to gitignore (a7c5166 by Caspar Martens).
  • Add svg2pdf converter (e276373 by Caspar Martens).
  • Add time conversion script (b0bffed by Simon Kindhauser).
  • Add new directory (4614327 by Lara Gubler).
  • Add usecase overview (2924d3f by Caspar Martens).
  • Add linting to ci, reformat source-code to comply with linting (1b344c5 by Caspar Martens).

v0.1.1 - 2021-03-09

Compare with v0.1.0

Added

  • Add time tracking (3dde5c1 by Caspar Martens).

v0.1.0 - 2021-03-09

Compare with first commit

Added

  • Add documentation guidelines (715a0e3 by Caspar Martens).
  • Add subsection testing to qa (6c3b167 by Caspar Martens).
  • Add subsection development to quality assurance (47c20af by Caspar Martens).
  • Add high level documentation on extensions (95b1742 by Simon Kindhauser).
  • Add docs extensions/index (1f00079 by Simon Kindhauser).
  • Add version control strategy (2fe38ca by Caspar Martens).
  • Add risk analysisi (3777c10 by Simon Kindhauser).
  • Add time management, move meetings (a951d01 by Caspar Martens).
  • Add definition of done, add logging standards (e92d5d6 by Simon Kindhauser).
  • Added subsection scope of delivery, iteration planning, releases, meetings and protocolling (87b7d15 by lara.gubler).
  • Add project organisation, project management (fdabd75 by Caspar Martens).
  • Add project overview (6c1063d by Caspar Martens).
  • Add hello world (2051e13 by Simon Kindhauser).
  • Add apt package texlive and librsvg (54cbf18 by Caspar Martens).
  • Add additional apt dependency required to build pygobject (ddacd55 by Caspar Martens).
  • Add requirement pygobject (df9cd6e by Caspar Martens).
  • Add setup.py and tests (554d8a6 by Caspar Martens).
  • Add gitlab-ci configuration (410131a by Caspar Martens).
  • Add project proposal (german) (07d97fa by Simon Kindhauser).
  • Add make docs (aaa73cf by Simon Kindhauser).

Changed

  • Change titles of risks in risk analysis (0757caf by Simon Kindhauser).
  • Change apt get package librsvg to librsvg2-bin (bb309f6 by Caspar Martens).
  • Changed image base to not alpine, because gtk does not run on alpine (4eda65a by Caspar Martens).
  • Changed apk installs (d3b1219 by Caspar Martens).

Fixed

  • Fix typo (bf66518 by Simon Kindhauser).
  • Fix typos and table widths (d754656 by Simon Kindhauser).
  • Fix milestone links (13acfc9 by Caspar Martens).
  • Fix milestone table (c77b238 by Caspar Martens).
  • Fix typo in logging_standards (66106d8 by Simon Kindhauser).
  • Fix spelling mistake, fix .gitignore (3a6ac95 by Caspar Martens).
  • Fix makefile source directory path (de79afd by leonie.daeullary).
  • Fixed yaml indentation (438ea76 by Caspar Martens).

Removed

  • Remove trailing slashes in regex (6535599 by Caspar Martens).