Revision 0295177bb00dadfc68d0f5df26104a6d06e751f8 authored by Yaelle Chaudy on 13 October 2022, 08:58:07 UTC, committed by GitHub on 13 October 2022, 08:58:07 UTC
* Added nextPageToken prop

* Adding first and pageToken condition to while loop

* clean up

* revert gitignore

* fix go lint

* Added logic to builder too

* Removed pageSize - was for local testing

* gofmt

* extracted doRequest function

* extracted doRequest in query too

* Adressed filter comments

* Adressed query comments

* go fmt

* removed pageSize added for testing

* go fmt again
1 parent b9d4495
Raw File
LICENSING.md
# Licensing

License names used in this document are as per [SPDX License List](https://spdx.org/licenses/).

The default license for this project is [AGPL-3.0-only](LICENSE).

## Apache-2.0

The following directories and their subdirectories are licensed under Apache-2.0:

```
packages/grafana-data/
packages/grafana-e2e/
packages/grafana-e2e-selectors/
packages/grafana-runtime/
packages/grafana-toolkit/
packages/grafana-ui/
packages/jaeger-ui-components/
packaging/
pkg/coremodel/
pkg/framework/coremodel/
grafana-mixin/
cue/
public/app/plugins/datasource/tempo
public/img/icons/solid/
public/img/icons/unicons/
```

The following directories and their subdirectories are licensed under their original upstream licenses:

```
public/vendor/
```
back to top