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

feat(authN): Add to all DB entries 'Modified_by'... (#81) #230

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Sep 17, 2024

  1. feat(authN): Add to all DB entries 'Modified_by'... (#81)

    Move 'CreatedAt', 'DeletedAt' and 'UpdatedAt' to common
    entity.Info struct
    Add 'CreatedBy' and 'UpdatedBy' to common entity.Info struct
    
    Signed-off-by: Michal Krzyz <[email protected]>
    michalkrzyz committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    cb2f9c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. feat(authN): Add to all DB entries 'Modified_by'... (#81)

    Add metadata for user
    Add tests
    michalkrzyz committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    419e412 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. feat(authN): Add to all DB entries 'Modified_by'... (#81)

    Add metadata for activity, IssueVariant and IssueRepository
    michalkrzyz committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    abcd977 View commit details
    Browse the repository at this point in the history
  2. feat(authN): Add to all DB entries 'Modified_by'... (#81)

    Add metadata for component
    michalkrzyz committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d6d5698 View commit details
    Browse the repository at this point in the history
  3. feat(authN): Add to all DB entries 'Modified_by'... (#81)

    Add metadata for componentInstance, componentVersion
    michalkrzyz committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b8d5d0a View commit details
    Browse the repository at this point in the history
  4. feat(authN): Add to all DB entries 'Modified_by'... (#81)

    Add metadata for evidence
    michalkrzyz committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    98500cb View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. feat(authN): Add to all DB entries 'Modified_by'... (#81)

    Issue Metadata rename to IssueMetadata, because now metadata
    means data related to creation time, creation user, update time
    and update user
    Add Metadata for Issue
    michalkrzyz committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    69b5884 View commit details
    Browse the repository at this point in the history
  2. feat(authN): Add to all DB entries 'Modified_by'... (#81)

    Add metadata for IssueMatch
    michalkrzyz committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6d15ae2 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. feat(authN): Add to all DB entries 'Modified_by'... (#81)

    Add Metadata for IssueMatchChange, Service and SupportGroup
    michalkrzyz committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    6534388 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. feat(authN): Add to all DB entries 'Modified_by'... (#81)

    Refactor and review fixes
    michalkrzyz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8dd97eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7889f91 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Add Foreign Key

    michalkrzyz committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    70f0cf5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fix tests

    michalkrzyz committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    19f162e View commit details
    Browse the repository at this point in the history
  2. Failing

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

Commits on Oct 22, 2024

  1. Stage

    michalkrzyz committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ca50f9c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    f4ab534 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Final

    michalkrzyz committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f4ce3e7 View commit details
    Browse the repository at this point in the history