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

[BREAK] Remove cache layer and internal calculated property room.usernames #10749

Merged
merged 62 commits into from
Jul 11, 2018

Commits on May 2, 2018

  1. Start removing cache

    rodrigok committed May 2, 2018
    Configuration menu
    Copy the full SHA
    112ba74 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

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

Commits on May 12, 2018

  1. Merge branch 'develop' into no-cache

    # Conflicts:
    #	packages/rocketchat-lib/server/lib/notifyUsersOnMessage.js
    #	packages/rocketchat-lib/server/lib/sendEmailOnMessage.js
    #	packages/rocketchat-lib/server/lib/sendNotificationsOnMessage.js
    #	packages/rocketchat-lib/server/models/Subscriptions.js
    #	packages/rocketchat-mentions/server/Mentions.js
    rodrigok committed May 12, 2018
    Configuration menu
    Copy the full SHA
    72d6068 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d272bbe View commit details
    Browse the repository at this point in the history
  3. Remove getDynamicView

    rodrigok committed May 12, 2018
    Configuration menu
    Copy the full SHA
    2fe43a3 View commit details
    Browse the repository at this point in the history
  4. Remove _BaseCache

    rodrigok committed May 12, 2018
    Configuration menu
    Copy the full SHA
    f53e6f3 View commit details
    Browse the repository at this point in the history
  5. Remove _room

    rodrigok committed May 12, 2018
    Configuration menu
    Copy the full SHA
    346dde6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Merge remote-tracking branch 'origin/develop' into no-cache

    # Conflicts:
    #	packages/rocketchat-api/server/api.js
    rodrigok committed May 16, 2018
    Configuration menu
    Copy the full SHA
    76a03b2 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Merge remote-tracking branch 'origin/develop' into no-cache

    # Conflicts:
    #	client/methods/leaveRoom.js
    #	server/methods/browseChannels.js
    #	server/methods/getUsersOfRoom.js
    rodrigok committed May 30, 2018
    Configuration menu
    Copy the full SHA
    3d7c2ba View commit details
    Browse the repository at this point in the history
  2. Fix merge from develop

    rodrigok committed May 30, 2018
    Configuration menu
    Copy the full SHA
    a2ced5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac20bc2 View commit details
    Browse the repository at this point in the history
  4. Add more TODOs

    rodrigok committed May 30, 2018
    Configuration menu
    Copy the full SHA
    9f18b37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    945d72a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81b6e73 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Identify TODOs

    rodrigok committed May 31, 2018
    Configuration menu
    Copy the full SHA
    ec4d38d View commit details
    Browse the repository at this point in the history
  2. Remove all on('changed'

    rodrigok committed May 31, 2018
    Configuration menu
    Copy the full SHA
    4373e1f View commit details
    Browse the repository at this point in the history
  3. Resolve fname and add tests

    rodrigok committed May 31, 2018
    Configuration menu
    Copy the full SHA
    9ef79b7 View commit details
    Browse the repository at this point in the history
  4. Improve migration of fname

    rodrigok committed May 31, 2018
    Configuration menu
    Copy the full SHA
    b6e37b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Configuration menu
    Copy the full SHA
    e4b95eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4114655 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0e8d69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cf86f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Configuration menu
    Copy the full SHA
    8ca44f5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into no-cache

    # Conflicts:
    #	packages/rocketchat-lib/server/lib/sendNotificationsOnMessage.js
    #	server/startup/migrations/v122.js
    rodrigok committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    1054af7 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Merge remote-tracking branch 'origin/develop' into no-cache

    # Conflicts:
    #	server/methods/channelsList.js
    #	server/startup/migrations/v123.js
    rodrigok committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    29d7eae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52e5fa7 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2018

  1. Configuration menu
    Copy the full SHA
    2fe86d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ad9ba4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bff205e View commit details
    Browse the repository at this point in the history
  4. Fix setting reactivity

    rodrigok committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    83f22e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    486d6e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    955cb24 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d74f894 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Configuration menu
    Copy the full SHA
    f656845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0c0993 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/develop' into no-cache

    # Conflicts:
    #	server/startup/migrations/v126.js
    rodrigok committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    9b48b27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba9409e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f126f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3573163 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22b95f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Configuration menu
    Copy the full SHA
    fd59135 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10fd2d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dbf4bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfde534 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

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

Commits on Jun 26, 2018

  1. Merge remote-tracking branch 'origin/develop' into no-cache

    # Conflicts:
    #	packages/rocketchat-cas/server/cas_server.js
    #	packages/rocketchat-irc/server/server.js
    #	packages/rocketchat-theme/client/imports/components/modal/directory.css
    #	packages/rocketchat-ui/client/views/app/directory.html
    #	packages/rocketchat-ui/client/views/app/directory.js
    #	server/methods/browseChannels.js
    #	server/startup/migrations/v127.js
    rodrigok committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    5688daf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3258d55 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Configuration menu
    Copy the full SHA
    96b28a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3c4fc6 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Fix wrong variable name

    rodrigok committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    8fad0cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec39105 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    957e103 View commit details
    Browse the repository at this point in the history
  4. removed duplicated rote

    ggazzo committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    c9403b4 View commit details
    Browse the repository at this point in the history
  5. Fix conflict

    sampaiodiego committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    19cbd46 View commit details
    Browse the repository at this point in the history
  6. removed dumb spread

    ggazzo committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    d86c724 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ceecc4 View commit details
    Browse the repository at this point in the history
  8. using model functions instead a generic

    find
    ggazzo committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    1aad057 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Merge remote-tracking branch 'origin/develop' into no-cache

    # Conflicts:
    #	server/startup/migrations/v129.js
    rodrigok committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    381b99b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39e9daa View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Configuration menu
    Copy the full SHA
    544c5e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6de47bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f27ac57 View commit details
    Browse the repository at this point in the history