[GitHub] incubator-wave pull request: Updates to use jetty 9.2.14

2016-05-05 Thread vega113
GitHub user vega113 opened a pull request: https://github.com/apache/incubator-wave/pull/14 Updates to use jetty 9.2.14 You can merge this pull request into a Git repository by running: $ git pull https://github.com/vega113/incubator-wave feature/update-jetty-version-to-9-2

[GitHub] incubator-wave pull request: WAVE-438 - Removes XMPP federation im...

2016-05-06 Thread vega113
GitHub user vega113 opened a pull request: https://github.com/apache/incubator-wave/pull/15 WAVE-438 - Removes XMPP federation implementation along with relevant… … resources and unit tests. Fixes issue with a test when running with Java1.8. You can merge this pull

[GitHub] incubator-wave pull request: WAVE-439 - Changes source compatibili...

2016-05-06 Thread vega113
GitHub user vega113 opened a pull request: https://github.com/apache/incubator-wave/pull/16 WAVE-439 - Changes source compatibility to Java1.8 and fixes weird is… …sues with code that 1.8 was not backward compatible. Some of the issues were resolved by updating to newer

[GitHub] incubator-wave pull request #19: Removal / Update of Dependencies and other ...

2017-03-19 Thread vega113
Github user vega113 commented on a diff in the pull request: https://github.com/apache/incubator-wave/pull/19#discussion_r106804336 --- Diff: wave/src/main/java/org/apache/wave/box/server/rpc/InitialsAvatarsServlet.java --- @@ -0,0 +1,57 @@ +/** + * Licensed to the Apache

[GitHub] incubator-wave pull request #19: Removal / Update of Dependencies and other ...

2017-03-19 Thread vega113
Github user vega113 commented on a diff in the pull request: https://github.com/apache/incubator-wave/pull/19#discussion_r106805040 --- Diff: wave/dist/run-server.bat --- @@ -1,23 +0,0 @@ -echo off --- End diff -- It would be great if we could update the run

[GitHub] incubator-wave pull request #19: Removal / Update of Dependencies and other ...

2017-03-19 Thread vega113
Github user vega113 commented on a diff in the pull request: https://github.com/apache/incubator-wave/pull/19#discussion_r106786459 --- Diff: wave/src/main/java/org/apache/wave/box/server/rpc/InitialsAvatarsServlet.java --- @@ -0,0 +1,57 @@ +/** + * Licensed to the Apache

[GitHub] incubator-wave pull request #20: WAVE-440 - updates oauth jars version and a...

2017-04-16 Thread vega113
GitHub user vega113 opened a pull request: https://github.com/apache/incubator-wave/pull/20 WAVE-440 - updates oauth jars version and adds Atlassian repo. This should fix the issue with missing oauth-consumer.jar. I compiled and ran the unit tests. You can merge this pull

[GitHub] incubator-wave pull request #21: Remove atmosphere as websocket's provider

2017-04-17 Thread vega113
Github user vega113 commented on a diff in the pull request: https://github.com/apache/incubator-wave/pull/21#discussion_r111780378 --- Diff: wave/src/main/java/org/apache/wave/box/server/rpc/InitialsAvatarsServlet.java --- @@ -0,0 +1,57 @@ +/** + * Licensed to the Apache

[GitHub] incubator-wave pull request #21: Remove atmosphere as websocket's provider

2017-04-17 Thread vega113
Github user vega113 commented on a diff in the pull request: https://github.com/apache/incubator-wave/pull/21#discussion_r111781019 --- Diff: wave/src/main/java/org/waveprotocol/wave/client/common/util/SignalEventImpl.java --- @@ -93,8 +93,8 @@ public static boolean isKeyEvent

[GitHub] incubator-wave pull request #21: Remove atmosphere as websocket's provider

2017-04-17 Thread vega113
Github user vega113 commented on a diff in the pull request: https://github.com/apache/incubator-wave/pull/21#discussion_r111781203 --- Diff: wave/src/main/java/org/apache/wave/box/server/rpc/InitialsAvatarsServlet.java --- @@ -0,0 +1,57 @@ +/** + * Licensed to the Apache

[GitHub] incubator-wave pull request #21: Remove atmosphere as websocket's provider

2017-04-18 Thread vega113
Github user vega113 commented on a diff in the pull request: https://github.com/apache/incubator-wave/pull/21#discussion_r111923579 --- Diff: wave/src/main/java/org/apache/wave/box/server/rpc/InitialsAvatarsServlet.java --- @@ -0,0 +1,57 @@ +/** + * Licensed to the Apache

[GitHub] incubator-wave pull request #22: Built a Helper program to automate some tas...

2017-04-19 Thread vega113
Github user vega113 commented on a diff in the pull request: https://github.com/apache/incubator-wave/pull/22#discussion_r112370672 --- Diff: helper/style/style.go --- @@ -0,0 +1,91 @@ +// --- End diff -- I would prefer to have a Gradle task for checking style

[GitHub] incubator-wave issue #22: Built a Helper program to automate some tasks for ...

2017-04-19 Thread vega113
Github user vega113 commented on the issue: https://github.com/apache/incubator-wave/pull/22 Can't we create our own checkstyle.xml instead of using google_style.xml? Also, it seems like we already have jacoco plugin. --- If your project is set up for it, you can reply to

[GitHub] incubator-wave issue #22: Built a Helper program to automate some tasks for ...

2017-04-20 Thread vega113
Github user vega113 commented on the issue: https://github.com/apache/incubator-wave/pull/22 Are you sure we can't use the checkstyle with google_style? I think as long as this is not part of shipped binaries - we can use it. --- If your project is set up for it, you can rep

[GitHub] incubator-wave issue #22: Built a Helper program to automate some tasks for ...

2017-04-20 Thread vega113
Github user vega113 commented on the issue: https://github.com/apache/incubator-wave/pull/22 Anyway, I am fine with your commit. We can add gradle plugin later and use both. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] incubator-wave issue #21: Remove atmosphere as websocket's provider

2017-04-20 Thread vega113
Github user vega113 commented on the issue: https://github.com/apache/incubator-wave/pull/21 I guess you could rebase your branch instead of opening a new one. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] incubator-wave issue #22: Built a Helper program to automate some tasks for ...

2017-04-20 Thread vega113
Github user vega113 commented on the issue: https://github.com/apache/incubator-wave/pull/22 I guess we will need to relax a bit the rules, as there's too many style issues. --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] incubator-wave issue #19: Removal / Update of Dependencies and other QOL

2017-04-22 Thread vega113
Github user vega113 commented on the issue: https://github.com/apache/incubator-wave/pull/19 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] incubator-wave pull request #24: Workaround WAVE-446

2017-05-03 Thread vega113
Github user vega113 commented on a diff in the pull request: https://github.com/apache/incubator-wave/pull/24#discussion_r114601665 --- Diff: wave/src/main/java/org/waveprotocol/box/server/frontend/WaveViewSubscription.java --- @@ -154,7 +155,15 @@ public synchronized void

[GitHub] incubator-wave pull request #24: Workaround WAVE-446

2017-05-03 Thread vega113
Github user vega113 commented on a diff in the pull request: https://github.com/apache/incubator-wave/pull/24#discussion_r114613617 --- Diff: wave/src/main/java/org/waveprotocol/box/server/frontend/WaveViewSubscription.java --- @@ -154,7 +155,15 @@ public synchronized void

[GitHub] incubator-wave pull request #24: Workaround WAVE-446

2017-05-03 Thread vega113
Github user vega113 commented on a diff in the pull request: https://github.com/apache/incubator-wave/pull/24#discussion_r114602007 --- Diff: wave/src/main/java/org/waveprotocol/box/server/frontend/WaveViewSubscription.java --- @@ -154,7 +155,15 @@ public synchronized void

[GitHub] incubator-wave pull request #24: Workaround WAVE-446

2017-05-04 Thread vega113
Github user vega113 commented on a diff in the pull request: https://github.com/apache/incubator-wave/pull/24#discussion_r114750100 --- Diff: wave/src/main/java/org/waveprotocol/box/server/frontend/WaveViewSubscription.java --- @@ -154,7 +155,15 @@ public synchronized void

[GitHub] incubator-wave pull request #25: Updated builds to use proto3 libraries.

2017-05-09 Thread vega113
Github user vega113 commented on a diff in the pull request: https://github.com/apache/incubator-wave/pull/25#discussion_r115307098 --- Diff: pst/src/main/proto/google/protobuf/descriptor.proto --- @@ -37,10 +37,14 @@ // without any other information (e.g. without reading its

[GitHub] incubator-wave pull request #25: Updated builds to use proto3 libraries.

2017-05-09 Thread vega113
Github user vega113 commented on a diff in the pull request: https://github.com/apache/incubator-wave/pull/25#discussion_r115306212 --- Diff: pst/src/main/proto/google/protobuf/descriptor.proto --- @@ -37,10 +37,14 @@ // without any other information (e.g. without reading its

[GitHub] incubator-wave pull request #24: Workaround WAVE-446

2017-05-28 Thread vega113
Github user vega113 commented on a diff in the pull request: https://github.com/apache/incubator-wave/pull/24#discussion_r118841143 --- Diff: wave/src/main/java/org/waveprotocol/box/server/frontend/WaveViewSubscription.java --- @@ -154,7 +155,15 @@ public synchronized void

[GitHub] incubator-wave issue #24: Workaround WAVE-446

2017-07-03 Thread vega113
Github user vega113 commented on the issue: https://github.com/apache/incubator-wave/pull/24 I didn't test the last commit nut it LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] incubator-wave issue #27: Revamp the UI of the top bar

2018-02-24 Thread vega113
Github user vega113 commented on the issue: https://github.com/apache/incubator-wave/pull/27 Great changes in general, however: - We need to try and maximize the vertical screen space to allow more space for the UI. - I would like to retain the red/green color on the status