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

Locust UI as a Module #2804

Merged
merged 31 commits into from
Aug 1, 2024

Conversation

andrewbaldwin44
Copy link
Collaborator

Proposal

  • Create and expose a library build for the Locust UI. This will allow for further extending the web ui's functionality by providing custom components to render in tabs
  • Add documentation for using Locust UI as a module

docs/extending-locust.rst Outdated Show resolved Hide resolved
locust/webui/README.md Outdated Show resolved Hide resolved
locust/webui/README.md Outdated Show resolved Hide resolved
@andrewbaldwin44 andrewbaldwin44 force-pushed the feature/dashboard-as-module branch 3 times, most recently from 8f54a82 to a3eb9c0 Compare July 15, 2024 18:32
locust/webui/README.md Outdated Show resolved Hide resolved
@andrewbaldwin44 andrewbaldwin44 force-pushed the feature/dashboard-as-module branch 3 times, most recently from 1804212 to 476547c Compare July 16, 2024 14:06
@andrewbaldwin44 andrewbaldwin44 marked this pull request as ready for review July 16, 2024 14:43
@andrewbaldwin44 andrewbaldwin44 force-pushed the feature/dashboard-as-module branch 2 times, most recently from 56df7c4 to 26e7e71 Compare July 25, 2024 16:08
@andrewbaldwin44 andrewbaldwin44 force-pushed the feature/dashboard-as-module branch from a35eb31 to 3f9fe04 Compare July 31, 2024 20:33
@andrewbaldwin44 andrewbaldwin44 force-pushed the feature/dashboard-as-module branch from 3f9fe04 to 7feee72 Compare August 1, 2024 13:36
@cyberw cyberw merged commit 45c6166 into locustio:master Aug 1, 2024
14 checks passed
@andrewbaldwin44 andrewbaldwin44 mentioned this pull request Aug 2, 2024
apereocas-bot referenced this pull request in apereo/cas Aug 5, 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 |
|---|---|---|---|---|---|
| [locust](https://locust.io/) ([source](https://togithub.com/locustio/locust)) | `==2.30.0` -> `==2.31.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/locust/2.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/locust/2.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/locust/2.30.0/2.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/locust/2.30.0/2.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>locustio/locust (locust)</summary>

### [`v2.31.1`](https://togithub.com/locustio/locust/blob/HEAD/CHANGELOG.md#2311-2024-08-05)

[Compare Source](https://togithub.com/locustio/locust/compare/2.31.0...2.31.1)

[Full Changelog](https://togithub.com/locustio/locust/compare/2.31.0...2.31.1)

**Merged pull requests:**

-   Fix issue with downloading HTML report, update package.json for webui build [#&#8203;2834](https://togithub.com/locustio/locust/pull/2834) ([andrewbaldwin44](https://togithub.com/andrewbaldwin44))

### [`v2.31.0`](https://togithub.com/locustio/locust/releases/tag/2.31.0)

#### What's Changed

-   Fix HTML Report Stats Table by [@&#8203;andrewbaldwin44](https://togithub.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2817](https://togithub.com/locustio/locust/pull/2817)
-   URL Directory, and Multi-File Support for Locustfile Distribution by [@&#8203;andrewbaldwin44](https://togithub.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2766](https://togithub.com/locustio/locust/pull/2766)
-   Locust UI Charts Should Change Color Based on Theme by [@&#8203;andrewbaldwin44](https://togithub.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2815](https://togithub.com/locustio/locust/pull/2815)
-   Locust UI as a Module by [@&#8203;andrewbaldwin44](https://togithub.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2804](https://togithub.com/locustio/locust/pull/2804)
-   Integrations for Locust Cloud by [@&#8203;andrewbaldwin44](https://togithub.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2824](https://togithub.com/locustio/locust/pull/2824)
-   Simplify fixed_count Users generation in UsersDispatcher.\_user_gen by [@&#8203;tdadela](https://togithub.com/tdadela) in [https://github.com/locustio/locust/pull/2783](https://togithub.com/locustio/locust/pull/2783)
-   Log a message if total fixed_count is higher than number of users to spawn by [@&#8203;cyberw](https://togithub.com/cyberw) in [https://github.com/locustio/locust/pull/2793](https://togithub.com/locustio/locust/pull/2793)
-   Bump Node by [@&#8203;andrewbaldwin44](https://togithub.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2825](https://togithub.com/locustio/locust/pull/2825)
-   Improve Echarts and Expose Line and Axis Configuration by [@&#8203;andrewbaldwin44](https://togithub.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2826](https://togithub.com/locustio/locust/pull/2826)
-   Github Actions: Use node 20.x (fix PyPI Release and pre-Release Steps) by [@&#8203;andrewbaldwin44](https://togithub.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2828](https://togithub.com/locustio/locust/pull/2828)
-   Fix docker build for release by [@&#8203;cyberw](https://togithub.com/cyberw) in [https://github.com/locustio/locust/pull/2830](https://togithub.com/locustio/locust/pull/2830)

**Full Changelog**: locustio/locust@2.30.0...2.31.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am every weekday" (UTC), Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/apereo/cas).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbIkJvdCIsIlJlbm92YXRlIl19-->
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.

2 participants