Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: parca-dev/parca
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ui-v0.13.9
Choose a base ref
...
head repository: parca-dev/parca
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ui-v0.13.10
Choose a head ref
  • 7 commits
  • 73 files changed
  • 3 contributors

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    b24ba06 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. build: Add race detector build flag (#1177)

    Add race detector flag
    
    ```
    [javierhonduco@computer parca]$ make go/bin ENABLE_RACE=yes
    go mod tidy
    mkdir -p ./bin
    go build -race -tags purego -o bin/ ./cmd/parca
    [javierhonduco@computer parca]$ make go/test ENABLE_RACE=yes
    go test -race -v `go list ./...`
    
    ```
    javierhonduco authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    f635655 View commit details
    Browse the repository at this point in the history
  2. *: Fix lints

    brancz committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    94c82e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a70916d View commit details
    Browse the repository at this point in the history
  4. proto: Check in pprof proto

    brancz committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    28e6159 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1178 from parca-dev/metastorepb

    *: Refactor metastore to be a gRPC service
    brancz authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    e9119b5 View commit details
    Browse the repository at this point in the history
  6. ui-v0.13.10

    brancz committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    33ed9f7 View commit details
    Browse the repository at this point in the history
Loading