mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* Initial implementation setting up of smart completion. * Initial implementation for service delete. * Initial implementation for service create. This doesn't work properly because we really need to be able to distinguish between positional arguments. * Clean-up. * Add doc. * Add doc. * Refactor completion handler code to make it easier to test. Add tests. * Update vendor. * Filtering doesn't occur at the completion handler level at this point. * Add test for delete completion. * Update glide and vendor. * Fix format. * Fix format. * Add MPL-2.0 to licenses. * Revert to 1.1.2 version of complete library due to bug with 1.2.0. See https://github.com/posener/complete/issues/74 * Fix odo -h.
19 lines
543 B
YAML
19 lines
543 B
YAML
---
|
|
blacklist:
|
|
# https://www.apache.org/licenses/GPL-compatibility.html
|
|
- GPL-2.0
|
|
|
|
whitelist:
|
|
- Apache-2.0
|
|
- MIT
|
|
- NewBSD
|
|
- FreeBSD
|
|
- ISC
|
|
- MPL-2.0
|
|
|
|
exceptions:
|
|
# wwhrd currently does not detect ISC which is compatible with Odo so, add it under exceptions to avoid errors due to it being not recognised
|
|
- github.com/davecgh/go-spew/spew/...
|
|
# wwhrd currently does not detect ISC which is compatible with Odo so, add it under exceptions to avoid errors due to it being not recognised
|
|
- github.com/olekukonko/tablewriter
|