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

Release 0.64.2 #10812

Merged
merged 38 commits into from
May 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
97cb92b
changed saml integration to store data on mongo instead of memory
Hudell May 4, 2018
6e9acfb
Update saml_server.js
rodrigok May 5, 2018
b2ef99b
Merge pull request #10681 from RocketChat/fix.saml-on-multi-instances
rodrigok May 5, 2018
aaed87d
[FIX] Fix create channel, when created a readonly channel (#10665)
MarcosSpessatto May 5, 2018
8a61b42
Correct links to Rocket.Chat documentation (#10674)
winterstefan May 5, 2018
3d05bdc
Fix flickering on message-box emoji icon (#10678)
gdelavald May 5, 2018
9bd5de3
add `npm run postinstall` into build script (#10524)
peccu May 5, 2018
13b761c
[FIX] Improve desktop notification formatting (#10445)
Sameesunkaria May 8, 2018
f58c185
Fixed the problem of missing descriptions on message attachments (#10…
Hudell May 8, 2018
9f70755
[BREAK] Improvements to notifications logic (#10686)
sampaiodiego May 9, 2018
66f719e
LingoHub Update :rocket: (#10691)
engelgabriel May 9, 2018
08149eb
[NEW] Setup Wizard (#10523)
karlprieb May 9, 2018
e8054b9
[FIX] Improve wordpress OAuth settings (#10724)
Hudell May 11, 2018
4e9f025
[NEW] Add /api/v1/channels.roles & /api/v1/groups.roles (#10607)
cardoso May 11, 2018
69add44
Changes source of text for announcement modal content (#10733)
gdelavald May 11, 2018
b995ed6
[FIX] Send a message when muted returns inconsistent result in chat.s…
MarcosSpessatto May 11, 2018
1b8e8a5
More improvements on send notifications logic (#10736)
sampaiodiego May 11, 2018
2d4d5d1
Merge branch 'develop' into release-candidate
rodrigok May 11, 2018
0187d9a
Bump version to 0.64.2-rc.0
rodrigok May 11, 2018
e9251df
Fix notifications for direct messages (#10760)
sampaiodiego May 15, 2018
db2492c
Add setting and expose prometheus on port 9100 (#10766)
rodrigok May 15, 2018
7e25b1c
Wizard improvements (#10776)
rodrigok May 15, 2018
19e8100
Add badge back to push notifications (#10779)
rodrigok May 16, 2018
ae67d4d
Better metric for notifications (#10786)
rodrigok May 16, 2018
474fbff
Improvement to push notifications on direct messages (#10788)
sampaiodiego May 16, 2018
51a6b40
Prometheus: Improve metric names (#10789)
rodrigok May 16, 2018
3e714d6
Merge remote-tracking branch 'origin/develop' into release-candidate
rodrigok May 16, 2018
e69fd24
Bump version to 0.64.2-rc.1
rodrigok May 16, 2018
5bfbb98
[FIX] Not escaping special chars on mentions (#10793)
erhan- May 17, 2018
5f5914e
Regression: Fix wrong wizard field name (#10804)
rodrigok May 17, 2018
6d7b726
Prometheus: Fix notification metric (#10803)
rodrigok May 17, 2018
d3446aa
Regression: Autorun of wizard was not destroyed after completion (#10…
rodrigok May 17, 2018
c297420
Prometheus: Add metric to track hooks time (#10798)
rodrigok May 17, 2018
14221ea
Merge remote-tracking branch 'origin/develop' into release-candidate
rodrigok May 17, 2018
0d22f94
Bump version to 0.64.2-rc.2
rodrigok May 18, 2018
2117624
Prevent setup wizard redirects (#10811)
rodrigok May 18, 2018
dfa71aa
Merge remote-tracking branch 'origin/develop' into release-candidate
rodrigok May 18, 2018
ef1c339
Bump version to 0.64.2
rodrigok May 18, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rocketchat/base:8

ENV RC_VERSION 0.64.1
ENV RC_VERSION 0.64.2

MAINTAINER buildmaster@rocket.chat

Expand Down
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7

ENV RC_VERSION 0.64.1
ENV RC_VERSION 0.64.2

MAINTAINER buildmaster@rocket.chat

Expand Down
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"parentCall" : false,
"Promise" : false,
"Random" : false,
"ReactiveDict" : false,
"ReactiveVar" : false,
"Reload" : false,
"RocketChat" : true,
Expand Down
276 changes: 276 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -13302,5 +13302,281 @@
"engelgabriel"
]
}
],
"0.64.2-rc.0": [
{
"pr": "10736",
"title": "More improvements on send notifications logic",
"userLogin": "sampaiodiego",
"milestone": "0.64.2",
"contributors": [
"rodrigok",
"sampaiodiego"
]
},
{
"pr": "10720",
"title": "[FIX] Send a message when muted returns inconsistent result in chat.sendMessage",
"userLogin": "MarcosSpessatto",
"milestone": "0.64.2",
"contributors": [
"MarcosSpessatto"
]
},
{
"pr": "10733",
"title": "[FIX] Regression: Empty content on announcement modal",
"userLogin": "gdelavald",
"milestone": "0.64.2",
"contributors": [
"gdelavald"
]
},
{
"pr": "10607",
"title": "[NEW] Add REST endpoints `channels.roles` & `groups.roles`",
"userLogin": "cardoso",
"milestone": "0.64.2",
"contributors": [
"cardoso",
"web-flow",
"rafaelks"
]
},
{
"pr": "10724",
"title": "[NEW] Add more options for Wordpress OAuth configuration",
"userLogin": "Hudell",
"milestone": "0.64.2",
"contributors": [
"Hudell"
]
},
{
"pr": "10523",
"title": "[NEW] Setup Wizard",
"userLogin": "karlprieb",
"milestone": "0.64.2",
"contributors": [
"karlprieb",
"engelgabriel",
"web-flow"
]
},
{
"pr": "10691",
"title": "LingoHub based on develop",
"userLogin": "engelgabriel",
"milestone": "0.64.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "10686",
"title": "[NEW] Improvements to notifications logic",
"userLogin": "sampaiodiego",
"milestone": "0.64.2",
"contributors": [
"sampaiodiego",
"rodrigok",
"web-flow"
]
},
{
"pr": "10705",
"title": "[FIX] Missing attachment description when Rocket.Chat Apps were enabled",
"userLogin": "Hudell",
"milestone": "0.64.2",
"contributors": [
"Hudell"
]
},
{
"pr": "10445",
"title": "[FIX] Improve desktop notification formatting",
"userLogin": "Sameesunkaria",
"milestone": "0.65.0",
"contributors": [
"Sameesunkaria",
"engelgabriel",
"web-flow"
]
},
{
"pr": "10524",
"title": "Add `npm run postinstall` into example build script",
"userLogin": "peccu",
"milestone": "0.64.2",
"contributors": [
"peccu",
"web-flow",
"engelgabriel"
]
},
{
"pr": "10678",
"title": "[FIX] Message box emoji icon was flickering when typing a text",
"userLogin": "gdelavald",
"milestone": "0.64.2",
"contributors": [
"gdelavald"
]
},
{
"pr": "10674",
"title": "Correct links in README file",
"userLogin": "winterstefan",
"milestone": "0.64.2",
"contributors": [
"winterstefan"
]
},
{
"pr": "10665",
"title": "[FIX] Channel owner was being set as muted when creating a read-only channel",
"userLogin": "MarcosSpessatto",
"milestone": "0.64.2",
"contributors": [
"MarcosSpessatto"
]
},
{
"pr": "10681",
"title": "[FIX] SAML wasn't working correctly when running multiple instances",
"userLogin": "Hudell",
"milestone": "0.64.2",
"contributors": [
"Hudell",
"rodrigok",
"web-flow"
]
}
],
"0.64.2-rc.1": [
{
"pr": "10789",
"title": "Prometheus: Improve metric names",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "10788",
"title": "Improvement to push notifications on direct messages",
"userLogin": "sampaiodiego",
"milestone": "0.64.2",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "10786",
"title": "Better metric for notifications",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "10779",
"title": "Add badge back to push notifications",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "10776",
"title": "Wizard improvements",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "10766",
"title": "Add setting and expose prometheus on port 9100",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok",
"sampaiodiego"
]
},
{
"pr": "10760",
"title": "Regression: Fix notifications for direct messages",
"userLogin": "sampaiodiego",
"milestone": "0.64.2",
"contributors": [
"sampaiodiego"
]
}
],
"0.64.2-rc.2": [
{
"pr": "10798",
"title": "Prometheus: Add metric to track hooks time",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "10802",
"title": "Regression: Autorun of wizard was not destroyed after completion",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "10803",
"title": "Prometheus: Fix notification metric",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "10804",
"title": "Regression: Fix wrong wizard field name",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "10793",
"title": "[FIX] Not escaping special chars on mentions",
"userLogin": "erhan-",
"milestone": "0.64.2",
"contributors": [
"erhan-",
"sampaiodiego"
]
}
],
"0.64.2": [
{
"pr": "10811",
"title": "Prevent setup wizard redirects",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok",
"sampaiodiego"
]
}
]
}
1 change: 1 addition & 0 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ rocketchat:push-notifications
rocketchat:reactions
rocketchat:apps
rocketchat:sandstorm
rocketchat:setup-wizard
rocketchat:slackbridge
rocketchat:slashcommands-archive
rocketchat:slashcommands-asciiarts
Expand Down
1 change: 1 addition & 0 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ rocketchat:push-notifications@0.0.1
rocketchat:reactions@0.0.1
rocketchat:sandstorm@0.0.1
rocketchat:search@0.0.1
rocketchat:setup-wizard@0.0.1
rocketchat:slackbridge@0.0.1
rocketchat:slashcommands-archive@0.0.1
rocketchat:slashcommands-asciiarts@0.0.1
Expand Down
4 changes: 2 additions & 2 deletions .sandstorm/sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (

appTitle = (defaultText = "Rocket.Chat"),

appVersion = 64, # Increment this for every release.
appVersion = 68, # Increment this for every release.

appMarketingVersion = (defaultText = "0.64.1"),
appMarketingVersion = (defaultText = "0.64.2"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

Expand Down
2 changes: 1 addition & 1 deletion .travis/snap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=0.64.1
RC_VERSION=0.64.2
fi

echo "Preparing to trigger a snap release for $CHANNEL channel"
Expand Down
Loading