You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@submarine.apache.org by GitBox <gi...@apache.org> on 2021/10/12 13:20:52 UTC

[GitHub] [submarine] joshvictor1024 opened a new pull request #777: SUBMARINE-1044. Migrate previous release notes

joshvictor1024 opened a new pull request #777:
URL: https://github.com/apache/submarine/pull/777


   ### What is this PR for?
   <!-- A few sentences describing the overall goals of the pull request's commits.
   First time? Check out the contributing guide - https://submarine.apache.org/contribution/contributions.html
   -->
   
   Move release notes from https://submarine.apache.org/docs/releases/submarine-release-0.2.0 etc. to https://submarine.apache.org/versions
   
   ### What type of PR is it?
   
   [Improvement]
   
   ### Todos
   
   ### What is the Jira issue?
   <!-- * Open an issue on Jira https://issues.apache.org/jira/browse/SUBMARINE/
   * Put link here, and add [SUBMARINE-*Jira number*] in PR title, eg. `SUBMARINE-23. PR title`
   -->
   
   https://issues.apache.org/jira/browse/SUBMARINE-1044
   
   ### How should this be tested?
   <!--
   * First time? Setup Travis CI as described on https://submarine.apache.org/contribution/contributions.html#continuous-integration
   * Strongly recommended: add automated unit tests for any new or changed behavior
   * Outline any manual steps to test the PR here.
   -->
   
   Run the development server locally. See [`website/README`](https://github.com/apache/submarine/blob/master/website/README.md)
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Do the license files need updating? No
   * Are there breaking changes for older versions? No
   * Does this need new documentation? No
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [submarine] joshvictor1024 commented on pull request #777: SUBMARINE-1044. Migrate previous release notes

Posted by GitBox <gi...@apache.org>.
joshvictor1024 commented on pull request #777:
URL: https://github.com/apache/submarine/pull/777#issuecomment-941014218


   @KUAN-HSUN-LI could you take a look? Thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [submarine] asfgit closed pull request #777: SUBMARINE-1044. Migrate previous release notes

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #777:
URL: https://github.com/apache/submarine/pull/777


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [submarine] joshvictor1024 commented on pull request #777: SUBMARINE-1044. Migrate previous release notes

Posted by GitBox <gi...@apache.org>.
joshvictor1024 commented on pull request #777:
URL: https://github.com/apache/submarine/pull/777#issuecomment-944837014


   @pingsutw The broken links in the release pages should be fixed now. Please take a look, thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [submarine] pingsutw commented on pull request #777: SUBMARINE-1044. Migrate previous release notes

Posted by GitBox <gi...@apache.org>.
pingsutw commented on pull request #777:
URL: https://github.com/apache/submarine/pull/777#issuecomment-944406221


   CI failed to build the docs. 
   ```
   Exhaustive list of all broken links found:
   
   - On source page path = /releases/submarine-release-0.2.0:
      -> linking to ../download (resolved as: /download)
      -> linking to ../community/README (resolved as: /community/README)
   
   - On source page path = /releases/submarine-release-0.3.0:
      -> linking to ../download (resolved as: /download)
      -> linking to ../community/README (resolved as: /community/README)
   
   - On source page path = /releases/submarine-release-0.4.0:
      -> linking to ../download (resolved as: /download)
      -> linking to ../community/README (resolved as: /community/README)
   
   - On source page path = /releases/submarine-release-0.5.0:
      -> linking to ../download (resolved as: /download)
      -> linking to ../community/README (resolved as: /community/README)
   
   - On source page path = /releases/submarine-release-0.6.0:
      -> linking to ../download (resolved as: /download)
      -> linking to ../community/README (resolved as: /community/README)
   
       at Object.reportMessage (/home/runner/work/submarine/submarine/website/node_modules/@docusaurus/utils/lib/index.js:440:19)
       at Object.handleBrokenLinks (/home/runner/work/submarine/submarine/website/node_modules/@docusaurus/core/lib/server/brokenLinks.js:142:17)
       at processTicksAndRejections (internal/process/task_queues.js:97:5)
       at async buildLocale (/home/runner/work/submarine/submarine/website/node_modules/@docusaurus/core/lib/commands/build.js:150:5)
       at async tryToBuildLocale (/home/runner/work/submarine/submarine/website/node_modules/@docusaurus/core/lib/commands/build.js:32:28)
       at async Object.mapAsyncSequencial (/home/runner/work/submarine/submarine/website/node_modules/@docusaurus/utils/lib/index.js:396:24)
       at async build (/home/runner/work/submarine/submarine/website/node_modules/@docusaurus/core/lib/commands/build.js:58:25)
   npm ERR! code ELIFECYCLE
   npm ERR! errno 1
   npm ERR! website@0.0.0 build: `docusaurus build`
   npm ERR! Exit status 1
   ```
   Could you take a look?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org