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

618 profile moderation make profile moderation request autoapproved #739

Commits on Jul 29, 2024

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

Commits on Jul 31, 2024

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

Commits on Aug 9, 2024

  1. Added test Celery task

    YanZhylavy committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    99e16c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    699a4f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Merge branch 'develop' into 618-profile-moderation-make-profile-moder…

    …ation-request-autoapproved
    YanZhylavy committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    428a9ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f278579 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into 618-profile-moderation-make-profile-moder…

    …ation-request-autoapproved
    YanZhylavy committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0233749 View commit details
    Browse the repository at this point in the history
  4. First version of autoapprove, untested, database migrations is not ge…

    …nerated and not applied
    YanZhylavy committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f619ae3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. formatted with black

    YanZhylavy committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8e75621 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Merge branch 'develop' into 618-profile-moderation-make-profile-moder…

    …ation-request-autoapproved
    YanZhylavy committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    da5ace6 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Tuned database table for storing celery task info, generated migratio…

    …ns, autoapprove functionality works but code is ugly. Manually tasted with modarators approve and autoapprove
    YanZhylavy committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1ce6bed View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    fcfb24b View commit details
    Browse the repository at this point in the history
  2. Refactored moderation logic, extended ModerationManger with autoappro…

    …ve functionality, removed redundant code from view and serializer, refactored email sending utility function
    YanZhylavy committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    063a9e2 View commit details
    Browse the repository at this point in the history
  3. Formatted with Black

    YanZhylavy committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    de203ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a082852 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into 618-profile-moderation-make-profile-moder…

    …ation-request-autoapproved
    YanZhylavy committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5a2d565 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Merge branch 'develop' into 618-profile-moderation-make-profile-moder…

    …ation-request-autoapproved
    YanZhylavy committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    b66682f View commit details
    Browse the repository at this point in the history
  2. Refactored using of ModerationManager and ApprovedImageDeleter, added…

    … company name into service email about content deletion. Manually tested, unittests to be fixed
    YanZhylavy committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    764e7d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c436b02 View commit details
    Browse the repository at this point in the history
  4. Black formatting

    YanZhylavy committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    4e3e24e View commit details
    Browse the repository at this point in the history
  5. Black formatting again

    YanZhylavy committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    2c9c5ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23dbe89 View commit details
    Browse the repository at this point in the history
  7. Updated completness_count, added it into autoapprove task, corrected …

    …email template for deleted contetnt
    YanZhylavy committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    b33063c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge branch 'develop' into 618-profile-moderation-make-profile-moder…

    …ation-request-autoapproved
    YanZhylavy committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    16f0911 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    4a0513e View commit details
    Browse the repository at this point in the history
  2. Add exception handling and logging for celery autoapprove, enhance au…

    …toapprove by reducing db updates of unchanged images, correct profile status setting for autoapprove
    YanZhylavy committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bdbff4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ababd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af5bfe3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1b51c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c37887 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32565db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    120c688 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'develop' into 618-profile-moderation-make-profile-moder…

    …ation-request-autoapproved
    YanZhylavy committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    66cc757 View commit details
    Browse the repository at this point in the history