[jira] [Commented] (AVRO-3558) Rust: Add a demo crate that shows usage as WebAssembly

2022-07-04 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562146#comment-17562146
 ] 

ASF subversion and git services commented on AVRO-3558:
---

Commit 161387ce6570abbcffc4cc227739a68fc766fbab in avro's branch 
refs/heads/branch-1.11 from Martin Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=161387ce6 ]

AVRO-3564: Update minimal supported Rust version in Docker to 1.54.0 (#1751)

Related-to: AVRO-3558

Signed-off-by: Martin Tzvetanov Grigorov 

> Rust: Add a demo crate that shows usage as WebAssembly
> --
>
> Key: AVRO-3558
> URL: https://issues.apache.org/jira/browse/AVRO-3558
> Project: Apache Avro
>  Issue Type: Test
>  Components: rust
>Reporter: Martin Tzvetanov Grigorov
>Assignee: Martin Tzvetanov Grigorov
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 1.11.1, 1.12.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Add a new crate/package that shows usage of apache_avro crate as a web 
> assembly in a browser environment.
> The new crate won't be published!
> It will be used only for testing purposes to avoid regressions!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (AVRO-3558) Rust: Add a demo crate that shows usage as WebAssembly

2022-07-04 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562144#comment-17562144
 ] 

ASF subversion and git services commented on AVRO-3558:
---

Commit 1d72182fd6afc149d33b5de8e2c68492c116732f in avro's branch 
refs/heads/master from Martin Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=1d72182fd ]

AVRO-3564: Update minimal supported Rust version in Docker to 1.54.0 (#1751)

Related-to: AVRO-3558

Signed-off-by: Martin Tzvetanov Grigorov 

> Rust: Add a demo crate that shows usage as WebAssembly
> --
>
> Key: AVRO-3558
> URL: https://issues.apache.org/jira/browse/AVRO-3558
> Project: Apache Avro
>  Issue Type: Test
>  Components: rust
>Reporter: Martin Tzvetanov Grigorov
>Assignee: Martin Tzvetanov Grigorov
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 1.11.1, 1.12.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Add a new crate/package that shows usage of apache_avro crate as a web 
> assembly in a browser environment.
> The new crate won't be published!
> It will be used only for testing purposes to avoid regressions!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (AVRO-3558) Rust: Add a demo crate that shows usage as WebAssembly

2022-07-01 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17561595#comment-17561595
 ] 

ASF subversion and git services commented on AVRO-3558:
---

Commit ee85f48ad8b3ff2e283b570a2ec8eb320ecf7acc in avro's branch 
refs/heads/avro-3564-update-MSRV-in-Dockerfile from Martin Tzvetanov Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=ee85f48ad ]

AVRO-3564: Update minimal supported Rust version in Docker to 1.54.0

Related-to: AVRO-3558

Signed-off-by: Martin Tzvetanov Grigorov 


> Rust: Add a demo crate that shows usage as WebAssembly
> --
>
> Key: AVRO-3558
> URL: https://issues.apache.org/jira/browse/AVRO-3558
> Project: Apache Avro
>  Issue Type: Test
>  Components: rust
>Reporter: Martin Tzvetanov Grigorov
>Assignee: Martin Tzvetanov Grigorov
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 1.11.1, 1.12.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Add a new crate/package that shows usage of apache_avro crate as a web 
> assembly in a browser environment.
> The new crate won't be published!
> It will be used only for testing purposes to avoid regressions!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (AVRO-3558) Rust: Add a demo crate that shows usage as WebAssembly

2022-07-01 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17561351#comment-17561351
 ] 

ASF subversion and git services commented on AVRO-3558:
---

Commit ad851035c3ab0e9cfea7e3e89e1ad00ac732e7bc in avro's branch 
refs/heads/branch-1.11 from Martin Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=ad851035c ]

AVRO-3558: Rust: Add a demo crate that shows usage as WebAssembly (#1747)

* AVRO-3558: Rust: Add a demo crate that shows usage as WebAssembly

Signed-off-by: Martin Tzvetanov Grigorov 

* AVRO-3558 Format the code

Signed-off-by: Martin Tzvetanov Grigorov 

* AVRO-3558: Install Firefox with sudo

Signed-off-by: Martin Tzvetanov Grigorov 

* AVRO-3558: Test one wasm32-unknown-unknown only for the web-Assembly CI job

Signed-off-by: Martin Tzvetanov Grigorov 

* AVRO-3558: Bump MSRV from 1.51.0 to 1.54.0 and return wasm32-unknown-unknown 
target

Signed-off-by: Martin Tzvetanov Grigorov 

* AVRO-3558: Fix clippy errors and warnings

Signed-off-by: Martin Tzvetanov Grigorov 
(cherry picked from commit bf6b86d2c784ced5ec791f8249d3f2ecf18a4ee0)


> Rust: Add a demo crate that shows usage as WebAssembly
> --
>
> Key: AVRO-3558
> URL: https://issues.apache.org/jira/browse/AVRO-3558
> Project: Apache Avro
>  Issue Type: Test
>  Components: rust
>Reporter: Martin Tzvetanov Grigorov
>Assignee: Martin Tzvetanov Grigorov
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Add a new crate/package that shows usage of apache_avro crate as a web 
> assembly in a browser environment.
> The new crate won't be published!
> It will be used only for testing purposes to avoid regressions!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (AVRO-3558) Rust: Add a demo crate that shows usage as WebAssembly

2022-07-01 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17561348#comment-17561348
 ] 

ASF subversion and git services commented on AVRO-3558:
---

Commit bf6b86d2c784ced5ec791f8249d3f2ecf18a4ee0 in avro's branch 
refs/heads/master from Martin Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=bf6b86d2c ]

AVRO-3558: Rust: Add a demo crate that shows usage as WebAssembly (#1747)

* AVRO-3558: Rust: Add a demo crate that shows usage as WebAssembly

Signed-off-by: Martin Tzvetanov Grigorov 

* AVRO-3558 Format the code

Signed-off-by: Martin Tzvetanov Grigorov 

* AVRO-3558: Install Firefox with sudo

Signed-off-by: Martin Tzvetanov Grigorov 

* AVRO-3558: Test one wasm32-unknown-unknown only for the web-Assembly CI job

Signed-off-by: Martin Tzvetanov Grigorov 

* AVRO-3558: Bump MSRV from 1.51.0 to 1.54.0 and return wasm32-unknown-unknown 
target

Signed-off-by: Martin Tzvetanov Grigorov 

* AVRO-3558: Fix clippy errors and warnings

Signed-off-by: Martin Tzvetanov Grigorov 

> Rust: Add a demo crate that shows usage as WebAssembly
> --
>
> Key: AVRO-3558
> URL: https://issues.apache.org/jira/browse/AVRO-3558
> Project: Apache Avro
>  Issue Type: Test
>  Components: rust
>Reporter: Martin Tzvetanov Grigorov
>Assignee: Martin Tzvetanov Grigorov
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Add a new crate/package that shows usage of apache_avro crate as a web 
> assembly in a browser environment.
> The new crate won't be published!
> It will be used only for testing purposes to avoid regressions!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (AVRO-3558) Rust: Add a demo crate that shows usage as WebAssembly

2022-07-01 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17561339#comment-17561339
 ] 

ASF subversion and git services commented on AVRO-3558:
---

Commit a0c06d3207cdd9643a257106d99dd9250ddf2068 in avro's branch 
refs/heads/avro-3558-demo-wasm from Martin Tzvetanov Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=a0c06d320 ]

AVRO-3558: Fix clippy errors and warnings

Signed-off-by: Martin Tzvetanov Grigorov 


> Rust: Add a demo crate that shows usage as WebAssembly
> --
>
> Key: AVRO-3558
> URL: https://issues.apache.org/jira/browse/AVRO-3558
> Project: Apache Avro
>  Issue Type: Test
>  Components: rust
>Reporter: Martin Tzvetanov Grigorov
>Assignee: Martin Tzvetanov Grigorov
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Add a new crate/package that shows usage of apache_avro crate as a web 
> assembly in a browser environment.
> The new crate won't be published!
> It will be used only for testing purposes to avoid regressions!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (AVRO-3558) Rust: Add a demo crate that shows usage as WebAssembly

2022-07-01 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17561323#comment-17561323
 ] 

ASF subversion and git services commented on AVRO-3558:
---

Commit c17a5f44e07e12303a84b6e5ede0de0e3c38717d in avro's branch 
refs/heads/avro-3558-demo-wasm from Martin Tzvetanov Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=c17a5f44e ]

AVRO-3558: Bump MSRV from 1.51.0 to 1.54.0 and return wasm32-unknown-unknown 
target

Signed-off-by: Martin Tzvetanov Grigorov 


> Rust: Add a demo crate that shows usage as WebAssembly
> --
>
> Key: AVRO-3558
> URL: https://issues.apache.org/jira/browse/AVRO-3558
> Project: Apache Avro
>  Issue Type: Test
>  Components: rust
>Reporter: Martin Tzvetanov Grigorov
>Assignee: Martin Tzvetanov Grigorov
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Add a new crate/package that shows usage of apache_avro crate as a web 
> assembly in a browser environment.
> The new crate won't be published!
> It will be used only for testing purposes to avoid regressions!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (AVRO-3558) Rust: Add a demo crate that shows usage as WebAssembly

2022-06-30 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17561320#comment-17561320
 ] 

ASF subversion and git services commented on AVRO-3558:
---

Commit 7a2f74460ecd5cb1cc836f1e70fedc7a7b17e3d7 in avro's branch 
refs/heads/avro-3558-demo-wasm from Martin Tzvetanov Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=7a2f74460 ]

AVRO-3558: Test one wasm32-unknown-unknown only for the web-Assembly CI job

Signed-off-by: Martin Tzvetanov Grigorov 


> Rust: Add a demo crate that shows usage as WebAssembly
> --
>
> Key: AVRO-3558
> URL: https://issues.apache.org/jira/browse/AVRO-3558
> Project: Apache Avro
>  Issue Type: Test
>  Components: rust
>Reporter: Martin Tzvetanov Grigorov
>Assignee: Martin Tzvetanov Grigorov
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Add a new crate/package that shows usage of apache_avro crate as a web 
> assembly in a browser environment.
> The new crate won't be published!
> It will be used only for testing purposes to avoid regressions!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (AVRO-3558) Rust: Add a demo crate that shows usage as WebAssembly

2022-06-30 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17561053#comment-17561053
 ] 

ASF subversion and git services commented on AVRO-3558:
---

Commit 7e35cf493cf4890632b796046d5cf7870e2143c8 in avro's branch 
refs/heads/avro-3558-demo-wasm from Martin Tzvetanov Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=7e35cf493 ]

AVRO-3558: Install Firefox with sudo

Signed-off-by: Martin Tzvetanov Grigorov 


> Rust: Add a demo crate that shows usage as WebAssembly
> --
>
> Key: AVRO-3558
> URL: https://issues.apache.org/jira/browse/AVRO-3558
> Project: Apache Avro
>  Issue Type: Test
>  Components: rust
>Reporter: Martin Tzvetanov Grigorov
>Assignee: Martin Tzvetanov Grigorov
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Add a new crate/package that shows usage of apache_avro crate as a web 
> assembly in a browser environment.
> The new crate won't be published!
> It will be used only for testing purposes to avoid regressions!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (AVRO-3558) Rust: Add a demo crate that shows usage as WebAssembly

2022-06-30 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17561052#comment-17561052
 ] 

ASF subversion and git services commented on AVRO-3558:
---

Commit 8f29f60773fad44c8f81aeb9ba0cd58a52548826 in avro's branch 
refs/heads/avro-3558-demo-wasm from Martin Tzvetanov Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=8f29f6077 ]

AVRO-3558 Format the code

Signed-off-by: Martin Tzvetanov Grigorov 


> Rust: Add a demo crate that shows usage as WebAssembly
> --
>
> Key: AVRO-3558
> URL: https://issues.apache.org/jira/browse/AVRO-3558
> Project: Apache Avro
>  Issue Type: Test
>  Components: rust
>Reporter: Martin Tzvetanov Grigorov
>Assignee: Martin Tzvetanov Grigorov
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Add a new crate/package that shows usage of apache_avro crate as a web 
> assembly in a browser environment.
> The new crate won't be published!
> It will be used only for testing purposes to avoid regressions!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (AVRO-3558) Rust: Add a demo crate that shows usage as WebAssembly

2022-06-30 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17561041#comment-17561041
 ] 

ASF subversion and git services commented on AVRO-3558:
---

Commit 2d31b2b38a8e73aea70b61a1b01a4362eac2b07d in avro's branch 
refs/heads/avro-3558-demo-wasm from Martin Tzvetanov Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=2d31b2b38 ]

AVRO-3558: Rust: Add a demo crate that shows usage as WebAssembly

Signed-off-by: Martin Tzvetanov Grigorov 


> Rust: Add a demo crate that shows usage as WebAssembly
> --
>
> Key: AVRO-3558
> URL: https://issues.apache.org/jira/browse/AVRO-3558
> Project: Apache Avro
>  Issue Type: Test
>  Components: rust
>Reporter: Martin Tzvetanov Grigorov
>Assignee: Martin Tzvetanov Grigorov
>Priority: Minor
>
> Add a new crate/package that shows usage of apache_avro crate as a web 
> assembly in a browser environment.
> The new crate won't be published!
> It will be used only for testing purposes to avoid regressions!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)