Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stage #8372

Merged
merged 137 commits into from
Oct 9, 2024
Merged

Stage #8372

merged 137 commits into from
Oct 9, 2024

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    a5bf725 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae433c3 View commit details
    Browse the repository at this point in the history
  3. fix: typos checks

    GloireMutaliko21 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6ef070b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81c64e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eeaa720 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    838781a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec876b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5546a27 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    971d0ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d19504b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8297 from ever-co/fix/create-project-timer

    [Fix] Project Can Be Create On Web/Desktop Timer
    rahul-rocket authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    16d991c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8289 from ever-co/fix/project-module-command-and-…

    …logs
    
    [Fix] Project Module command and logs
    rahul-rocket authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f42e68a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c30240e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5156db4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b8a5d7 View commit details
    Browse the repository at this point in the history
  8. fix: handle native modules

    adkif committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    19b8708 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #8315 from ever-co/feat/handle-native-modules

    [Feat] Plugin System , NPM strategy Handle native modules
    evereq authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4b7c6ca View commit details
    Browse the repository at this point in the history
  10. Merge pull request #8310 from ever-co/fix/remove-unecessary-check

    [Fix] Remove unnecessary `createSettingsWindow` calls.
    evereq authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    dbecbfd View commit details
    Browse the repository at this point in the history
  11. Merge pull request #8308 from ever-co/feat/8307-display-dates

    [Enhancement] Display of dates on the timesheet page
    evereq authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b0bde6c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #8306 from ever-co/fix/auto-logout

    [Fix] Auto Logout
    evereq authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e184c9e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3e795c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    8eab1d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f9b5c3 View commit details
    Browse the repository at this point in the history
  3. fix(timer): skip stoppedAt update if it is earlier than startedAt

    - Refactored stopTimer function to avoid redundant code.
    - Conditional update of `stoppedAt` field only when it is valid (>= startedAt).
    - Consolidated `TimeLogUpdateCommand` to run once with dynamic payload construction.
    - Improved readability and performance by reducing code duplication.
    rahul-rocket committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e6dc347 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97c83ac View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8318 from ever-co/fix/#8311-prevent-negative-values

    [Fix] #8311 Prevent Negative Values in Timer and Display Accurate Worked Time
    rahul-rocket authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4fd1585 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    16fe6c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8320 from ever-co/npm_and_yarn/bcrypt-5.1.1

    chore(deps): bump bcrypt from 5.1.0 to 5.1.1
    rahul-rocket authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fafec0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7040ec7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95e3355 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8322 from ever-co/fix/daily-plan-create-by-team

    [Fix]  Daily Plan save by team
    rahul-rocket authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0cf595f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d94e88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f869862 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf3762d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7d68f25 View commit details
    Browse the repository at this point in the history
  10. [Fix] Existing employee not pre-selected and can be selected twice wh… (

    #8321)
    
    * [Fix] Existing employee not pre-selected and can be selected twice when editing a task
    
    * use async/await instead of then
    samuelmbabhazi authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    dfdf58c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    676eecc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8324 from ever-co/fix/#8317-password-reset-migration

    [Fix] #8317 Password Reset Request API
    rahul-rocket authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ba713a9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8323 from ever-co/feat/task-activity-log

    [Feature] Task Activity Log
    rahul-rocket authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6123e52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f76eaa4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    231c60e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cf5fe4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #8327 from ever-co/fix/#8316-reset-password

    [Fix] #8316 Reset Password Emails
    rahul-rocket authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    15d2898 View commit details
    Browse the repository at this point in the history
  8. [Fix] Create/Merge TimeSlot API (#8328)

    * fix: web timer can create project from selector
    
    * fix: updated create time slot command/handler
    
    * fix: update create time-slot command/handler
    
    * fix: validate date range before delete any conflicts
    
    * fix: create time slot command handler query
    
    * fix: updated timeslot query
    
    * fix: update current time to logs related to slots
    
    * fix: update condition
    
    * fix: optimize query to bulk update running timers
    
    * fix: revert previous variable
    rahul-rocket authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    abb1d4c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    15a1eae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67fb91b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a95ac01 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #8331 from ever-co/fix/create-time-slot-handler

    [Fix] Revert Create / Merge Time Slot
    rahul-rocket authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3242681 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    43b7d1c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    165fb49 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #8332 from ever-co/feat/timesheet-entity-subscriber

    [Feat] Timesheet Entity Event Subscriber
    rahul-rocket authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6f6caaf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0d42ed0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1e43c58 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0214d20 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    578e7dd View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Merge pull request #8330 from ever-co/feat/favorites-find-API

    [Improvement] Favorites find APIs
    rahul-rocket authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    c487419 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8335 from ever-co/develop

    Stage
    evereq authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    9addfd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91ad306 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b163b46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e41f11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7115ee1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #8336 from ever-co/fix/screenshot-upload-directory…

    …-path
    
    [Fix] Screenshot Soft Removal
    rahul-rocket authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    43c57a1 View commit details
    Browse the repository at this point in the history
  8. Fix retrieve client

    samuelmbabhazi committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    06e8117 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb79743 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    09172ef View commit details
    Browse the repository at this point in the history
  11. Merge pull request #8337 from ever-co/fix/missing-current-employeeId

    [Fix] Missing Employee ID
    rahul-rocket authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    611f6f2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    423a8ca View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e3e7bb7 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #8338 from ever-co/fix/cspell

    [Fix] Csepll typo spelling :-)
    rahul-rocket authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    73abd35 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    10912d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    127277d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6ae094 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1a486c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e111f3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f1476d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ac458f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #8342 from ever-co/fix/total-worked-hours

    [Fix] Update Employee Total Worked Hours (Exclude Broken Entries)
    rahul-rocket authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    71ad1e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    507464f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f103d9b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #8343 from ever-co/fix/task-max-number

    [Fix] Generate Correct Task Number For MySQL
    rahul-rocket authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d940882 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    693d1bd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    71f0bde View commit details
    Browse the repository at this point in the history
  14. Merge pull request #8333 from ever-co/fix/#8271-only-the-first-task-p…

    …er-projet-displayed
    
    [Bug] Only the first task/project displayed
    rahul-rocket authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c84cda3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4061405 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    833c11c View commit details
    Browse the repository at this point in the history
  17. Merge pull request #8350 from ever-co/fix/add-organization-project-me…

    …mber
    
    [Fix] Update Projects By Employee Command/Handler
    rahul-rocket authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    56f5e17 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5497e4b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    143cf09 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    61a83dd View commit details
    Browse the repository at this point in the history
  21. Merge pull request #8352 from ever-co/fix/time-slot-log-optimization

    [Refactor] Optimization Time Slot & Log (Soft Delete)
    rahul-rocket authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4985b98 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    71449c5 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #8353 from ever-co/fix/#8317-password-reset-migration

    [Fix] #8316 Password Reset Migration (MySQL)
    rahul-rocket authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    74c3f32 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c140ac4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a0a7859 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ec3933a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    32f59a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    077e2af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1113505 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f27adda View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8356 from ever-co/fix/timeslot-screenshot-cascading

    [Fix] Time Slots Cascading For Screenshots
    rahul-rocket authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0ab78d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ea5a1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a0b4a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7067626 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7856d11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ed93f24 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8502638 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    054114a View commit details
    Browse the repository at this point in the history
  12. Merge pull request #8359 from ever-co/fix/#8329-soft-delete-time-trac…

    …king
    
    [Fix] #8329 Soft Delete Time Tracking (Time Slot & Time Log)
    rahul-rocket authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9a496f7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b2892b1 View commit details
    Browse the repository at this point in the history
  14. wip: time span handler

    rahul-rocket committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    88c8ba4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e691c0f View commit details
    Browse the repository at this point in the history
  16. Merge pull request #8363 from ever-co/fix/time-span-handler

    [WIP] Time Span Handler (Soft Delete)
    rahul-rocket authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    21d672f View commit details
    Browse the repository at this point in the history
  17. [Fix] #8329 Soft Delete (Time Tracking) (#8351)

    * fix: DTOs types
    
    * refactor: #8329 updated time slot retrieve service method
    
    * fix: DTOs types
    
    * wip: force or soft delete feature for Time Tracking
    
    * refactor: delete time span handler for soft removal
    
    * fix: updated soft delete for time slots
    
    * fix(deepscan): removed unused import
    
    * fix: add cascading for screenshots
    
    * fix: removed unnecessary logging
    
    * fix: delete time log API
    
    * fix: updated time span handler
    
    * fix: updated new time log entry after split log into 2 logs
    rahul-rocket authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9430fd4 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #8364 from ever-co/fix/plugin-activation-after-ins…

    …tall
    
    [Feat] Activate plugin after installation
    evereq authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c91afc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    7d1e15c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8622d1a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8365 from ever-co/fix/8358-project-update

    [Fix] Error when updating project: update of employees or managers
    rahul-rocket authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d8babc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1ded3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e4d813 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #8366 from ever-co/fix/#8347-change-label

    [Fix] Change "Select team" label to "Select Team" #8347
    rahul-rocket authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    504f8fa View commit details
    Browse the repository at this point in the history
  7. Merge pull request #8357 from ever-co/feat/organization-sprint-API-im…

    …provements
    
    [Feat] Organization Sprint API improvements
    GloireMutaliko21 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fe34e17 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a261e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82779f2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    49cd8c0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8194e23 View commit details
    Browse the repository at this point in the history
  12. Fix retrieve client

    samuelmbabhazi committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    6efb783 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7b550b1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    73efa8d View commit details
    Browse the repository at this point in the history
  15. add column managers

    samuelmbabhazi committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    47388d0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e532c67 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c5ade17 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e077bcd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    76a0425 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #8368 from ever-co/fix/8263-project-manager

    [Feature] Organization Project Managers
    rahul-rocket authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e3af4cf View commit details
    Browse the repository at this point in the history
  21. Merge pull request #8355 from ever-co/feat/organization-sprint-entiti…

    …es-improvements
    
    [Feat] Organization sprint entities improvements
    rahul-rocket authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    64761fd View commit details
    Browse the repository at this point in the history
  22. [Feat] Task views API (#8369)

    * feat: add task views models
    
    * feat: add task view entity and repositories
    
    * feat: task view postgres migration
    
    * feat: MySQL task view migration
    
    * feat: SQLite task view migration
    
    * feat: task view commands
    
    * feat: add view APIs
    
    * fix(typo): typos errors
    
    * fix: swagger docs tags
    
    * fix: merge conflicts
    GloireMutaliko21 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2e78d47 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #8371 from ever-co/develop

    Stage
    evereq authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    595a0b5 View commit details
    Browse the repository at this point in the history