├── .github └── ISSUE_TEMPLATE │ ├── config.yml │ ├── seq-bug-report.md │ └── seq-feature-request.md ├── 0000-template.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── README.md └── rfcs ├── 0640-internal-error-reporting.md ├── 0642-app-invocation-parameters.md ├── 0645-telemetry-exception-content.md ├── 0667-apikey-delegated-permissions.md ├── 0717-labels.md ├── 0718-unified-sharing.md ├── 0919-ci-modifier.md ├── 1461-system-permission.md └── 1478-variables.md /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datalust/seq-tickets/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/seq-bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datalust/seq-tickets/HEAD/.github/ISSUE_TEMPLATE/seq-bug-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/seq-feature-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datalust/seq-tickets/HEAD/.github/ISSUE_TEMPLATE/seq-feature-request.md -------------------------------------------------------------------------------- /0000-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datalust/seq-tickets/HEAD/0000-template.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datalust/seq-tickets/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datalust/seq-tickets/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datalust/seq-tickets/HEAD/README.md -------------------------------------------------------------------------------- /rfcs/0640-internal-error-reporting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datalust/seq-tickets/HEAD/rfcs/0640-internal-error-reporting.md -------------------------------------------------------------------------------- /rfcs/0642-app-invocation-parameters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datalust/seq-tickets/HEAD/rfcs/0642-app-invocation-parameters.md -------------------------------------------------------------------------------- /rfcs/0645-telemetry-exception-content.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datalust/seq-tickets/HEAD/rfcs/0645-telemetry-exception-content.md -------------------------------------------------------------------------------- /rfcs/0667-apikey-delegated-permissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datalust/seq-tickets/HEAD/rfcs/0667-apikey-delegated-permissions.md -------------------------------------------------------------------------------- /rfcs/0717-labels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datalust/seq-tickets/HEAD/rfcs/0717-labels.md -------------------------------------------------------------------------------- /rfcs/0718-unified-sharing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datalust/seq-tickets/HEAD/rfcs/0718-unified-sharing.md -------------------------------------------------------------------------------- /rfcs/0919-ci-modifier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datalust/seq-tickets/HEAD/rfcs/0919-ci-modifier.md -------------------------------------------------------------------------------- /rfcs/1461-system-permission.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datalust/seq-tickets/HEAD/rfcs/1461-system-permission.md -------------------------------------------------------------------------------- /rfcs/1478-variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datalust/seq-tickets/HEAD/rfcs/1478-variables.md --------------------------------------------------------------------------------