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

Update #1

Merged
merged 4,866 commits into from
Feb 4, 2019
Merged

Update #1

merged 4,866 commits into from
Feb 4, 2019
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    2ffc3c1 View commit details
    Browse the repository at this point in the history
  2. update background-jobs documentation

    thomasroest committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    b3b6491 View commit details
    Browse the repository at this point in the history
  3. Fix chatInput focussing

    Max Stoiber committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    4711c0e View commit details
    Browse the repository at this point in the history
  4. Fix sending plaintext messages

    Max Stoiber committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    abda1d4 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary double-read of attached media

    Max Stoiber committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    359e601 View commit details
    Browse the repository at this point in the history
  6. Resolve React warnings

    Max Stoiber committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    460fa50 View commit details
    Browse the repository at this point in the history
  7. Fix creating new DM thread

    Max Stoiber committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    d8e9cc8 View commit details
    Browse the repository at this point in the history
  8. Revert "Fix creating new DM thread"

    This reverts commit d8e9cc8.
    Max Stoiber committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    7f6388c View commit details
    Browse the repository at this point in the history
  9. Merge branch 'alpha' into plaintext-spike

    Max Stoiber committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    71350d7 View commit details
    Browse the repository at this point in the history
  10. Fix flow

    Max Stoiber committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    d16b5c2 View commit details
    Browse the repository at this point in the history
  11. Update background-jobs.md

    mxstbr authored Dec 19, 2018
    Configuration menu
    Copy the full SHA
    42b9abd View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4496 from ThomasRoest/pr/redis-link-in-docs-#4141

    update background-jobs documentation
    mxstbr authored Dec 19, 2018
    Configuration menu
    Copy the full SHA
    6ac53d1 View commit details
    Browse the repository at this point in the history
  13. Don't include the req path in the datadog key

    This is an anti-pattern, as it'll blow up our DataDog storage costs.
    Instead, we should be using a logging service like Splunk to dig into
    specific slow requests after noticing abnormalities in the
    metrics. Will tackle that next most likely, but this should be a good start!
    
    Thanks to the folks in #observability for pointing that out!
    Max Stoiber committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    62dbb43 View commit details
    Browse the repository at this point in the history
  14. Dont track connection pool size in DataDog, track query response time…

    …s and sizes
    Max Stoiber committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    47f0613 View commit details
    Browse the repository at this point in the history
  15. Properly flow-type statsd

    Max Stoiber committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    997b9ba View commit details
    Browse the repository at this point in the history
  16. Add statsd logging in dev

    Max Stoiber committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    70b1fbe View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    30f6d08 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6e28e4b View commit details
    Browse the repository at this point in the history
  19. Log instance hostname

    brianlovin committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    2235a38 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #4444 from withspectrum/statsd

    Add StatsD tracking
    brianlovin authored Dec 19, 2018
    Configuration menu
    Copy the full SHA
    2ef82a1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    15b1606 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #4497 from withspectrum/optimistic-update-mem-leak

    Upgrade apollo-cache-inmemory
    brianlovin authored Dec 19, 2018
    Configuration menu
    Copy the full SHA
    ce129dd View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2b54407 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    60c3465 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e74d018 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d2cb7d7 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #4498 from withspectrum/update-apollo-package-version

    Use official latest version of apollo inmemory
    brianlovin authored Dec 19, 2018
    Configuration menu
    Copy the full SHA
    7d5a851 View commit details
    Browse the repository at this point in the history
  28. Add codesandbox to explore

    brianlovin committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    9125906 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    104ad95 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #4500 from withspectrum/better-codesandbox-support

    Better CodeSandbox support
    brianlovin authored Dec 19, 2018
    Configuration menu
    Copy the full SHA
    2f76af1 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Add packages for deploys

    brianlovin committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    4ce6d02 View commit details
    Browse the repository at this point in the history
  2. Add the rest

    brianlovin committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    3b61e0c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4501 from withspectrum/packages-for-deploy

    Add packages for deploys
    brianlovin authored Dec 20, 2018
    Configuration menu
    Copy the full SHA
    cb53355 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dccc7a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e658c7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4503 from withspectrum/depfu/update/desktop/yarn/…

    …electron-builder-20.38.4
    
    [desktop] Update electron-builder: 20.38.3 → 20.38.4 (patch)
    brianlovin authored Dec 20, 2018
    Configuration menu
    Copy the full SHA
    bd022e4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4502 from withspectrum/depfu/update/api/yarn/reac…

    …t-modal-3.8.1
    
    [api] Update react-modal: 3.7.1 → 3.8.1 (minor)
    brianlovin authored Dec 20, 2018
    Configuration menu
    Copy the full SHA
    fda13e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Focus chatinput on quote message click

    Max Stoiber committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    d1c4909 View commit details
    Browse the repository at this point in the history
  2. Fix media messages arriving after text messages

    Max Stoiber committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    3a59362 View commit details
    Browse the repository at this point in the history
  3. Handle websocket connection states

    Max Stoiber committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    0df7df4 View commit details
    Browse the repository at this point in the history
  4. Track job queue metrics

    Max Stoiber committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    9ebb6b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3424337 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4506 from withspectrum/depfu/update/api/yarn/reac…

    …t-transition-group-2.5.2
    
    [api] Update react-transition-group: 2.5.1 → 2.5.2 (patch)
    brianlovin authored Dec 21, 2018
    Configuration menu
    Copy the full SHA
    a0a7476 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4505 from withspectrum/job-queue-metrics

    Track job queue metrics
    brianlovin authored Dec 21, 2018
    Configuration menu
    Copy the full SHA
    0e6d9d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2018

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

Commits on Dec 23, 2018

  1. Configuration menu
    Copy the full SHA
    1a1bc67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b49d14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce6b2f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36f45e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    712b9d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e53406 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a3bfd6 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

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

Commits on Dec 29, 2018

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

Commits on Jan 2, 2019

  1. Merge pull request #4517 from withspectrum/depfu/update/api/yarn/seri…

    …alize-javascript-1.6.1
    
    [api] Update serialize-javascript: 1.5.0 → 1.6.1 (minor)
    brianlovin authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    c84292d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4515 from withspectrum/depfu/update/hermes/yarn/v…

    …alidator-10.10.0
    
    [hermes] Update validator: 10.9.0 → 10.10.0 (minor)
    brianlovin authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    22d59a1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4514 from withspectrum/depfu/update/vulcan/yarn/d…

    …ebug-4.1.1
    
    [vulcan] Update debug: 4.1.0 → 4.1.1 (patch)
    brianlovin authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    f5b5b7d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4513 from withspectrum/depfu/update/mercury/yarn/…

    …debug-4.1.1
    
    [mercury] Update debug: 4.1.0 → 4.1.1 (patch)
    brianlovin authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    6a31251 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4512 from withspectrum/depfu/update/hermes/yarn/d…

    …ebug-4.1.1
    
    [hermes] Update debug: 4.1.0 → 4.1.1 (patch)
    brianlovin authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    2cb9f90 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4511 from withspectrum/depfu/update/chronos/yarn/…

    …debug-4.1.1
    
    [chronos] Update debug: 4.1.0 → 4.1.1 (patch)
    brianlovin authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    a552ae2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4510 from withspectrum/depfu/update/athena/yarn/d…

    …ebug-4.1.1
    
    [athena] Update debug: 4.1.0 → 4.1.1 (patch)
    brianlovin authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    eff1d1d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4507 from Chiamaka/update-styling

    Eliminate warning in console due to incorrect html element nesting
    brianlovin authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    c1fe554 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4508 from withspectrum/depfu/update/analytics/yar…

    …n/debug-4.1.1
    
    [analytics] Update debug: 4.1.0 → 4.1.1 (patch)
    brianlovin authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    9953e5c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4509 from withspectrum/depfu/update/api/yarn/debu…

    …g-4.1.1
    
    [api] Update debug: 4.1.0 → 4.1.1 (patch)
    brianlovin authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    62e11de View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    612f01e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1bce4b4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2008891 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b7c949d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ffc6048 View commit details
    Browse the repository at this point in the history
  16. Remove localStorage check

    brianlovin committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    6727f5c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ce96993 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Configuration menu
    Copy the full SHA
    d38c45e View commit details
    Browse the repository at this point in the history
  2. Fix e2e tests

    brianlovin committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    7f42cf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3940dfb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4522 from Chiamaka/remove-unused-code

    Remove unused timeInUTC variable
    brianlovin authored Jan 3, 2019
    Configuration menu
    Copy the full SHA
    c893ed9 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Configuration menu
    Copy the full SHA
    dd98057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8480c48 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4523 from withspectrum/depfu/update/desktop/yarn/…

    …rimraf-2.6.3
    
    [desktop] Update rimraf: 2.6.2 → 2.6.3 (patch)
    brianlovin authored Jan 4, 2019
    Configuration menu
    Copy the full SHA
    34c9530 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9681ff View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4524 from withspectrum/depfu/update/analytics/yar…

    …n/aws-sdk-2.383.0
    
    [analytics] Update aws-sdk: 2.373.0 → 2.383.0 (minor)
    brianlovin authored Jan 4, 2019
    Configuration menu
    Copy the full SHA
    08898f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    997497b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4525 from withspectrum/depfu/update/athena/yarn/a…

    …ws-sdk-2.383.0
    
    [athena] Update aws-sdk: 2.373.0 → 2.383.0 (minor)
    brianlovin authored Jan 4, 2019
    Configuration menu
    Copy the full SHA
    458cc33 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4526 from withspectrum/depfu/update/chronos/yarn/…

    …aws-sdk-2.383.0
    
    [chronos] Update aws-sdk: 2.376.0 → 2.383.0 (minor)
    brianlovin authored Jan 4, 2019
    Configuration menu
    Copy the full SHA
    8096f73 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a0b258 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1774c2e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4527 from withspectrum/depfu/update/hermes/yarn/a…

    …ws-sdk-2.383.0
    
    [hermes] Update aws-sdk: 2.373.0 → 2.383.0 (minor)
    brianlovin authored Jan 4, 2019
    Configuration menu
    Copy the full SHA
    9a5bb8a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Add missing username property in onValidationResult object

    `onValidationResult` function takes an object with prop error, success
    and username.
    Chiamaka committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    2a26494 View commit details
    Browse the repository at this point in the history
  2. Make username optional

    Chiamaka committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    3f1eec4 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Merge pull request #4519 from withspectrum/downrank-watercoolers-in-d…

    …igests
    
    Downrank watercooler threads in digests
    mxstbr authored Jan 7, 2019
    Configuration menu
    Copy the full SHA
    e2eaf21 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4518 from withspectrum/update-google-signin-api

    Remove use of Google+ APIs
    mxstbr authored Jan 7, 2019
    Configuration menu
    Copy the full SHA
    02eae94 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4521 from withspectrum/safer-signedout-chatinput

    Safer signed out chat input
    mxstbr authored Jan 7, 2019
    Configuration menu
    Copy the full SHA
    315db81 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4520 from withspectrum/nicer-rep-string

    Nicer reputation string in digest emails
    mxstbr authored Jan 7, 2019
    Configuration menu
    Copy the full SHA
    dddc29d View commit details
    Browse the repository at this point in the history
  5. Fix flow

    Max Stoiber committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    58b4404 View commit details
    Browse the repository at this point in the history
  6. Remove unused variables from chatInput

    Max Stoiber committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    4cb998b View commit details
    Browse the repository at this point in the history
  7. Explicitly target chat input from e2e tests

    Max Stoiber committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    3bfb20c View commit details
    Browse the repository at this point in the history
  8. Move data-cy="chat-input" to actual input

    Max Stoiber committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    0c9f8b8 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'alpha' into plaintext-spike

    Max Stoiber committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    890a715 View commit details
    Browse the repository at this point in the history
  10. Use .clear() instead of .type() in e2e tests

    Max Stoiber committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    b4fc98d View commit details
    Browse the repository at this point in the history
  11. Remove .only in thread_spec, fix /new/thread tests

    Max Stoiber committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    243d2c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Configuration menu
    Copy the full SHA
    a327a86 View commit details
    Browse the repository at this point in the history
  2. Make plaintext message editing work

    Max Stoiber committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    721dfb7 View commit details
    Browse the repository at this point in the history
  3. edit in plaintext on the frontend

    Max Stoiber committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    6a7c792 View commit details
    Browse the repository at this point in the history
  4. Fix flow

    Max Stoiber committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    10ceda8 View commit details
    Browse the repository at this point in the history
  5. Fix editing e2e test

    Max Stoiber committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    06a2f9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d7d814 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3adc352 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f62c8c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Remove empty line while editing

    Max Stoiber committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    156ceb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    470bae2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4529 from Chiamaka/add-type-annotation

    Add missing username property in onValidationResult object
    brianlovin authored Jan 9, 2019
    Configuration menu
    Copy the full SHA
    05b8cd2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4528 from withspectrum/depfu/update/vulcan/yarn/a…

    …ws-sdk-2.383.0
    
    [vulcan] Update aws-sdk: 2.373.0 → 2.383.0 (minor)
    brianlovin authored Jan 9, 2019
    Configuration menu
    Copy the full SHA
    a7364d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Make single line breaks work!

    Max Stoiber committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    7b51155 View commit details
    Browse the repository at this point in the history
  2. Upgrade to apollo-server-express@2.4.0-alpha.0

    This implements query parsing and validation caching, reference
    apollographql/apollo-server#2111, and should
    thusly provide a nice speedup for our frontend's queries!
    Max Stoiber committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    86d575d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54e7a5a View commit details
    Browse the repository at this point in the history
  4. add coverphoto flow type

    ThomasRoest committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    fc2788b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    991e51b View commit details
    Browse the repository at this point in the history
  6. Async await

    brianlovin committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    7badd0a View commit details
    Browse the repository at this point in the history
  7. Remove unnecessary code

    The code block for the `SET_SEARCH_VALUE` type and the `SET_SEARCH_VALUE_FOR_SERVER
    ` type are indentical. And, the `SET_SEARCH_VALUE` type isnt used in any action in the codebase.
    Chiamaka committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    22ef58b View commit details
    Browse the repository at this point in the history
  8. Better keycode management

    Chiamaka committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    e462af2 View commit details
    Browse the repository at this point in the history
  9. Enable flow in keycodes file

    Chiamaka committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    b9a236b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Fix flow

    brianlovin committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    519e479 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d59e09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ce5efc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4536 from withspectrum/ensure-banned-users-never-…

    …get-emails
    
    Add extra checks at send time for valid user recipient
    mxstbr authored Jan 11, 2019
    Configuration menu
    Copy the full SHA
    36b0c1f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4537 from Chiamaka/minor-improvements

    Minor improvements
    brianlovin authored Jan 11, 2019
    Configuration menu
    Copy the full SHA
    313f0e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

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

Commits on Jan 13, 2019

  1. Update view error message

    timothyis authored Jan 13, 2019
    Configuration menu
    Copy the full SHA
    787d5d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4539 from timothyis/patch-1

    Update `trouble loading thread` message to be more clear
    mxstbr authored Jan 13, 2019
    Configuration menu
    Copy the full SHA
    756efe2 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Fenced code blocks while editing

    Max Stoiber committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    af78603 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'alpha' into plaintext-spike

    Max Stoiber committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    d6fbf52 View commit details
    Browse the repository at this point in the history
  3. WIP: Implement GraphQL Rate Limiting

    Max Stoiber committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    17aa4d6 View commit details
    Browse the repository at this point in the history
  4. Make graphql-rate-limit work!

    Max Stoiber committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    2bcef29 View commit details
    Browse the repository at this point in the history
  5. Show rate limit errors to end users

    Max Stoiber committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    494123e View commit details
    Browse the repository at this point in the history
  6. Adjust createChannel/createCommunity rate limits

    Max Stoiber committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    64a30e4 View commit details
    Browse the repository at this point in the history
  7. Make flow happy

    Max Stoiber committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    645e440 View commit details
    Browse the repository at this point in the history
  8. Use the job queue redis instance for rate limit data

    Max Stoiber committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    0e01fbc View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4538 from withspectrum/depfu/update/analytics/yar…

    …n/source-map-support-0.5.10
    
    [analytics] Update source-map-support: 0.5.9 → 0.5.10 (minor)
    brianlovin authored Jan 14, 2019
    Configuration menu
    Copy the full SHA
    77a6eca View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Merge branch 'alpha' into plaintext-spike

    Max Stoiber committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    7888aaf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4472 from withspectrum/plaintext-spike

    Plaintext markdown chatinput
    mxstbr authored Jan 15, 2019
    Configuration menu
    Copy the full SHA
    4738f61 View commit details
    Browse the repository at this point in the history
  3. Log rate limit errors to sentry in prod

    Max Stoiber committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    28e8fa4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8073e59 View commit details
    Browse the repository at this point in the history
  5. Make flow happy

    Max Stoiber committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    51db19d View commit details
    Browse the repository at this point in the history
  6. Add flow stub for request-ip

    Max Stoiber committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    19ef7e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c615d2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4542 from withspectrum/depfu/update/api/yarn/reac…

    …t-transition-group-2.5.3
    
    [api] Update react-transition-group: 2.5.2 → 2.5.3 (patch)
    brianlovin authored Jan 15, 2019
    Configuration menu
    Copy the full SHA
    f9f83ff View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Remove draftjs block type validation in messages

    This is confusing now that we have the plaintext input, and doesn't add
    anything as invalid blocks are treated as text blocks anyway on the
    frontend.
    Max Stoiber committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    0763e20 View commit details
    Browse the repository at this point in the history
  2. Disable rate limiting unless in prod

    Max Stoiber committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    3aee31f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfb8af2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    443a319 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09d0522 View commit details
    Browse the repository at this point in the history
  6. Make flow happy

    Chiamaka committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    4fc8e9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ad9caa View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Merge pull request #4540 from withspectrum/gql-rate-limit

    Implement GraphQL Rate Limiting
    brianlovin authored Jan 17, 2019
    Configuration menu
    Copy the full SHA
    b3124ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4544 from withspectrum/depfu/update/desktop/yarn/…

    …electron-builder-20.38.5
    
    [desktop] Update electron-builder: 20.38.4 → 20.38.5 (patch)
    brianlovin authored Jan 17, 2019
    Configuration menu
    Copy the full SHA
    cc02527 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4533 from withspectrum/cache-graphql-parse-results

    Upgrade to apollo-server-express@2.4.0-alpha.0
    brianlovin authored Jan 17, 2019
    Configuration menu
    Copy the full SHA
    0898168 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4545 from Chiamaka/markdown-hyperlinks

    Support hyperlinks in messages
    mxstbr authored Jan 17, 2019
    Configuration menu
    Copy the full SHA
    2e6d742 View commit details
    Browse the repository at this point in the history
  5. WIP: Add mention suggestions to chat input

    Max Stoiber committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    52c8b9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    152fc96 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4535 from ThomasRoest/feature/reset-community-cov…

    …er-photo
    
    add delete cover feature to edit community form
    mxstbr authored Jan 17, 2019
    Configuration menu
    Copy the full SHA
    3381ad0 View commit details
    Browse the repository at this point in the history
  8. Update validate-draft-js-input.js

    Max Stoiber authored Jan 17, 2019
    Configuration menu
    Copy the full SHA
    1cdee71 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    085abf2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4546 from withspectrum/depfu/update/hermes/yarn/v…

    …alidator-10.11.0
    
    [hermes] Update validator: 10.10.0 → 10.11.0 (minor)
    brianlovin authored Jan 17, 2019
    Configuration menu
    Copy the full SHA
    0c9f45f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Fix oopsie

    Max Stoiber committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    6e179d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4551 from lacolaco/patch-1

    Stop submitting message during IME is composing
    mxstbr authored Jan 18, 2019
    Configuration menu
    Copy the full SHA
    146312d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4543 from withspectrum/better-draft-js-validation

    [HOTFIX] Remove draftjs block type validation in messages
    mxstbr authored Jan 18, 2019
    Configuration menu
    Copy the full SHA
    342b8f7 View commit details
    Browse the repository at this point in the history
  4. Search users on type

    Max Stoiber committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    b6412a4 View commit details
    Browse the repository at this point in the history
  5. It works!

    Max Stoiber committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    471d4be View commit details
    Browse the repository at this point in the history
  6. Fix flow

    Max Stoiber committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    47e5bed View commit details
    Browse the repository at this point in the history
  7. Cleanup unnecessary code changes

    Max Stoiber committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    7fc2fd9 View commit details
    Browse the repository at this point in the history
  8. Fix mentionsuggestions props

    Max Stoiber committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    514921d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d6c160e View commit details
    Browse the repository at this point in the history
  10. Fix typo

    brianlovin committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    fc0978f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4554 from withspectrum/fix-dm-input

    Fix dm chatinput onfocus and onblur handlers
    brianlovin authored Jan 18, 2019
    Configuration menu
    Copy the full SHA
    9bb7010 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Upgrade graphql-rate-limit

    This fixes a critical bug that is preventing some folks from posting
    messages
    Max Stoiber committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    aca9c7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad38c55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b57b5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f88e538 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb5489e View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Merge pull request #4558 from withspectrum/upgrade-graphql-rate-limit

    [HOTFIX] Upgrade graphql-rate-limit
    mxstbr authored Jan 22, 2019
    Configuration menu
    Copy the full SHA
    0051d27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4562 from withspectrum/depfu/update/vulcan/yarn/b…

    …ull-3.5.3
    
    [vulcan] Update bull: 3.5.2 → 3.5.3 (patch)
    mxstbr authored Jan 22, 2019
    Configuration menu
    Copy the full SHA
    61fd776 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4561 from withspectrum/depfu/update/mercury/yarn/…

    …bull-3.5.3
    
    [mercury] Update bull: 3.5.2 → 3.5.3 (patch)
    mxstbr authored Jan 22, 2019
    Configuration menu
    Copy the full SHA
    2a7b0db View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4560 from withspectrum/depfu/update/chronos/yarn/…

    …bull-3.5.3
    
    [chronos] Update bull: 3.5.2 → 3.5.3 (patch)
    mxstbr authored Jan 22, 2019
    Configuration menu
    Copy the full SHA
    36bc1cd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4559 from withspectrum/depfu/update/api/yarn/bull…

    …-3.5.3
    
    [api] Update bull: 3.5.2 → 3.5.3 (patch)
    mxstbr authored Jan 22, 2019
    Configuration menu
    Copy the full SHA
    3246a04 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    cdf3844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52b6623 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7acd9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0a24f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Merge pull request #4569 from withspectrum/depfu/update/vulcan/yarn/b…

    …ull-3.6.0
    
    [vulcan] Update bull: 3.5.3 → 3.6.0 (minor)
    brianlovin authored Jan 24, 2019
    Configuration menu
    Copy the full SHA
    ced94fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4568 from withspectrum/depfu/update/mercury/yarn/…

    …bull-3.6.0
    
    [mercury] Update bull: 3.5.3 → 3.6.0 (minor)
    brianlovin authored Jan 24, 2019
    Configuration menu
    Copy the full SHA
    d1bf4c7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4567 from withspectrum/depfu/update/chronos/yarn/…

    …bull-3.6.0
    
    [chronos] Update bull: 3.5.3 → 3.6.0 (minor)
    brianlovin authored Jan 24, 2019
    Configuration menu
    Copy the full SHA
    66263ff View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4566 from withspectrum/depfu/update/api/yarn/bull…

    …-3.6.0
    
    [api] Update bull: 3.5.3 → 3.6.0 (minor)
    brianlovin authored Jan 24, 2019
    Configuration menu
    Copy the full SHA
    fe57ec3 View commit details
    Browse the repository at this point in the history
  5. Hotfix Android thread creation

    Max Stoiber committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    dbdcc5e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4574 from withspectrum/hotfix-android-thread-crea…

    …tion
    
    Hotfix Android thread creation
    mxstbr authored Jan 24, 2019
    Configuration menu
    Copy the full SHA
    eeb671f View commit details
    Browse the repository at this point in the history
  7. Fix hyperion memory leak

    Closes #4573
    Max Stoiber committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    5ff09d7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4576 from withspectrum/fix-hyperion-mem-leak

    Fix hyperion memory leak
    mxstbr authored Jan 24, 2019
    Configuration menu
    Copy the full SHA
    d4b69e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce6c60b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ebc2df View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    13c3362 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Configuration menu
    Copy the full SHA
    2991dc4 View commit details
    Browse the repository at this point in the history
  2. Show participants and search results in mention suggestions

    1. Enter `@`
    2. Participants are shown
    3. Enter `@b`
    4. Participants filtered and sorted by whether they have a `b` in them are shown
    5. In the background, we do an API req
    6. If there are users that come back from the API, we append them to the list of suggestions
    
    This is a much nicer experience than hiding the participants if you just want to filter them
    Max Stoiber committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    b14f437 View commit details
    Browse the repository at this point in the history
  3. Fix bug with null participant

    Max Stoiber committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    7fff279 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4578 from withspectrum/depfu/update/api/yarn/immu…

    …tability-helper-2.9.1
    
    [api] Update immutability-helper: 2.9.0 → 2.9.1 (patch)
    mxstbr authored Jan 25, 2019
    Configuration menu
    Copy the full SHA
    1d0d65e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4563 from withspectrum/depfu/update/api/yarn/mome…

    …nt-2.24.0
    
    [api] Update moment: 2.23.0 → 2.24.0 (minor)
    mxstbr authored Jan 25, 2019
    Configuration menu
    Copy the full SHA
    53c23fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23ae043 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4579 from withspectrum/depfu/update/api/yarn/grap…

    …hql-tools-4.0.4
    
    [api] Update graphql-tools: 4.0.3 → 4.0.4 (patch)
    brianlovin authored Jan 25, 2019
    Configuration menu
    Copy the full SHA
    c5145dc View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4550 from withspectrum/chat-input-mentions

    Add mention suggestions to chat input
    brianlovin authored Jan 25, 2019
    Configuration menu
    Copy the full SHA
    69263d6 View commit details
    Browse the repository at this point in the history
  9. Fix login redirects

    brianlovin committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    9e0bc65 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9cd836d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0e7edae View commit details
    Browse the repository at this point in the history
  12. Darker shadow for contrast

    brianlovin committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    3d40e1a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    da09c27 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4e85003 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8a16e19 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    284d86c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9cf4048 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5a7c881 View commit details
    Browse the repository at this point in the history
  19. Fix flow

    brianlovin committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    e27b025 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    38989e3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b3bbb40 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #4582 from withspectrum/mentions-polish

    Mentions polish
    brianlovin authored Jan 25, 2019
    Configuration menu
    Copy the full SHA
    e5941bd View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. Configuration menu
    Copy the full SHA
    dd938d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c9ad17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21228d0 View commit details
    Browse the repository at this point in the history
  4. Fix flow

    brianlovin committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    db0ed2b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4585 from withspectrum/fix-author-suggestion

    Properly transform author username suggestion
    brianlovin authored Jan 26, 2019
    Configuration menu
    Copy the full SHA
    c1b8f0f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Workaround react-mentions bug with markup option

    Ideally, we would fix mentions by setting `markup="@__display__"` for
    the `MentionInput`. Unfortunately due to a bug in react-mentions, this
    doesn't work: signavio/react-mentions#299
    
    This works around the issue by inserting `@[username]` into the value,
    and then removing the brackets before sending to the server!
    
    Closes #4587
    Max Stoiber committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    a4593a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4580 from withspectrum/fix-login-redirects

    Fix login redirects
    mxstbr authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    f06dc65 View commit details
    Browse the repository at this point in the history
  3. Add <MentionsInput /> component

    Max Stoiber committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    2acb91b View commit details
    Browse the repository at this point in the history
  4. Fix dataCy passthrough to mentionsinput

    Max Stoiber committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    1c5eabe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d019b00 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4588 from withspectrum/fix-mentions

    Workaround react-mentions bug with markup option
    brianlovin authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    a63d0e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71ee31d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4590 from withspectrum/update-draft-markdown

    Update draft-js-export-markdown to fix escaped code chars
    brianlovin authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    aa0d7f4 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4589 from withspectrum/depfu/update/api/yarn/grap…

    …hql-cost-analysis-1.0.3
    
    [api] Update graphql-cost-analysis: 1.0.2 → 1.0.3 (patch)
    brianlovin authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    dd87b4d View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    c37ec6c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4597 from withspectrum/fix-double-links

    Update draft-js-import-markdown to fix link swallowing
    mxstbr authored Jan 29, 2019
    Configuration menu
    Copy the full SHA
    abff49c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    14b6163 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4598 from withspectrum/depfu/update/api/yarn/draf…

    …t-js-import-markdown-1.3.0
    
    [api] Update draft-js-import-markdown: 1.2.3 → 1.3.0 (minor)
    brianlovin authored Jan 31, 2019
    Configuration menu
    Copy the full SHA
    f97347b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81095ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37724dd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4600 from withspectrum/depfu/update/api/yarn/grap…

    …hql-rate-limit-1.2.3
    
    [api] Update graphql-rate-limit: 1.2.2 → 1.2.3 (patch)
    brianlovin authored Jan 31, 2019
    Configuration menu
    Copy the full SHA
    f893617 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4599 from withspectrum/depfu/update/api/yarn/high…

    …light.js-9.14.1
    
    [api] Update highlight.js: 9.13.1 → 9.14.1 (minor)
    brianlovin authored Jan 31, 2019
    Configuration menu
    Copy the full SHA
    0a6c9e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    445c22f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    3fa968e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a017c2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b44e6d0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4602 from withspectrum/depfu/update/analytics/yar…

    …n/aws-sdk-2.395.0
    
    [analytics] Update aws-sdk: 2.383.0 → 2.395.0 (minor)
    brianlovin authored Feb 1, 2019
    Configuration menu
    Copy the full SHA
    2a3690d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4604 from withspectrum/depfu/update/chronos/yarn/…

    …aws-sdk-2.395.0
    
    [chronos] Update aws-sdk: 2.383.0 → 2.395.0 (minor)
    brianlovin authored Feb 1, 2019
    Configuration menu
    Copy the full SHA
    3315510 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4606 from withspectrum/depfu/update/vulcan/yarn/a…

    …ws-sdk-2.395.0
    
    [vulcan] Update aws-sdk: 2.383.0 → 2.395.0 (minor)
    brianlovin authored Feb 1, 2019
    Configuration menu
    Copy the full SHA
    7d393b0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4607 from withspectrum/depfu/update/api/yarn/slat…

    …e-0.44.10
    
    [api] Update slate: 0.44.9 → 0.44.10 (minor)
    brianlovin authored Feb 1, 2019
    Configuration menu
    Copy the full SHA
    e454b60 View commit details
    Browse the repository at this point in the history