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 #8423

Merged
merged 43 commits into from
Oct 14, 2024
Merged

Stage #8423

merged 43 commits into from
Oct 14, 2024

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    4f725e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f5a04f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3ab925 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b300eb5 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    4e25407 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35ffe19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a713fd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34989c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d0db52 View commit details
    Browse the repository at this point in the history
  6. fix: updated logger

    rahul-rocket committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2663fc9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #8407 from ever-co/feat/#8386-global-logging-api-m…

    …iddleware
    
    [Feat] #8386 API Logging for Time Tracking Requests and Responses
    rahul-rocket authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9ec6940 View commit details
    Browse the repository at this point in the history
  8. feat(ActivityLog): Optimize beforeEntityCreate and beforeEntityUpdate…

    … methods
    
    - Centralized serialization logic for SQLite databases into a single method `serializeDataForSQLite`.
    - Refactored `beforeEntityCreate` and `beforeEntityUpdate` methods to delegate serialization logic to the new method.
    rahul-rocket committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    78e7dd2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8fa04c0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a67288e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #8410 from ever-co/fix/serialize-data-for-sqlite

    [Fix] Optimize ActivityLog beforeEntityCreate and beforeEntityUpdate
    rahul-rocket authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ad9b4cc View commit details
    Browse the repository at this point in the history
  12. fix(api-call-log): correct middleware configuration for time tracking…

    … routes
    
    - Replaced the unsupported regular expression pattern in route paths with the correct wildcard pattern ('/timesheet/*') in the `ApiCallLogMiddleware`.
    rahul-rocket committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5a90b02 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #8408 from ever-co/fix/favorite-use-base-entity-enum

    [Fix]: Favorite Entity type use global Entity Enum
    rahul-rocket authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    cdd314b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    be6b74d View commit details
    Browse the repository at this point in the history
  15. fix: rename _errorHandlingService to errorHandlingService and upd…

    …ate type annotations in `NgxLoginComponent` constructor and `tap` callback.
    adkif committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d7f2eaa View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    753327f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4f6475a View commit details
    Browse the repository at this point in the history
  18. Merge pull request #8411 from ever-co/fix/#8379-dark-theme

    [Fix] Dark theme bug
    rahul-rocket authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    051044d View commit details
    Browse the repository at this point in the history
  19. Merge pull request #8412 from ever-co/feat/auto-redirect-to-workspace…

    …-selection
    
    [Feat] Auto redirect to workspace selection
    rahul-rocket authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a009fbb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d8a86d2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bf1a31f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1c5c607 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    daee85f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    908b63d View commit details
    Browse the repository at this point in the history
  25. Merge pull request #8413 from ever-co/fix/#8386-logging-middleware-ro…

    …utes
    
    [Fix] #8386 Updated Call Log Middleware
    rahul-rocket authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ad84931 View commit details
    Browse the repository at this point in the history
  26. refactor: time tracker component to combine conditions for retrieving…

    … remote log and handle API request
    adkif committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1446e8e View commit details
    Browse the repository at this point in the history
  27. feat: add two function calls to updateTaskStatus and updateOrganizati…

    …onTeamEmployee on silent restart
    adkif committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e0675a9 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c11fd85 View commit details
    Browse the repository at this point in the history
  29. feat: add missing version property to timer objects in SequenceQueu…

    …e and TimeTrackerComponent.
    adkif committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4cae2ae View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d56aae2 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8060c55 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #8419 from ever-co/fix/actor-type-transformer-integer

    [Fix] Integer Storage for ActorTypeEnum in Database
    rahul-rocket authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9b5eaea View commit details
    Browse the repository at this point in the history
  33. Merge pull request #8420 from ever-co/fix/add-missing-version-parameter

    [Feat] Add missing `version` property to timer objects in SequenceQueue and TimeTrackerComponent
    rahul-rocket authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    51f4446 View commit details
    Browse the repository at this point in the history
  34. Merge pull request #8418 from ever-co/fix/missing-operations-on-start…

    …-timer
    
    [Feat] Add missing operations on silent restart
    rahul-rocket authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0aaae90 View commit details
    Browse the repository at this point in the history
  35. [Fix] View and Resource Links Activity Logs (#8409)

    * fix: organization sprint update activity log
    
    * feat: task view activity log
    
    * feat: resource link activity log
    
    * fix: removed unecessary js-docs
    
    * fix: use global base entity enum
    
    * fix: CodeRabbit suggestions
    
    * fix: CodeRabbit suggestions
    
    ---------
    
    Co-authored-by: Ruslan Konviser <[email protected]>
    GloireMutaliko21 and evereq authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4987090 View commit details
    Browse the repository at this point in the history
  36. Merge pull request #8417 from ever-co/feat/refactor-timelog-condition…

    …-api-request
    
    [Fix] Avoid calling stop timer endpoint if the timer is already stopped
    evereq authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9039d06 View commit details
    Browse the repository at this point in the history
  37. [Feat] Selector update persistence electron side (#8421)

    * feat: create electron selector service
    
    * feat: electronService with selectorElectronService in client-selector, note, project-selector, task-selector, and team-selector components
    
    * fix: rename 'refresh' method to 'clear' in client-selector, project-selector, task-selector, and team-selector components
    
    * feat: add conditional check for `this.useStore` in `clear()` method of ClientSelector, ProjectSelector, TaskSelector, and TeamSelector components.
    adkif authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    97ea1a4 View commit details
    Browse the repository at this point in the history
  38. [Fix] Seed process not working (#8422)

    * [Fix] Seed process not working
    
    * [Fix] Seed process not working
    samuelmbabhazi authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    cb03af4 View commit details
    Browse the repository at this point in the history
  39. chore: windows builds

    evereq committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    18c718b View commit details
    Browse the repository at this point in the history