Commit ade4f31
authored
Upgrade go-fastly to v13.0.0 and allow ngwaf rules to accept multival conditions (#1655)
### Change summary
updates `go-fastly` to version 13.0.0 which had a change to NGWAF rules
that needed some adjustments to the existing `create` and `update`
functionality of rules.
All Submissions:
* [x] Have you followed the guidelines in our Contributing document?
* [x] Have you checked to ensure there aren't other open [Pull
Requests](https://github.com/fastly/cli/pulls) for the same
update/change?
<!-- You can erase any parts of this template not applicable to your
Pull Request. -->
### New Feature Submissions:
* [x] Does your submission pass tests?
### Changes to Core Features:
* [x] Have you written new tests for your core changes, as applicable?
* [x] Have you successfully run tests with your changes locally?1 parent 5331b41 commit ade4f31
File tree
638 files changed
+1045
-864
lines changed- pkg
- api
- app
- argparser
- commands
- authtoken
- compute
- computeacl
- setup
- configstoreentry
- configstore
- dashboard
- item
- printer
- domain
- ip
- kvstoreentry
- kvstore
- logtail
- ngwaf
- countrylist
- customsignal
- iplist
- ngwaflist
- rule
- testdata
- signallist
- stringlist
- wildcardlist
- workspace
- alert
- datadog
- jira
- mailinglist
- microsoftteams
- opsgenie
- pagerduty
- slack
- webhook
- countrylist
- customsignal
- iplist
- redaction
- rule
- testdata
- signallist
- stringlist
- threshold
- virtualpatch
- wildcardlist
- objectstorage/accesskeys
- pop
- products
- profile
- secretstoreentry
- secretstore
- service
- aclentry
- acl
- alert
- auth
- backend
- dictionaryentry
- dictionary
- domain
- healthcheck
- imageoptimizerdefaults
- logging
- azureblob
- bigquery
- cloudfiles
- datadog
- digitalocean
- elasticsearch
- ftp
- gcs
- googlepubsub
- grafanacloudlogs
- heroku
- honeycomb
- https
- kafka
- kinesis
- loggly
- logshuttle
- newrelicotlp
- newrelic
- openstack
- papertrail
- s3
- scalyr
- sftp
- splunk
- sumologic
- syslog
- purge
- ratelimit
- resourcelink
- vcl
- condition
- custom
- snippet
- version
- sso
- stats
- tls
- config
- custom
- activation
- certificate
- domain
- privatekey
- platform
- subscription
- tools/domain
- user
- errors
- mock
- testutil
- text
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
638 files changed
+1045
-864
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments