Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Latest commit

 

History

History
297 lines (178 loc) · 21.1 KB

CHANGELOG.md

File metadata and controls

297 lines (178 loc) · 21.1 KB

3.6.0 (2024-05-02)

Bug Fixes

  • analysis: skip reset if edit is cancled (bdea886)
  • filter-sidebar: component to show the rejected options (f393ed2)
  • resetting analysis.edit query params (717bda4)
  • task-selection: prevent action on init (1222ca4)

Features

  • reviewer can remove rejected from edit report page (db89055)

3.5.0 (2024-03-11)

Bug Fixes

  • respect last value for remianing efforts for magic links (14a0336)
  • TaskSelection: reset component filter when updating the page controller properties (2d373b0)

Features

  • create github issue template (4faa472)

3.4.0 (2024-02-16)

Bug Fixes

  • htmlSafe function import path (ecfe1ad)
  • fetch-service: insure token is valid before making request (a687a59)

Features

  • enforce spelling check for comment field (b5ddcc9)

3.3.0 (2024-01-31)

Bug Fixes

Features

3.2.4 (2024-01-31)

Bug Fixes

  • analysis: dont reset the ordering query parameter on reset (9520f07)
  • analysis: move prefetch data call to route (db23304)
  • analysis: rejected and verified qp updates trigger model hook (1c92121)
  • report-row: check if the argument is defined before calling save function (0bc1c98)
  • report-row: components from duplication when clicking submit multible time (834a5ad)
  • statistics: except ordering and type from qp reset (20df93c)
  • the default value of rejected attribute in ReportIntersection is false (192c8a8)
  • updating the customer, project, task in analysis edit report page (2d6210e)
  • verify rejected reports (cbd0ce1)
  • worktime-balance-chart: the float number was not rendered in the chart if it's long float (b1339dc)

3.2.3 (2023-08-09)

Bug Fixes

  • parse queryparams for magic link as booleans, not strings (#1046) (6076b87)

3.2.2 (2023-08-08)

Bug Fixes

  • sy-duration-picker-day: respect disabled flag (#1043) (b184bee)

3.2.1 (2023-08-02)

Bug Fixes

3.2.0 (2023-07-28)

Bug Fixes

  • activities: prevent doubling time while generating reports (#970) (96f1a37)
  • changing project in the activity bar when change the recent customer (#998) (05a3ce5)
  • customer-visible-icon: splatter attributes (ee5a2b8)
  • statistics-list: allotted efforts calculation (a0643b4)
  • tests: parameter compatibility of reports abilities (3fc5648)
  • the bar is green only if the task is archived and have no remeaning (369f942)

Features

  • add magic link component to create a magic link that can be sent to another user (#1022) (4096c58)
  • improve statistics bar chart rendering (b1f1d98)
  • writing tests for chart rendering (699906e)

3.1.5 (2023-04-24)

Bug Fixes

  • activities: check for active tracking state (#912) (134b435)

3.1.4 (2023-04-20)

Bug Fixes

  • implement Suggested changes (f0e099f)
  • protected: await before model hook auth request (#909) (1561af1)
  • refactor edit users responsibilites controller to use native js class (659f5f8)
  • remove ember get function from projects page (73e7182)
  • remove unneded component of page permissions (1e5a74e)
  • responsibilities users route (f2e28d7)
  • run data fetching on setup controller hook in users edit index (8c907c7)
  • run data fetching on setup controller hook in users edit route (068dedc)
  • update class name UsersEditCreditsOvertimeCreditsNewRoute (9165ada)
  • use native JS class in 'no-access' route (c0ce893)
  • use native JS class in 'not-found' route (2e9a11f)
  • use native js class in users edit route (616dc0a)
  • use native js classes in routes (aeec8c3)
  • use native js classes in transforms (05d86d4)

3.1.3 (2023-04-14)

Bug Fixes

  • async list component/tests to be compatible with the new data structure (5c4c6d5)
  • async list tests isError (0c76db5)
  • attendance-slider: update validation status before saving (622e41c)
  • changed warning component (90691cc)
  • current user property from tracked to computed (b93ab65)
  • edit users, edit responsibilities routes to use native js classes (5bfba5e)
  • js warnings (82f5a23)
  • no need for controller in CustomerVisableIcon component (9bd68ef)
  • query param change trigger a full transition (e6d10d3)
  • refactor users index page (24165d6)
  • replace normal function with arrow functions (0b9e99a)
  • some new fixes (acee301)
  • use offecial task state isError in async list component (464797a)
  • users edit controller to use native class (6d62bd4)
  • users edit route to use native class (0ddd3a6)

3.1.2 (2023-04-05)

Bug Fixes

  • activities: dont delete records while in flight (#898) (b9c9316)
  • analysis: enlarge accountants bulk editing capabilities (#895) (f844c9d)
  • attendance validation (a4b1812)
  • change the error message, and the tests (6ca6185)
  • fix of tests after changing the return type (979e411)
  • hbs warnings (#894) (b00f97b)
  • negative activities possible (f6392ad)
  • sy-checkbox: add scss for indeterminate state (7c27966)
  • task-selection: make selection more robust (91edd83)

3.1.1 (2023-03-24)

Bug Fixes

  • {{yield}}-only templates are not allowed (15f4bda)
  • analytics loading loop (4556536)
  • attendances added wrong day after page refresh (8dfe303)
  • change the component test to angle bracket style (ff80012)
  • changing to new syntax (4ba628c)
  • clean the code, no action in hooks (918dcc9)
  • cleaning the code (bd78911)
  • form elements require a valid associated label (667a77e)
  • moving to glimmer component style (6aab55d)
  • report verifier is not defined (ac12349)
  • use component lifecycle hooks (4229bb8)
  • use the new syntax for click event (0b4e326)

3.1.0 (2023-03-17)

Bug Fixes

  • all the equal warning moved to strictEqual with making sure that all tests still running (a9fcc68)
  • changeset was not trigger the form change (save button was not been enabled) (bac534c)

Features

  • gray background color for the archived projects (e44fe5f)

3.0.2 (2023-03-03)

Bug Fixes

  • activity-edit-form: update task selection on model change (72815a2)
  • bulk-report-edit: reset query params after exit (89bef0c)
  • bulk-report-edit: show change warning only if changed (b210014)
  • font-awesome: add missing calendar-plus icon (f8a0a7f)
  • progress-tooltip: respect remaing effort flag (0ff1cb8)
  • projects: modifying estimated time without sideeffects (ca5b08b)
  • reports: fetch available customers if no pre-selection is given (9449d76)
  • reports: include user to resolve name of verifier (8de845e)
  • sy-durationpicker: allow equal to max and min values (6cac404)
  • task-selection: fetch projects if customer is given (452c467)
  • weekly-overview: refresh weekly overview graph (733bc5c)

2.1.3 (2022-06-23)

Bug Fixes

  • index: rename type to absence_type (9d369f4)

2.1.2 (2022-03-02)

Bug Fixes

  • auth: invalidate session on HTTP 401 (2014ea2)

2.1.0 (2021-12-21)

Features

  • create view for users with no permission (85ea184)

2.0.4 (2021-11-25)

Bug Fixes

  • styling: fix overlapping eye-icon in comment field (b8eceb2)

2.0.3 (2021-10-19)

Bug Fixes

  • analysis: rewrite to angle brackets (e32e0ec)
  • analysis: show sensible messages (7a548eb)
  • tests: enable previously skipped test (b592aa8)

v1.3.0 (12 August 2021)

Feature

  • Refactor reviewers to use assignees with reviewer role (0de9e48)
  • Disable items for external employees (ecc2407)
  • Add a customer visible icon in the comments (186fff0)

v1.2.0 (16 April 2021)

Feature

  • report: Implement billed permissions (5b707bb)
  • statistics: Add billed flag to statistics filter (53a7830)
  • analysis: Add billed flag to analysis (b6cd007)
  • models: Add billed flag to report models (c64ba39)
  • Add progress percentage for billable time and remove bottom progress bar in the progress tooltip (2857d0e)

Fix

  • report: Disable deletion of verfied reports (63a67ae)
  • report: Fix report permissions and tests (fa9386b)

v1.1.2 (28 October 2020)

  • Revert unnecessary error handling for invalid token. This is handled by ember-simple-auth.

v1.1.1 (20 August 2020)

  • Improved error handling in case of authentication failure

v1.1.0 (11 August 2020)

  • README: Update readme according to docker setup

v1.0.0 (30 July 2020)

See Github releases for changelog of previous versions.