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

Updated table to include all tags for source & deploy #89

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Changes from all commits
Commits
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
137 changes: 128 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,134 @@ set-top boxes, consoles, etc.

This repository contains source code and tests of all WMAS Test Runner versions. See the table below for an overview of all important links for each version.

| version | spec | source branch | docker deploy | tests branch | docs |
| --------- | --------------------------------------------------- | ------------------------------------------------------ | ------------------------------------------------------------- | ------------------------------------------------------------ | ---------------------------------------------------------------------- |
| WMAS 2023 | [link](https://www.w3.org/2023/11/webmediaapi.html) | [link](https://github.com/cta-wave/WMAS/tree/wmas2023) | [link](https://github.com/cta-wave/WMAS-deploy/tree/wmas2023) | [link](https://github.com/cta-wave/WMAS/tree/wmas2023-tests) | [link](https://github.com/cta-wave/WMAS/tree/wmas2023/tools/wave/docs) |
| WMAS 2022 | [link](https://www.w3.org/2022/12/webmediaapi.html) | [link](https://github.com/cta-wave/WMAS/tree/wmas2022) | [link](https://github.com/cta-wave/WMAS-deploy/tree/wmas2022) | [link](https://github.com/cta-wave/WMAS/tree/wmas2022-tests) | [link](https://github.com/cta-wave/WMAS/tree/wmas2022/tools/wave/docs) |
| WMAS 2021 | [link](https://www.w3.org/2021/12/webmediaapi.html) | [link](https://github.com/cta-wave/WMAS/tree/wmas2021) | [link](https://github.com/cta-wave/WMAS-deploy/tree/wmas2021) | [link](https://github.com/cta-wave/WMAS/tree/wmas2021-tests) | [link](https://github.com/cta-wave/WMAS/tree/wmas2021/tools/wave/docs) |
| WMAS 2020 | [link](https://www.w3.org/2020/12/webmediaapi.html) | [link](https://github.com/cta-wave/WMAS/tree/wmas2020) | [link](https://github.com/cta-wave/WMAS-deploy/tree/wmas2020) | [link](https://github.com/cta-wave/WMAS/tree/wmas2020-tests) | [link](https://github.com/cta-wave/WMAS/tree/wmas2020/tools/wave/docs) |
| WMAS 2019 | [link](https://www.w3.org/2019/12/webmediaapi.html) | [link](https://github.com/cta-wave/WMAS/tree/wmas2019) | [link](https://github.com/cta-wave/WMAS-deploy/tree/wmas2019) | [link](https://github.com/cta-wave/WMAS/tree/wmas2019-tests) | [link](https://github.com/cta-wave/WMAS/tree/wmas2019/tools/wave/docs) |
| WMAS 2018 | [link](https://www.w3.org/2018/12/webmediaapi.html) | [link](https://github.com/cta-wave/WMAS/tree/wmas2018) | [link](https://github.com/cta-wave/WMAS-deploy/tree/wmas2018) | [link](https://github.com/cta-wave/WMAS/tree/wmas2018-tests) | [link](https://github.com/cta-wave/WMAS/tree/wmas2018/tools/wave/docs) |
| WMAS 2017 | [link](https://www.w3.org/2017/12/webmediaapi.html) | [link](https://github.com/cta-wave/WMAS/tree/wmas2017) | n/a | [link](https://github.com/cta-wave/WMAS/tree/wmas2017-tests) | [link](https://github.com/cta-wave/WMAS/tree/wmas2017#setup) |
<table>
<thead>
<tr>
<th>version</th>
<th>spec</th>
<th>source branch</th>
<th>docker deploy</th>
<th>tests branch</th>
<th>docs</th>
</tr>
</thead>
<tbody>
<tr>
<th>WMAS 2023</th>
<td rowspan="2"><a href="https://www.w3.org/2023/11/webmediaapi.html" rel="nofollow">WMAS2023</a></td>
<td><a href="https://github.com/cta-wave/WMAS/tree/wmas2023">latest 2023 source</a></td>
<td><a href="https://github.com/cta-wave/WMAS-deploy/tree/wmas2023">latest 2023 deploy</a></td>
<td rowspan="2"><a href="https://github.com/cta-wave/WMAS/tree/wmas2023-tests">2023 tests</a></td>
<td rowspan="2"><a href="https://github.com/cta-wave/WMAS/tree/wmas2023/tools/wave/docs">2023 docs</a></td>
</tr>
<tr>
<td>WMAS 2023 v0.1.0 (prerelease)</td>
<td><a href="https://github.com/cta-wave/WMAS/releases/tag/wmas2023-v0.1.0">wmas2023-v0.1.0</a></td>
<td><a href="https://github.com/cta-wave/WMAS-deploy/releases/tag/wmas2023-v0.1.0">wmas2023-deploy-v0.1.0</a></td>
</tr>
<tr>
<th>WMAS 2022</th>
<td rowspan="2"><a href="https://www.w3.org/2022/12/webmediaapi.html" rel="nofollow">WMAS2022</a></td>
<td><a href="https://github.com/cta-wave/WMAS/tree/wmas2022">latest 2022 source</a></td>
<td><a href="https://github.com/cta-wave/WMAS-deploy/tree/wmas2022">latest 2022 deploy</a></td>
<td rowspan="2"><a href="https://github.com/cta-wave/WMAS/tree/wmas2022-tests">2022 tests</a></td>
<td rowspan="2"><a href="https://github.com/cta-wave/WMAS/tree/wmas2022/tools/wave/docs">2022 docs</a></td>
</tr>
<tr>
<td>WMAS 2022 v0.1.0 (prerelease)</td>
<td><a href="https://github.com/cta-wave/WMAS/releases/tag/wmas2022-v0.1.0">wmas2022-v0.1.0</a></td>
<td><a href="https://github.com/cta-wave/WMAS-deploy/releases/tag/wmas2022-v0.1.0">wmas2022-deploy-v0.1.0</a></td>
</tr>
<tr>
<th>WMAS 2021</th>
<td rowspan="2"><a href="https://www.w3.org/2021/12/webmediaapi.html" rel="nofollow">WMAS2021</a></td>
<td><a href="https://github.com/cta-wave/WMAS/tree/wmas2021">latest 2021 source</a></td>
<td><a href="https://github.com/cta-wave/WMAS-deploy/tree/wmas2021">latest 2021 deploy</a></td>
<td rowspan="2"><a href="https://github.com/cta-wave/WMAS/tree/wmas2021-tests">2021 tests</a></td>
<td rowspan="2"><a href="https://github.com/cta-wave/WMAS/tree/wmas2021/tools/wave/docs">2021 docs</a></td>
</tr>
<tr>
<td>WMAS 2021 v1.0.0</td>
<td><a href="https://github.com/cta-wave/WMAS/releases/tag/wmas2021-v1.0.0">wmas2021-v1.0.0</a></td>
<td><a href="https://github.com/cta-wave/WMAS-deploy/releases/tag/wmas2021-v1.0.0">wmas2021-deploy-v1.0.0</a></td>
</tr>
<tr>
<th>WMAS 2020</th>
<td rowspan="3"><a href="https://www.w3.org/2020/12/webmediaapi.html" rel="nofollow">WMAS2020</a></td>
<td><a href="https://github.com/cta-wave/WMAS/tree/wmas2020">latest 2020 source</a></td>
<td><a href="https://github.com/cta-wave/WMAS-deploy/tree/wmas2020">latest 2020 deploy</a></td>
<td rowspan="3"><a href="https://github.com/cta-wave/WMAS/tree/wmas2020-tests">2020 tests</a></td>
<td rowspan="3"><a href="https://github.com/cta-wave/WMAS/tree/wmas2020/tools/wave/docs">2020 docs</a></td>
</tr>
<tr>
<td>WMAS 2020 v1.1.0</td>
<td><a href="https://github.com/cta-wave/WMAS/releases/tag/wmas2020-v1.1.0">wmas2020-v1.1.0</a></td>
<td><a href="https://github.com/cta-wave/WMAS-deploy/releases/tag/wmas2020-v1.1.0">wmas2020-deploy-v1.1.0</a></td>
</tr>
<tr>
<td>WMAS 2020 v1.0.0</td>
<td><a href="https://github.com/cta-wave/WMAS/releases/tag/wmas2020-v1.0.0">wmas2020-v1.0.0</a></td>
<td><a href="https://github.com/cta-wave/WMAS-deploy/releases/tag/wmas2020-v1.0.0">wmas2020-deploy-v1.0.0</a></td>
</tr>
<tr>
<th>WMAS 2019</th>
<td rowspan="3"><a href="https://www.w3.org/2019/12/webmediaapi.html" rel="nofollow">WMAS2019</a></td>
<td><a href="https://github.com/cta-wave/WMAS/tree/wmas2019">latest 2019 source</a></td>
<td><a href="https://github.com/cta-wave/WMAS-deploy/tree/wmas2019">latest 2019 deploy</a></td>
<td rowspan="3"><a href="https://github.com/cta-wave/WMAS/tree/wmas2019-tests">2019 tests</a></td>
<td rowspan="3"><a href="https://github.com/cta-wave/WMAS/tree/wmas2019/tools/wave/docs">2019 docs</a></td>
</tr>
<tr>
<td>WMAS 2019 v1.1.0</td>
<td><a href="https://github.com/cta-wave/WMAS/releases/tag/wmas2019-v1.1.0">wmas2019-v1.1.0</a></td>
<td><a href="https://github.com/cta-wave/WMAS-deploy/releases/tag/wmas2019-v1.1.0">wmas2019-deploy-v1.1.0</a></td>
</tr>
<tr>
<td>WMAS 2019 v1.0.0</td>
<td><a href="https://github.com/cta-wave/WMAS/releases/tag/wmas2019-v1.0.0">wmas2019-v1.0.0</a></td>
<td><a href="https://github.com/cta-wave/WMAS-deploy/releases/tag/wmas2019-v1.0.0">wmas2019-deploy-v1.0.0</a></td>
</tr>
<tr>
<tr>
<th>WMAS 2018</th>
<td rowspan="5"><a href="https://www.w3.org/2018/12/webmediaapi.html" rel="nofollow">WMAS2018</a></td>
<td><a href="https://github.com/cta-wave/WMAS/tree/wmas2018">latest 2018 source</a></td>
<td><a href="https://github.com/cta-wave/WMAS-deploy/tree/wmas2018">latest 2018 deploy</a></td>
<td rowspan="5"><a href="https://github.com/cta-wave/WMAS/tree/wmas2018-tests">2018 tests</a></td>
<td rowspan="5"><a href="https://github.com/cta-wave/WMAS/tree/wmas2018/tools/wave/docs">2018 docs</a></td>
</tr>
<tr>
<td>WMAS 2018 v1.1.0</td>
<td><a href="https://github.com/cta-wave/WMAS/releases/tag/wmas2018-v1.1.0">wmas2018-v1.1.0</a></td>
<td><a href="https://github.com/cta-wave/WMAS-deploy/releases/tag/wmas2018-v1.1.0">wmas2018-deploy-v1.1.0</a></td>
</tr>
<tr>
<td>WMAS 2018 v1.0.2</td>
<td><a href="https://github.com/cta-wave/WMAS/releases/tag/wmas2018-v1.0.2">wmas2018-v1.0.2</a></td>
<td><a href="https://github.com/cta-wave/WMAS-deploy/releases/tag/wmas2018-v1.0.2">wmas2018-deploy-v1.0.2</a></td>
</tr>
<tr>
<td>WMAS 2018 v1.0.1</td>
<td><a href="https://github.com/cta-wave/WMAS/releases/tag/wmas2018-v1.0.1">wmas2018-v1.0.1</a></td>
<td><a href="https://github.com/cta-wave/WMAS-deploy/releases/tag/wmas2018-v1.0.1">wmas2018-deploy-v1.0.1</a></td>
</tr>
<tr>
<td>WMAS 2018 v1.0.0</td>
<td><a href="https://github.com/cta-wave/WMAS/releases/tag/wmas2018-v1.0.0">wmas2018-v1.0.0</a></td>
<td><a href="https://github.com/cta-wave/WMAS-deploy/releases/tag/wmas2018-v1.0.0">wmas2018-deploy-v1.0.0</a></td>
</tr>
<tr>
<th>WMAS 2017</th>
<td><a href="https://www.w3.org/2017/12/webmediaapi.html" rel="nofollow">WMAS2017</a></td>
<td><a href="https://github.com/cta-wave/WMAS/tree/wmas2017">latest 2017 source</a></td>
<td>n/a</td>
<td><a href="https://github.com/cta-wave/WMAS/tree/wmas2017-tests">2017 tests</a></td>
<td><a href="https://github.com/cta-wave/WMAS/tree/wmas2017#setup">2017 docs</a></td>
</tr>
</tbody>
</table>

**Release Schedule as of 2024:** New tags are created on the 7th day of each quarter when updates have been made during the previous quarter. Tags for both the source and deploy codebases are kept in sync.

# Architecture

Expand Down