Skip to content

Commit

Permalink
Add profile download button to invocation page
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenmj committed Oct 7, 2024
1 parent e8dcac3 commit d81fcb3
Show file tree
Hide file tree
Showing 41 changed files with 1,718 additions and 1,017 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea/
.vscode/
buildportal.db*
bep-files/
blob-archive/
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ go run ../cmd/bb_portal/main.go --bind-http=:9091 --bind-grpc=:9092 &
NEXT_PUBLIC_BES_BACKEND_URL=http://localhost:9091 NEXT_PUBLIC_BES_GRPC_BACKEND_URL=grpc://localhost:9092 npm run dev
```

### Download blobs through bb-browser

You can supply a URL to bb-browser, which is used to create links for downloading blobs:

```
NEXT_PUBLIC_BROWSER_URL=browser.example.com npm run dev
```

Currently this is used to download the build profile.

## Using the Application

Go to http://localhost:8081.
Expand Down
13 changes: 12 additions & 1 deletion ent/gen/ent/bazelinvocation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions ent/gen/ent/bazelinvocation/bazelinvocation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 70 additions & 0 deletions ent/gen/ent/bazelinvocation/where.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions ent/gen/ent/bazelinvocation_create.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions ent/gen/ent/bazelinvocation_update.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 54 additions & 0 deletions ent/gen/ent/gql_where_input.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions ent/gen/ent/migrate/schema.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d81fcb3

Please sign in to comment.