Squashed commit of the following:

commit 65e06c2832
Merge: ff8709799 cac14a0bc
Author: Diego Sampaio <chinello@gmail.com>
Date:   Wed Nov 29 10:53:04 2017 -0200

    Merge pull request #8973 from RocketChat/fix-tag-ci

    Fix tag build

commit cac14a0bcb
Author: Diego Sampaio <chinello@gmail.com>
Date:   Wed Nov 29 10:49:07 2017 -0200

    Fix tag build

commit ff87097998
Merge: 5df1ca9d3 cc33d0a5d
Author: Diego Sampaio <chinello@gmail.com>
Date:   Wed Nov 29 10:39:13 2017 -0200

    Merge pull request #8972 from RocketChat/fix-deploy-filter

    Fix CircleCI deploy filter

commit cc33d0a5d7
Author: Diego Sampaio <chinello@gmail.com>
Date:   Wed Nov 29 10:32:53 2017 -0200

    Fix CircleCI deploy filter

commit 5df1ca9d32
Merge: 21c4efa08 25f82b388
Author: Diego Sampaio <chinello@gmail.com>
Date:   Wed Nov 29 10:09:31 2017 -0200

    Merge pull request #8967 from RocketChat/release/0.59.4

    Release/0.59.4

commit 25f82b388e
Author: Diego Sampaio <chinello@gmail.com>
Date:   Wed Nov 29 09:30:19 2017 -0200

    Use same NPM version as Meteor

commit 3d98b0a70a
Author: Diego Sampaio <chinello@gmail.com>
Date:   Wed Nov 29 09:00:22 2017 -0200

    Use specific webdriverio package version

commit 8c7ce0c284
Author: Diego Sampaio <chinello@gmail.com>
Date:   Thu Nov 9 10:34:12 2017 -0200

    Fix link to .asc file on S3

commit b1db1e9458
Author: Diego Sampaio <chinello@gmail.com>
Date:   Tue Nov 14 17:46:57 2017 -0200

    Fix docker build

commit d1e8503e51
Author: Rodrigo Nascimento <rodrigoknascimento@gmail.com>
Date:   Fri Nov 3 20:03:17 2017 -0200

    Add CircleCI (#8685)

commit 67ce5838e1
Author: Aaron Ogle <aaron@geekgonecrazy.com>
Date:   Tue Nov 28 17:33:03 2017 -0600

    Fix history

commit 812bb639e8
Author: Aaron Ogle <aaron@geekgonecrazy.com>
Date:   Tue Nov 28 17:28:57 2017 -0600

    Bump version to 0.59.4

commit aabc541927
Author: Karl Prieb <karl@prieb.me>
Date:   Tue Nov 28 21:03:10 2017 -0200

    [FIX] Channel settings buttons (#8753)

    * Fix channel settings buttons

    * fix member view on flex-tab

    * try to fix test

    * add scroll to add users flex-tab

commit eac8f68be7
Author: Chris Pitman <cpitman1@gmail.com>
Date:   Thu Oct 5 12:58:31 2017 -0400

    Store int history as string in mongo

    Http Results can include keps which are vaild JSON but invalid mongo
    keys. Store them as a string, then check when formatting them for
    dispkay if they are json that needs to be stringifies or already a
    string.
pull/9088/head
Rodrigo Nascimento 8 years ago
parent 985f9cf6df
commit 799d04afff
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
  1. 7
      .circleci/config.yml
  2. 10
      HISTORY.md
  3. 7
      packages/rocketchat-livechat/app/package-lock.json

@ -274,8 +274,7 @@ workflows:
- test-without-oplog
filters:
branches:
only:
- develop
only: develop
tags:
only:
- "/^\\d+\\.\\d+\\.\\d+(-rc\\.\\d+)?$/"
only: /^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$/

@ -1,3 +1,13 @@
<a name="0.59.4"></a>
## 0.59.4 (2017-11-28)
### Bug Fixes
- [#8413](https://github.com/RocketChat/Rocket.Chat/pull/8413) Store Outgoing Integration Result as String in Mongo
- [#8753](https://github.com/RocketChat/Rocket.Chat/pull/8753) Fix Channel settings buttons
<a name="0.59.3"></a>
## 0.59.3 (2017-10-29)

@ -744,6 +744,13 @@
"safe-buffer": "5.1.1"
}
},
"string_decoder": {
"version": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
"integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
"requires": {
"safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz"
}
},
"stringstream": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",

Loading…
Cancel
Save