Skip to content

Fix firefox blocked put #354

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

Merged
merged 3 commits into from
Apr 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
arduino-create-agent
====================

## GOA 2 refactoring
The agent is currently transitioning to the v2 of the GOA framework for API management, please refer to the following
[documentation](https://github.com/goadesign/goa/tree/v2) in order to install tools and libraries


i.e. to regenerate code from design use:
```bash
goa gen github.com/arduino/arduino-create-agent/design
```

## Installation
Get the latest version of the Agent for all supported platforms:

Expand Down Expand Up @@ -459,4 +469,4 @@ By making a contribution to this project, I certify that:

## Creating a release
Just create a new release on GitHub, and our drone server will build and upload
the compiled binaries for every architecture in a zip file in the release itself.
the compiled binaries for every architecture in a zip file in the release itself.
2 changes: 1 addition & 1 deletion design/pkgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var _ = Service("tools", func() {
Payload(ToolPayload)
Result(Operation)
HTTP(func() {
PUT("/pkgs/tools/installed")
POST("/pkgs/tools/installed")
Response(StatusOK)
})
})
Expand Down
12 changes: 6 additions & 6 deletions gen/http/cli/arduino_create_agent/cli.go

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

2 changes: 1 addition & 1 deletion gen/http/openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gen/http/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ paths:
$ref: '#/definitions/ToolsToolResponseCollection'
schemes:
- http
put:
post:
tags:
- tools
summary: install tools
Expand Down
2 changes: 1 addition & 1 deletion gen/http/tools/client/encode_decode.go

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

4 changes: 2 additions & 2 deletions gen/http/tools/server/server.go

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

10 changes: 10 additions & 0 deletions gen/indexes/views/view.go

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

27 changes: 27 additions & 0 deletions gen/tools/views/view.go

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