[jira] [Updated] (CASSANDRA-16913) Fix incorrect UI bundle URL in content Dockerfile

2021-12-09 Thread Michael Semb Wever (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Semb Wever updated CASSANDRA-16913:
---
  Fix Version/s: 4.0.2
 4.1
Source Control Link: 
https://github.com/apache/cassandra-website/commit/f6385794ff962c11365aebbfed90da6717770bf1
 Resolution: Fixed
 Status: Resolved  (was: Ready to Commit)

Committed as 
[f6385794ff962c11365aebbfed90da6717770bf1|https://github.com/apache/cassandra-website/commit/f6385794ff962c11365aebbfed90da6717770bf1].

> Fix incorrect UI bundle URL in content Dockerfile
> -
>
> Key: CASSANDRA-16913
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16913
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: Anthony Grasso
>Assignee: Michael Semb Wever
>Priority: High
>  Labels: pull-request-available
> Fix For: 4.0.2, 4.1
>
>
> We need to change the UI bundle URL in the content container Dockerfile to 
> point to a UI bundle that contains the correct site styling.
> The URL to the bundle can be updated only after an initial version of the UI 
> bundle is tagged and released on the cassandra-website.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16913) Fix incorrect UI bundle URL in content Dockerfile

2021-12-09 Thread Michael Semb Wever (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Semb Wever updated CASSANDRA-16913:
---
Reviewers: Michael Semb Wever
   Status: Review In Progress  (was: Patch Available)

> Fix incorrect UI bundle URL in content Dockerfile
> -
>
> Key: CASSANDRA-16913
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16913
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: Anthony Grasso
>Assignee: Michael Semb Wever
>Priority: High
>  Labels: pull-request-available
>
> We need to change the UI bundle URL in the content container Dockerfile to 
> point to a UI bundle that contains the correct site styling.
> The URL to the bundle can be updated only after an initial version of the UI 
> bundle is tagged and released on the cassandra-website.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16913) Fix incorrect UI bundle URL in content Dockerfile

2021-12-09 Thread Michael Semb Wever (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Semb Wever updated CASSANDRA-16913:
---
Status: Ready to Commit  (was: Review In Progress)

> Fix incorrect UI bundle URL in content Dockerfile
> -
>
> Key: CASSANDRA-16913
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16913
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: Anthony Grasso
>Assignee: Michael Semb Wever
>Priority: High
>  Labels: pull-request-available
>
> We need to change the UI bundle URL in the content container Dockerfile to 
> point to a UI bundle that contains the correct site styling.
> The URL to the bundle can be updated only after an initial version of the UI 
> bundle is tagged and released on the cassandra-website.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16913) Fix incorrect UI bundle URL in content Dockerfile

2021-12-07 Thread Anthony Grasso (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anthony Grasso updated CASSANDRA-16913:
---
Test and Documentation Plan: 
This patch can be tested unmodified only in trunk. To test this prior to 
merging the following steps need to be carried out:

*Step 1. Update the site-content Dockerfile*

Line 101 in 
[{_}site-content/Dockerfile{_}|https://github.com/apache/cassandra-website/pull/83/files#diff-8cc2a785e932313a6af6611160310af9ff43eadb31a4e08ac5edc523b9d6a04fR101]
 will need to be changed as follows.
{code:java}
ENV 
ANTORA_UI_BUNDLE_URL="https://github.com/ossarga/cassandra-website/raw/CASSANDRA-16913_fix_ui_bundle_url/site-ui/build/ui-bundle.zip"{code}
 

*Step 2. Delete local container and build cache*

Run the following commands to delete the container from Docker on the local 
machine and reset the build cache.
{code:java}
$ docker rmi apache/cassandra-website
$ docker builder prune {code}
 

*Step 3. Build the website*

Run the following command to build the Apache Cassandra website. This will 
cause a new site-content Docker container to be built prior to building the 
website.
{code:java}
 $ ./run.sh website build{code}
This will render the website and place the generated HTML into 
{_}site-content/build/html/{_}.
 Status: Patch Available  (was: In Progress)

Patch available in Pull request 
[#83|https://github.com/apache/cassandra-website/pull/83]

> Fix incorrect UI bundle URL in content Dockerfile
> -
>
> Key: CASSANDRA-16913
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16913
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: Anthony Grasso
>Assignee: Anthony Grasso
>Priority: High
>  Labels: pull-request-available
>
> We need to change the UI bundle URL in the content container Dockerfile to 
> point to a UI bundle that contains the correct site styling.
> The URL to the bundle can be updated only after an initial version of the UI 
> bundle is tagged and released on the cassandra-website.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16913) Fix incorrect UI bundle URL in content Dockerfile

2021-12-07 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated CASSANDRA-16913:
---
Labels: pull-request-available  (was: )

> Fix incorrect UI bundle URL in content Dockerfile
> -
>
> Key: CASSANDRA-16913
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16913
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: Anthony Grasso
>Assignee: Anthony Grasso
>Priority: High
>  Labels: pull-request-available
>
> We need to change the UI bundle URL in the content container Dockerfile to 
> point to a UI bundle that contains the correct site styling.
> The URL to the bundle can be updated only after an initial version of the UI 
> bundle is tagged and released on the cassandra-website.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16913) Fix incorrect UI bundle URL in content Dockerfile

2021-12-07 Thread Anthony Grasso (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anthony Grasso updated CASSANDRA-16913:
---
Change Category: Operability
 Complexity: Low Hanging Fruit
   Priority: High  (was: Normal)
 Status: Open  (was: Triage Needed)

> Fix incorrect UI bundle URL in content Dockerfile
> -
>
> Key: CASSANDRA-16913
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16913
> Project: Cassandra
>  Issue Type: Task
>  Components: Documentation/Website
>Reporter: Anthony Grasso
>Assignee: Anthony Grasso
>Priority: High
>
> We need to change the UI bundle URL in the content container Dockerfile to 
> point to a UI bundle that contains the correct site styling.
> The URL to the bundle can be updated only after an initial version of the UI 
> bundle is tagged and released on the cassandra-website.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org