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: Add apollo audit log common solution backend #4985

Merged
merged 54 commits into from
Oct 28, 2023

Commits on Jul 3, 2023

  1. 7.3

    BlackBear2003 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    4911b87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7b7b61 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

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

Commits on Aug 3, 2023

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

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    57eb3d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83e7021 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

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

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    bf4105d View commit details
    Browse the repository at this point in the history
  2. add License

    BlackBear2003 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4031cc2 View commit details
    Browse the repository at this point in the history
  3. add License

    BlackBear2003 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    85a2403 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. try to pass tests

    BlackBear2003 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b556305 View commit details
    Browse the repository at this point in the history
  2. try to pass tests

    BlackBear2003 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    668a34e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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

Commits on Sep 1, 2023

  1. add no-op implement and no-op autoconfiguration.

    add ApolloAuditLogApi for manually logging needs.
    add ApolloAuditLogDataInfluenceTableId (maybe multi-primary-key in the future).
    add ApolloAuditController by @bean registered
    BlackBear2003 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ac42630 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    154a17b View commit details
    Browse the repository at this point in the history
  3. rebase and add license

    BlackBear2003 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7608549 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. add audit controller

    BlackBear2003 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    721cd4f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. - change controller

    - add @DomainEvents to BaseEntity.java
    - change the way that data influences append
    - add annotations and codes to make app audited
    - change some classes' name
    - make api to query and record api
    - add event and listener to catch data influences
    BlackBear2003 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    50a1ee5 View commit details
    Browse the repository at this point in the history
  2. - make ApolloAuditHttpInterceptor uses Api while not tracer

    - try to reduce the affection of audit module on other modules
    BlackBear2003 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a6e7b3c View commit details
    Browse the repository at this point in the history
  3. - retry workflows

    BlackBear2003 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    ca7469e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

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

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    1da08c3 View commit details
    Browse the repository at this point in the history
  2. - fix for hound

    BlackBear2003 committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    7be4d34 View commit details
    Browse the repository at this point in the history
  3. - update

    BlackBear2003 committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    c43217e View commit details
    Browse the repository at this point in the history
  4. - update

    BlackBear2003 committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    bae4aad View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/add-audit-logs' into add-audit-logs

    # Conflicts:
    #	apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/service/AppService.java
    BlackBear2003 committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    39491ef View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    c345830 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87ef435 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. - fix front-end bug

    - add index for 2 new table
    BlackBear2003 committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    4ce1f9d View commit details
    Browse the repository at this point in the history
  2. - fix front-end bug

    BlackBear2003 committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    8a45abf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    beecd44 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

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

Commits on Oct 8, 2023

  1. - change: always record if the method have no annotation

    - fix: little few bugs
    BlackBear2003 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    0e4f852 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. - add test cover manually add dataInfluence when delete app

    - delete filter which is no longer needed
    BlackBear2003 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2dc02c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. - try to write part of tests in impl

    - add Exception
    BlackBear2003 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    bbdd361 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. - finish ApolloAuditLogApiJpaImplTest

    - add license
    BlackBear2003 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d0654b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0eaa34 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    ba3c354 View commit details
    Browse the repository at this point in the history
  2. - fix database design bug

    - remove exception which would cause unexpected transaction-rollback
    BlackBear2003 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ad324de View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. - add prompt sheet for disabling audit log feature

    - add API for get isEnabled of audit log feature
    
    - fix sql problem and add it to delta
    
    - remove 2 classes
    BlackBear2003 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    add5f0d View commit details
    Browse the repository at this point in the history
  2. - fix test bugs

    BlackBear2003 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    a154f53 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    62cbdc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7a2c25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08f6fb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    a6ff3a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37a8148 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    ee5c271 View commit details
    Browse the repository at this point in the history
  2. - fix bugs

    BlackBear2003 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1e04137 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. - fix front-end bugs

    - add javadoc
    - Update ApolloAuditController to return ApolloAuditProperties directly
    BlackBear2003 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    93b2907 View commit details
    Browse the repository at this point in the history
  2. - fix test failure

    BlackBear2003 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    36f0d75 View commit details
    Browse the repository at this point in the history
  3. - fix test failure

    BlackBear2003 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    37c1458 View commit details
    Browse the repository at this point in the history
  4. - update javadoc

    - add README.md
    BlackBear2003 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    5430d0b View commit details
    Browse the repository at this point in the history
  5. - update README

    BlackBear2003 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c670758 View commit details
    Browse the repository at this point in the history
  6. - update README

    BlackBear2003 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f4de3b3 View commit details
    Browse the repository at this point in the history