Skip to content

Commit

Permalink
Merge branch 'master' into logic
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Vishal <[email protected]>
  • Loading branch information
vishalvivekm authored Nov 1, 2024
2 parents f745e9f + 58de102 commit 59e5b85
Show file tree
Hide file tree
Showing 32 changed files with 482 additions and 7 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/discussion-data-files-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Discussion data files update

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' #runs every day at midnight

jobs:
update:
runs-on: ubuntu-latest
if: github.repository == 'layer5io/docs'
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Fetch discussions data for kanvas tag
run: curl https://discuss.layer5.io/tag/kanvas.json -o data/kanvas_discuss.json

- name: Pull changes from remote
run: git pull origin master

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_user_name: Discuss bot
commit_user_email: [email protected]
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
commit_options: "--signoff"
commit_message: "latest discussion data files added"
branch: master
2 changes: 1 addition & 1 deletion build/meshery-cloud.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.8.42
v0.8.53
2 changes: 1 addition & 1 deletion build/meshery-extensions.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.7.128-2
v0.7.131-2
26 changes: 26 additions & 0 deletions content/en/cloud/reference/releases/v0.8.45.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: v0.8.45
date: 2024-10-30T10:50:16Z
tag: v0.8.45
prerelease: false
---

## What's New
## 🔤 General
## 💻 Server

- fix Migration for keys w/signoff @Jougan-0 (#2884)

## 🦴 Infrastructure

- fix Migration for keys w/signoff @Jougan-0 (#2884)

## 🐛 Bug Fixes

- fix Migration for keys w/signoff @Jougan-0 (#2884)

## 👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@Jougan-0, @l5io and @leecalcote

20 changes: 20 additions & 0 deletions content/en/cloud/reference/releases/v0.8.46.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: v0.8.46
date: 2024-10-30T19:12:46Z
tag: v0.8.46
prerelease: false
---

## What's New
## 🔤 General
## 🖥 Cloud UI

- Add Kanvas icon and remove Meshmap icon @leecalcote (#2886)
- fix: open catalog detail page into new tab @amitamrutiya (#2885)
- Convert catalog detail page into separate sistent component @amitamrutiya (#2874)

## 👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and @leecalcote

18 changes: 18 additions & 0 deletions content/en/cloud/reference/releases/v0.8.47.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: v0.8.47
date: 2024-10-31T03:19:18Z
tag: v0.8.47
prerelease: false
---

## What's New
## 🔤 General
## 🖥 Cloud UI

- Enhance carousel images on initial flow pages @leecalcote (#2887)

## 👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@l5io and @leecalcote

19 changes: 19 additions & 0 deletions content/en/cloud/reference/releases/v0.8.48.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: v0.8.48
date: 2024-10-31T03:52:31Z
tag: v0.8.48
prerelease: false
---

## What's New
## 🔤 General
## 🖥 Cloud UI

- fix: academy page broken issue @amitamrutiya (#2888)
- Enhance carousel images on initial flow pages @leecalcote (#2887)

## 👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and @leecalcote

16 changes: 16 additions & 0 deletions content/en/cloud/reference/releases/v0.8.50.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: v0.8.50
date: 2024-10-31T15:17:14Z
tag: v0.8.50
prerelease: false
---

## What's New
## 🔤 General
* Refactor carousel images and update UI text across flow pages

## 👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@l5io

18 changes: 18 additions & 0 deletions content/en/cloud/reference/releases/v0.8.51.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: v0.8.51
date: 2024-10-31T15:40:16Z
tag: v0.8.51
prerelease: false
---

## What's New
## 🔤 General
## 🖥 Cloud UI

- Refactor carousel images and update UI text across flow pages @leecalcote (#2891)

## 👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@l5io and @leecalcote

18 changes: 18 additions & 0 deletions content/en/cloud/reference/releases/v0.8.52.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: v0.8.52
date: 2024-10-31T16:41:59Z
tag: v0.8.52
prerelease: false
---

## What's New
## 🔤 General
## 🖥 Cloud UI

- Flow Page Enhancement @leecalcote (#2892)

## 👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@l5io and @leecalcote

26 changes: 26 additions & 0 deletions content/en/cloud/reference/releases/v0.8.53.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: v0.8.53
date: 2024-11-01T07:19:19Z
tag: v0.8.53
prerelease: false
---

## What's New
## 🔤 General
## 🖥 Cloud UI

- Icon update @TraXIcoN (#2889)

## 💻 Server

- test: fix the email format @jerensl (#2901)

## 🐛 Bug Fixes

- test: fix the email format @jerensl (#2901)

## 👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@TraXIcoN, @jerensl, @l5io and @leecalcote

8 changes: 8 additions & 0 deletions content/en/kanvas/reference/releases/v0.7.129-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: v0.7.129-1
date: 2024-10-30T12:28:48Z
tag: v0.7.129-1
prerelease: false
---

null
27 changes: 27 additions & 0 deletions content/en/kanvas/reference/releases/v0.7.131-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: v0.7.131-1
date: 2024-10-31T17:36:14Z
tag: v0.7.131-1
prerelease: false
---

## What's New
## 🔤 General
## 🖌️ Designer

- remove open in playground button from catalog detail modal @amitamrutiya (#3080)
- fix spacing issue in the component picker @amitamrutiya (#3081)
- enhance image and text animations @leecalcote (#3078)
- dock animation dev files + select tool animation @leecalcote (#3077)
- Refined animations @leecalcote (#3076)
- fix: technology icon not show in the catalog menu issue @amitamrutiya (#3075)
- Added Reusable Draggable/resizable panel and Tutorials panel @aabidsofi19 (#3072)

## 🐛 Bug Fixes

- fix: technology icon not show in the catalog menu issue @amitamrutiya (#3075)

## 👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @leecalcote
17 changes: 17 additions & 0 deletions content/en/kanvas/reference/releases/v0.7.131-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: v0.7.131-2
date: 2024-11-01T04:36:51Z
tag: v0.7.131-2
prerelease: false
---

## What's New
## 🔤 General
## 🖌️ Designer

- [Tutorials] Two more categories and sample content @leecalcote (#3082)

## 👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@l5io and @leecalcote
1 change: 1 addition & 0 deletions data/kanvas_discuss.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions layouts/docs/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ <h1>{{ .Title }}</h1>
{{- partial "disqus-comment.html" . -}}
{{ end -}}{{ partial "pager.html" . }}
{{ partial "page-meta-lastmod.html" . -}}
{{ partial "recent-discussions.html" . -}}
</div>
{{ end -}}
5 changes: 4 additions & 1 deletion layouts/docs/single.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{{ define "main" }}
{{ partial "feature-info.html" . }}
{{ .Render "content" }}
{{ end }}
<div style="margin-top:2rem;">
{{ partial "recent-discussions.html" . }}
</div>
{{ end }}
3 changes: 0 additions & 3 deletions layouts/partials/feature-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@
<h4 class="matterheader">Who can use this feature</h4>

<div class="plan-support all-plans {{ lower $maxTier }}-plan">

<img src="/images/subscription.svg" alt="Icon" class="support-icon adaptive-icon" data-modal="false" >

Supported on <a href="https://layer5.io/pricing" class="tier-link" target="_blank"><span class="tier">{{ $maxTier

}}</span> </a>Plan
Expand Down Expand Up @@ -99,6 +97,5 @@ <h4 class="matterheader">Who can use this feature</h4>
</div>

{{ end }}

{{ end }}

29 changes: 29 additions & 0 deletions layouts/partials/recent-discussions.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{{ if eq .Section "kanvas" }}
<h2>Recent Discussions on Kanvas</h2>
<ul>
{{ with site.Data.kanvas_discuss }}
{{ $users := .users }}
{{ $topics := sort .topic_list.topics "last_posted_at" "desc" }}

{{ range first 8 $topics }}
<li style="line-height:1.75rem;padding:0.3rem 0.4rem;">
<span>
{{ dateFormat "Jan 02" .created_at }} |
</span>
<a href="http://discuss.meshery.io/t/{{ index .topics 0 | urlize }}{{ .id }}">
{{ .title }}
</a>
<span>
{{ $posterId := (index .posters 0).user_id }}
{{ range $users }}
{{ if eq .id $posterId }}
{{ $author := .name }}
by {{ $author }}
{{ end }}
{{ end }}
</span>
</li>
{{ end }}
{{ end }}
</ul>
{{ end }}
Loading

0 comments on commit 59e5b85

Please sign in to comment.