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

chore: pepr dashboard tutorial and files #524

Merged
merged 13 commits into from
Feb 2, 2024

Conversation

schaeferka
Copy link
Contributor

@schaeferka schaeferka commented Jan 29, 2024

Description

Tutorial and files needed to create a Pepr dashboard

Related Issue

Fixes #383

Relates to #

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

@schaeferka schaeferka self-assigned this Jan 29, 2024
@schaeferka schaeferka linked an issue Jan 29, 2024 that may be closed by this pull request
@schaeferka schaeferka marked this pull request as draft January 29, 2024 17:56
@codecov-commenter
Copy link

codecov-commenter commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@3f13d4b). Click here to learn what that means.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #524   +/-   ##
=======================================
  Coverage        ?   83.21%           
=======================================
  Files           ?       23           
  Lines           ?      727           
  Branches        ?      123           
=======================================
  Hits            ?      605           
  Misses          ?      114           
  Partials        ?        8           
Flag Coverage Δ
pull_request 83.21% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

@schaeferka schaeferka marked this pull request as ready for review February 1, 2024 22:52
@cmwylie19 cmwylie19 merged commit a39704e into main Feb 2, 2024
11 checks passed
@cmwylie19 cmwylie19 deleted the 383-grafana-dashboard-to-visualize-metrics branch February 2, 2024 02:21
mjnagel referenced this pull request in defenseunicorns/uds-core Feb 6, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pepr](https://togithub.com/defenseunicorns/pepr) | [`0.23.0` ->
`0.24.1`](https://renovatebot.com/diffs/npm/pepr/0.23.0/0.24.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/pepr/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pepr/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pepr/0.23.0/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pepr/0.23.0/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>defenseunicorns/pepr (pepr)</summary>

###
[`v0.24.1`](https://togithub.com/defenseunicorns/pepr/releases/tag/v0.24.1)

[Compare
Source](https://togithub.com/defenseunicorns/pepr/compare/v0.24.0...v0.24.1)

#### What's Changed

- chore: kim -> codeowners by
[@&#8203;cmwylie19](https://togithub.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/548](https://togithub.com/defenseunicorns/pepr/pull/548)
- chore: grammer by [@&#8203;cmwylie19](https://togithub.com/cmwylie19)
in
[https://github.com/defenseunicorns/pepr/pull/550](https://togithub.com/defenseunicorns/pepr/pull/550)

**Full Changelog**:
defenseunicorns/pepr@v0.24.0...v0.24.1

###
[`v0.24.0`](https://togithub.com/defenseunicorns/pepr/releases/tag/v0.24.0)

[Compare
Source](https://togithub.com/defenseunicorns/pepr/compare/v0.23.2...v0.24.0)

#### Features

- feat: removeItemAndDelete by
[@&#8203;cmwylie19](https://togithub.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/547](https://togithub.com/defenseunicorns/pepr/pull/547)

```typescript
When(WebApp)
  .IsDeleted()
  .Mutate(async instance => {
    // Return a promise that is resolved when item is removed from the Pepr Store
    await Store.removeItemAndWait(instance.Raw.metadata.name);
  });
```

#### What's Changed

- fix: validation processor no longer prints \[object Object] in logs by
[@&#8203;btlghrants](https://togithub.com/btlghrants) in
[https://github.com/defenseunicorns/pepr/pull/519](https://togithub.com/defenseunicorns/pepr/pull/519)
- fix: update tutorial title by
[@&#8203;schaeferka](https://togithub.com/schaeferka) in
[https://github.com/defenseunicorns/pepr/pull/523](https://togithub.com/defenseunicorns/pepr/pull/523)
- chore: remove codecov by
[@&#8203;cmwylie19](https://togithub.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/541](https://togithub.com/defenseunicorns/pepr/pull/541)
- chore: pepr dashboard tutorial and files by
[@&#8203;schaeferka](https://togithub.com/schaeferka) in
[https://github.com/defenseunicorns/pepr/pull/524](https://togithub.com/defenseunicorns/pepr/pull/524)
- chore: update tutorial section landing page by
[@&#8203;schaeferka](https://togithub.com/schaeferka) in
[https://github.com/defenseunicorns/pepr/pull/543](https://togithub.com/defenseunicorns/pepr/pull/543)
- chore: failurePolicy to fail default by
[@&#8203;cmwylie19](https://togithub.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/540](https://togithub.com/defenseunicorns/pepr/pull/540)
- chore: cache clear docs by
[@&#8203;cmwylie19](https://togithub.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/539](https://togithub.com/defenseunicorns/pepr/pull/539)
- chore: operator tutorial by
[@&#8203;cmwylie19](https://togithub.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/532](https://togithub.com/defenseunicorns/pepr/pull/532)

***

- chore: bump the development-dependencies group with 4 updates by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/520](https://togithub.com/defenseunicorns/pepr/pull/520)
- chore: bump the development-dependencies group with 1 update by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/525](https://togithub.com/defenseunicorns/pepr/pull/525)
- chore: bump the development-dependencies group with 1 update by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/533](https://togithub.com/defenseunicorns/pepr/pull/533)
- chore: bump peter-murray/workflow-application-token-action from 2 to 3
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/526](https://togithub.com/defenseunicorns/pepr/pull/526)
- chore: bump codecov/codecov-action from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/534](https://togithub.com/defenseunicorns/pepr/pull/534)
- chore: bump the production-dependencies group with 1 update by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/537](https://togithub.com/defenseunicorns/pepr/pull/537)
- chore: bump the development-dependencies group with 1 update by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/538](https://togithub.com/defenseunicorns/pepr/pull/538)

**Full Changelog**:
defenseunicorns/pepr@v0.23.2...v0.24.0

###
[`v0.23.2`](https://togithub.com/defenseunicorns/pepr/releases/tag/v0.23.2)

[Compare
Source](https://togithub.com/defenseunicorns/pepr/compare/v0.23.1...v0.23.2)

#### What's Changed

- fix: pepr build works when running inside npm workspaces by
[@&#8203;btlghrants](https://togithub.com/btlghrants) in
[https://github.com/defenseunicorns/pepr/pull/518](https://togithub.com/defenseunicorns/pepr/pull/518)

**Full Changelog**:
defenseunicorns/pepr@v0.23.1...v0.23.2

###
[`v0.23.1`](https://togithub.com/defenseunicorns/pepr/releases/tag/v0.23.1)

[Compare
Source](https://togithub.com/defenseunicorns/pepr/compare/v0.23.0...v0.23.1)

#### What's Changed

- chore: bump the development-dependencies group with 3 updates by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/507](https://togithub.com/defenseunicorns/pepr/pull/507)
- chore: bump the production-dependencies group with 1 update by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/506](https://togithub.com/defenseunicorns/pepr/pull/506)
- fix: updated \_images links and removed duplicates by
[@&#8203;schaeferka](https://togithub.com/schaeferka) in
[https://github.com/defenseunicorns/pepr/pull/511](https://togithub.com/defenseunicorns/pepr/pull/511)
- chore: bump actions/upload-artifact from 4.2.0 to 4.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/513](https://togithub.com/defenseunicorns/pepr/pull/513)
- chore: doc cleanup by
[@&#8203;cmwylie19](https://togithub.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/505](https://togithub.com/defenseunicorns/pepr/pull/505)
- chore: bump the development-dependencies group with 1 update by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/514](https://togithub.com/defenseunicorns/pepr/pull/514)
- chore: pepr backward compatible by
[@&#8203;cmwylie19](https://togithub.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/515](https://togithub.com/defenseunicorns/pepr/pull/515)

**Full Changelog**:
defenseunicorns/pepr@v0.23.0...v0.23.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
heyrobbb referenced this pull request in owen-grady/uds-core-slim-dev Jun 3, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pepr](https://togithub.com/defenseunicorns/pepr) | [`0.23.0` ->
`0.24.1`](https://renovatebot.com/diffs/npm/pepr/0.23.0/0.24.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/pepr/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pepr/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pepr/0.23.0/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pepr/0.23.0/0.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>defenseunicorns/pepr (pepr)</summary>

###
[`v0.24.1`](https://togithub.com/defenseunicorns/pepr/releases/tag/v0.24.1)

[Compare
Source](https://togithub.com/defenseunicorns/pepr/compare/v0.24.0...v0.24.1)

#### What's Changed

- chore: kim -> codeowners by
[@&#8203;cmwylie19](https://togithub.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/548](https://togithub.com/defenseunicorns/pepr/pull/548)
- chore: grammer by [@&#8203;cmwylie19](https://togithub.com/cmwylie19)
in
[https://github.com/defenseunicorns/pepr/pull/550](https://togithub.com/defenseunicorns/pepr/pull/550)

**Full Changelog**:
defenseunicorns/pepr@v0.24.0...v0.24.1

###
[`v0.24.0`](https://togithub.com/defenseunicorns/pepr/releases/tag/v0.24.0)

[Compare
Source](https://togithub.com/defenseunicorns/pepr/compare/v0.23.2...v0.24.0)

#### Features

- feat: removeItemAndDelete by
[@&#8203;cmwylie19](https://togithub.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/547](https://togithub.com/defenseunicorns/pepr/pull/547)

```typescript
When(WebApp)
  .IsDeleted()
  .Mutate(async instance => {
    // Return a promise that is resolved when item is removed from the Pepr Store
    await Store.removeItemAndWait(instance.Raw.metadata.name);
  });
```

#### What's Changed

- fix: validation processor no longer prints \[object Object] in logs by
[@&#8203;btlghrants](https://togithub.com/btlghrants) in
[https://github.com/defenseunicorns/pepr/pull/519](https://togithub.com/defenseunicorns/pepr/pull/519)
- fix: update tutorial title by
[@&#8203;schaeferka](https://togithub.com/schaeferka) in
[https://github.com/defenseunicorns/pepr/pull/523](https://togithub.com/defenseunicorns/pepr/pull/523)
- chore: remove codecov by
[@&#8203;cmwylie19](https://togithub.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/541](https://togithub.com/defenseunicorns/pepr/pull/541)
- chore: pepr dashboard tutorial and files by
[@&#8203;schaeferka](https://togithub.com/schaeferka) in
[https://github.com/defenseunicorns/pepr/pull/524](https://togithub.com/defenseunicorns/pepr/pull/524)
- chore: update tutorial section landing page by
[@&#8203;schaeferka](https://togithub.com/schaeferka) in
[https://github.com/defenseunicorns/pepr/pull/543](https://togithub.com/defenseunicorns/pepr/pull/543)
- chore: failurePolicy to fail default by
[@&#8203;cmwylie19](https://togithub.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/540](https://togithub.com/defenseunicorns/pepr/pull/540)
- chore: cache clear docs by
[@&#8203;cmwylie19](https://togithub.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/539](https://togithub.com/defenseunicorns/pepr/pull/539)
- chore: operator tutorial by
[@&#8203;cmwylie19](https://togithub.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/532](https://togithub.com/defenseunicorns/pepr/pull/532)

***

- chore: bump the development-dependencies group with 4 updates by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/520](https://togithub.com/defenseunicorns/pepr/pull/520)
- chore: bump the development-dependencies group with 1 update by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/525](https://togithub.com/defenseunicorns/pepr/pull/525)
- chore: bump the development-dependencies group with 1 update by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/533](https://togithub.com/defenseunicorns/pepr/pull/533)
- chore: bump peter-murray/workflow-application-token-action from 2 to 3
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/526](https://togithub.com/defenseunicorns/pepr/pull/526)
- chore: bump codecov/codecov-action from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/534](https://togithub.com/defenseunicorns/pepr/pull/534)
- chore: bump the production-dependencies group with 1 update by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/537](https://togithub.com/defenseunicorns/pepr/pull/537)
- chore: bump the development-dependencies group with 1 update by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/538](https://togithub.com/defenseunicorns/pepr/pull/538)

**Full Changelog**:
defenseunicorns/pepr@v0.23.2...v0.24.0

###
[`v0.23.2`](https://togithub.com/defenseunicorns/pepr/releases/tag/v0.23.2)

[Compare
Source](https://togithub.com/defenseunicorns/pepr/compare/v0.23.1...v0.23.2)

#### What's Changed

- fix: pepr build works when running inside npm workspaces by
[@&#8203;btlghrants](https://togithub.com/btlghrants) in
[https://github.com/defenseunicorns/pepr/pull/518](https://togithub.com/defenseunicorns/pepr/pull/518)

**Full Changelog**:
defenseunicorns/pepr@v0.23.1...v0.23.2

###
[`v0.23.1`](https://togithub.com/defenseunicorns/pepr/releases/tag/v0.23.1)

[Compare
Source](https://togithub.com/defenseunicorns/pepr/compare/v0.23.0...v0.23.1)

#### What's Changed

- chore: bump the development-dependencies group with 3 updates by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/507](https://togithub.com/defenseunicorns/pepr/pull/507)
- chore: bump the production-dependencies group with 1 update by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/506](https://togithub.com/defenseunicorns/pepr/pull/506)
- fix: updated \_images links and removed duplicates by
[@&#8203;schaeferka](https://togithub.com/schaeferka) in
[https://github.com/defenseunicorns/pepr/pull/511](https://togithub.com/defenseunicorns/pepr/pull/511)
- chore: bump actions/upload-artifact from 4.2.0 to 4.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/513](https://togithub.com/defenseunicorns/pepr/pull/513)
- chore: doc cleanup by
[@&#8203;cmwylie19](https://togithub.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/505](https://togithub.com/defenseunicorns/pepr/pull/505)
- chore: bump the development-dependencies group with 1 update by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/defenseunicorns/pepr/pull/514](https://togithub.com/defenseunicorns/pepr/pull/514)
- chore: pepr backward compatible by
[@&#8203;cmwylie19](https://togithub.com/cmwylie19) in
[https://github.com/defenseunicorns/pepr/pull/515](https://togithub.com/defenseunicorns/pepr/pull/515)

**Full Changelog**:
defenseunicorns/pepr@v0.23.0...v0.23.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Grafana Dashboard to visualize metrics
3 participants