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

feat: create nuxt-request-timeline module/playground #1

Merged
merged 16 commits into from
Jun 25, 2024
Merged

Conversation

pmrotule
Copy link
Owner

@pmrotule pmrotule commented Jun 25, 2024

First beta release of the module:

  • Playground that automatically records every request made with the graphql client (urql)
  • The module will print a link in the console on every SSR request. If you click on it, you'll be able to visualize the previous request timeline in a Google Chart at /timeline
  • Allow to enable or disable the module if needed (default to process.env.NODE_ENV !== 'production')
  • Add Github workflows for automatic release using semantic-release

⚠️ Tests are still missing and will be added in a follow-up PR

@pmrotule pmrotule self-assigned this Jun 25, 2024
@pmrotule pmrotule changed the title feat: create module to record/visualize requests feat: create nuxt-request-timeline module/playground Jun 25, 2024
@pmrotule pmrotule merged commit 733d30c into beta Jun 25, 2024
2 checks passed
@pmrotule pmrotule deleted the module-v1 branch June 25, 2024 14:07
pmrotule pushed a commit that referenced this pull request Jun 25, 2024
# 1.0.0-beta.1 (2024-06-25)

### Bug Fixes

* 403 error from github in release workflow ([#2](#2)) ([b32a278](b32a278))
* add token to checkout branch release workflow ([651dcd7](651dcd7))
* use classic github token to fix release workflow ([#5](#5)) ([fff056c](fff056c))
* use default github token to fix release workflow ([#4](#4)) ([f1e1439](f1e1439))

### Features

* create nuxt-request-timeline module/playground ([#1](#1)) ([733d30c](733d30c))
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.

1 participant