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

web_notify: migration to 11.0 #781

Merged
merged 18 commits into from
Apr 3, 2018
Merged

web_notify: migration to 11.0 #781

merged 18 commits into from
Apr 3, 2018

Commits on Apr 2, 2018

  1. New module web_notify

    This technical module allows you to send instant notification messages from the server to the user in live.
    lmignon authored and bouvyd committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    b473e47 View commit details
    Browse the repository at this point in the history
  2. Improve logic and add tests

    lmignon authored and bouvyd committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    5dbe30e View commit details
    Browse the repository at this point in the history
  3. Remove required flag

    lmignon authored and bouvyd committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    fc5483d View commit details
    Browse the repository at this point in the history
  4. Don't store channel names since the perf gain is negligible and not w…

    …orth additional database columns.
    lmignon authored and bouvyd committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    0e26c57 View commit details
    Browse the repository at this point in the history
  5. Add screenshot

    lmignon authored and bouvyd committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    5763643 View commit details
    Browse the repository at this point in the history
  6. [MIG] Make modules uninstallable

    pedrobaeza authored and bouvyd committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    8d8aaae View commit details
    Browse the repository at this point in the history
  7. [MIG] Rename manifest files

    pedrobaeza authored and bouvyd committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    0afff0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef25ce5 View commit details
    Browse the repository at this point in the history
  9. [MIG] Migration of web_notify

    JayVora-SerpentCS authored and bouvyd committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    1b9652c View commit details
    Browse the repository at this point in the history
  10. [MIG] Migration of web_notify

    JayVora-SerpentCS authored and bouvyd committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    ffb1cfd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    33d0d09 View commit details
    Browse the repository at this point in the history
  12. Update web_client.js

    JayVora-SerpentCS authored and bouvyd committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    cd07fd9 View commit details
    Browse the repository at this point in the history
  13. Update __manifest__.py

    JayVora-SerpentCS authored and bouvyd committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    5002f84 View commit details
    Browse the repository at this point in the history
  14. Update __manifest__.py

    JayVora-SerpentCS authored and bouvyd committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    402577e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4eeb1a6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9a44a57 View commit details
    Browse the repository at this point in the history
  17. [10.0][FIX] web_notify tests: Fix an arg check

    Fix a check when comparing a user count with items within a mock call.
    
    The previous method was succeeding by pure luck because OCA test
    databases contain 2 users, which happens to be the amount of items
    within a mock "call_args" (it contains args + kwargs).
    houzefa-abba authored and bouvyd committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    6ffa46d View commit details
    Browse the repository at this point in the history
  18. [MIG] web_notify: Migration to 11.0

    - Use the 'session' class of the JS Framework (session no lounger bound
    to web client)
    - Test change: compare emitted & received messages based on content, not
    order. Using string comparison raises false positives.
    bouvyd committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    63c431c View commit details
    Browse the repository at this point in the history