teleport/lib/service
Alan Parra dba49bfad6
Lint and fix missing license headers (#8075)
Introduce new make targets to check and add license headers to files
("make lint-license" and "make fix-license"). License checking is now a part of
"make lint" as well.

Initial attempts used goheader, but it caused "make lint-go" to become about 9x
slower (if not more), plus it only targets go files. Google's addlicense is fast
enough and targets however many file types we want.

Existing files that were missing licenses got the header added, using the
current year as the license date.

* Introduce lint-license and fix-license make targets
* Ignore generated files
* Add license to go files
* Replace irregular licenses with standard copyright/license
* Add license to proto files
* Install addlicense in build.assets Dockerfile
2021-08-30 09:44:09 -07:00
..
acme.go rollback - Upgrade api version. (#7751) 2021-07-30 15:34:19 -07:00
cfg.go Add file configuration for HSMs (#7959) 2021-08-18 21:58:05 -07:00
cfg_test.go Automatically download Cloud SQL root certs (#7397) 2021-06-24 09:27:52 -07:00
connect.go Add support for multiple CA pins (#7905) 2021-08-18 20:13:20 -07:00
db.go Decouple database server from database (#7771) 2021-08-05 01:50:21 -07:00
desktop.go Address review comments, batch 1 2021-08-18 18:44:41 +00:00
info.go Better signal handling and pools for gzip. 2018-02-19 10:57:26 -08:00
kubernetes.go Do not exit teleport when unable to enumerate k8s cluster (#7523) 2021-08-10 11:04:26 +10:00
listeners.go Windows desktop service boilerplate 2021-08-18 18:44:41 +00:00
service.go Add file configuration for HSMs (#7959) 2021-08-18 21:58:05 -07:00
service_test.go rollback - Upgrade api version. (#7751) 2021-07-30 15:34:19 -07:00
signals.go Move and expand troubleshooting section (#8052) 2021-08-25 15:09:11 -07:00
state.go lazy init of prometheus collectors (#6561) 2021-05-19 11:53:36 -04:00
state_test.go Lint and fix missing license headers (#8075) 2021-08-30 09:44:09 -07:00
supervisor.go Introduce SessionRecordingConfig extracting fields from ClusterConfig (#6708) 2021-05-19 12:01:37 -07:00