client/pkg/kn/commands
Tsubasa Nagasawa 8e5302c741 List revisions sorted by configuration generation (#332)
* List revisions sorted by generation order

We use a configuration generation as a sort key, which is obtained from a label on configuration resource.

* Change column name from order to generation

* Fix revision sorting issue

* Fix revision e2e test

* Just sort by name if invalid type of generation found

* Update CHANGELOG
2019-08-06 03:13:54 -07:00
..
plugin Implements Kn plugins re-using some code from kubectl plugins. (#249) 2019-07-26 13:29:48 -07:00
revision List revisions sorted by configuration generation (#332) 2019-08-06 03:13:54 -07:00
route add route describe feature and test (#251) 2019-07-12 05:06:37 -07:00
service Report an error if no flag(s) set in service update (#318) 2019-07-31 13:49:44 -07:00
completion.go fix(build): Minor build optimizations (#265) 2019-07-15 13:21:27 -07:00
completion_test.go test(commands): backfills gotest.tools tests for version & completion cmds (#223) 2019-07-09 11:44:55 -07:00
human_readable_flags.go Regroups code to use subpackages. Finishes issue #66 (#145) 2019-06-05 16:30:38 -07:00
namespaced.go fix: Fix error when no current namespace is set (#305) 2019-07-26 15:10:49 -07:00
namespaced_test.go refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
testing_helper.go feature(testing): Introduce a mock implementation for KnClient (#306) 2019-07-30 17:51:42 -07:00
testing_helper_test.go Implements Kn plugins re-using some code from kubectl plugins. (#249) 2019-07-26 13:29:48 -07:00
types.go Add --log-http option (#326) 2019-08-05 23:49:55 -07:00
types_test.go Add --log-http option (#326) 2019-08-05 23:49:55 -07:00
version.go Regroups code to use subpackages. Finishes issue #66 (#145) 2019-06-05 16:30:38 -07:00
version_test.go test(commands): backfills gotest.tools tests for version & completion cmds (#223) 2019-07-09 11:44:55 -07:00
wait_flags.go feature(service): Wait on update for service to become ready. (#271) 2019-07-22 10:52:35 -07:00
wait_flags_test.go feature(service): Wait on update for service to become ready. (#271) 2019-07-22 10:52:35 -07:00