Skip to content

Commit

Permalink
Merge branch 'master' into 511-build-page-reports-invalid-error-statu…
Browse files Browse the repository at this point in the history
…s-while-the-build-is-running
  • Loading branch information
munishchouhan authored Aug 23, 2024
2 parents 57ecd0c + 5cbd67a commit d85783e
Show file tree
Hide file tree
Showing 30 changed files with 1,243 additions and 486 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.4
1.11.0
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Wave changelog
1.11.0 - 23 Aug 2024
- added /v1alpha2/container/{containerId} (#609) [5221b5a0]
- Improve contaiener view page (#615) [9e15b455]
- Fix too many requests error code (#610) [cc9fa23f]
- Add trusted builds timeout (#600) [7500fc5f]
- Change k8s Job deletion to foreground pods propagation (#595) [816bd6b4]

1.10.4 - 6 Aug 2024
- Fix Prevent NPE when creds are empty [14f0476d]
- Remove ContentReader and ContentReaderFactory classes (#584) [f05623a2]
Expand Down
14 changes: 14 additions & 0 deletions docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ title: API reference

This page summarizes the API provided by the Wave container service.

**API limits**

The Wave service implements API rate limits for API calls. Authenticated users have higher rate limits than anonymous users.

If an access token is provided, the following rate limits apply:

- 100 container builds per hour
- 1,000 container pulls per minute

If an access token isn't provided, the following rate limits apply:

- 25 container builds per day
- 250 container pulls per hour

## POST `/container-token`

Deprecated endpoint allows you to submit a request to access a private container registry via Wave, or build a container image on-the-fly with a Dockerfile or Conda recipe file.
Expand Down
28 changes: 0 additions & 28 deletions docs/cli/build-conda.mdx

This file was deleted.

34 changes: 0 additions & 34 deletions docs/cli/build-directory.mdx

This file was deleted.

60 changes: 0 additions & 60 deletions docs/cli/build-docker.mdx

This file was deleted.

31 changes: 0 additions & 31 deletions docs/cli/build-freeze.mdx

This file was deleted.

47 changes: 0 additions & 47 deletions docs/cli/build-singularity.mdx

This file was deleted.

29 changes: 0 additions & 29 deletions docs/cli/build-spack.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion docs/cli/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Wave CLI
title: CLI overview
---

The Wave CLI is a convenient wrapper around the Wave API.
Expand Down
41 changes: 0 additions & 41 deletions docs/cli/install.mdx

This file was deleted.

Loading

0 comments on commit d85783e

Please sign in to comment.