Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Complete Activity Log System #560

Merged
merged 28 commits into from Dec 14, 2018
Merged

Complete Activity Log System #560

merged 28 commits into from Dec 14, 2018

Commits on Nov 21, 2018

  1. Audit for AccountUser

    Thibault Denizet committed Nov 21, 2018
    Copy the full SHA
    d822f73 View commit details
    Browse the repository at this point in the history
  2. Add Auditable to all schemas

    Thibault Denizet committed Nov 21, 2018
    Copy the full SHA
    a367001 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Merge branch 'master' into 463-complete-audit-system

    Thibault Denizet committed Dec 3, 2018
    Copy the full SHA
    dc0e60a View commit details
    Browse the repository at this point in the history
  2. Move utils modules from EWalletConfig to Utils sub app

    Thibault Denizet committed Dec 3, 2018
    Copy the full SHA
    7195f33 View commit details
    Browse the repository at this point in the history
  3. Implement ActivityLogger sub application

    Thibault Denizet committed Dec 3, 2018
    Copy the full SHA
    b303f0c View commit details
    Browse the repository at this point in the history
  4. Integrate ActivityLogger in EWalletDB

    Thibault Denizet committed Dec 3, 2018
    Copy the full SHA
    4d33658 View commit details
    Browse the repository at this point in the history
  5. Add missing dependency to local ledger sub app

    Thibault Denizet committed Dec 3, 2018
    Copy the full SHA
    884d659 View commit details
    Browse the repository at this point in the history
  6. Integrate ActivityLogger in EWallet sub app

    Thibault Denizet committed Dec 3, 2018
    Copy the full SHA
    fb46496 View commit details
    Browse the repository at this point in the history
  7. Integrate ActivityLogger in EWalletAPI sub app

    Thibault Denizet committed Dec 3, 2018
    Copy the full SHA
    dc2fc57 View commit details
    Browse the repository at this point in the history
  8. Integrate ActivityLogger in AdminAPI

    Thibault Denizet committed Dec 3, 2018
    Copy the full SHA
    944846a View commit details
    Browse the repository at this point in the history
  9. Add ActivityLogger logic to EWalletConfig

    Thibault Denizet committed Dec 3, 2018
    Copy the full SHA
    2e19f73 View commit details
    Browse the repository at this point in the history
  10. Updated seeds to work with ActivityLogger

    Thibault Denizet committed Dec 3, 2018
    Copy the full SHA
    af80f74 View commit details
    Browse the repository at this point in the history
  11. Remove unneeded originator from EWalletDB schemas

    Thibault Denizet committed Dec 3, 2018
    Copy the full SHA
    6bc3a57 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into 463-complete-audit-system

    Thibault Denizet committed Dec 3, 2018
    Copy the full SHA
    05142e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Add account test and handle encrypted_data properly

    Thibault Denizet committed Dec 6, 2018
    Copy the full SHA
    88630ae View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6465951 View commit details
    Browse the repository at this point in the history
  3. Add activity logs tests for accounts, users and invites

    Thibault Denizet committed Dec 6, 2018
    Copy the full SHA
    43e244d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Merge master

    mederic committed Dec 13, 2018
    Copy the full SHA
    5e6e77d View commit details
    Browse the repository at this point in the history
  2. Add tests for log generation in controllers

    mederic committed Dec 13, 2018
    Copy the full SHA
    534348c View commit details
    Browse the repository at this point in the history
  3. Fix PR comments

    mederic committed Dec 13, 2018
    Copy the full SHA
    a535a8f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    41676d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Copy the full SHA
    cb87f6a View commit details
    Browse the repository at this point in the history
  2. Fix wrong table name in migration

    mederic committed Dec 14, 2018
    Copy the full SHA
    b075b1e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    219bae5 View commit details
    Browse the repository at this point in the history
  4. Rename indexes and pkey in migration

    mederic committed Dec 14, 2018
    Copy the full SHA
    c967f15 View commit details
    Browse the repository at this point in the history
  5. Add more tests for ActivityLog.insert/3

    mederic committed Dec 14, 2018
    Copy the full SHA
    6f597bc View commit details
    Browse the repository at this point in the history
  6. Add a test with both encrypted and prevent_saving

    mederic committed Dec 14, 2018
    Copy the full SHA
    1d2d7c9 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    8b899f7 View commit details
    Browse the repository at this point in the history