Commit Graph

  • 662a562ef6 Updates go.mod and vendors/* Navid Shaikh 2019-05-13 16:05:29 +0530
  • 0ab70202a0 Adds service get command Navid Shaikh 2019-05-13 16:05:01 +0530
  • 0e9a5bec79 Updates per review comments Navid Shaikh 2019-05-13 14:04:34 +0530
  • cabcfa085e addressing comments on PR #99 Michael Maximilien 2019-05-10 13:31:01 -0700
  • f20a70905a addresses issue #102 Michael Maximilien 2019-05-10 13:34:15 -0700
  • 6582e8239a Add a Makefile (#83) Doug Davis 2019-05-10 14:58:38 -0400
  • 47a10c079d Remove fmt.Printf of error since creates double error print to user (#96) dr.max 2019-05-10 11:54:38 -0700
  • cf56084424 Adds info message after service create operation Navid Shaikh 2019-05-09 00:17:21 +0530
  • b6d1bb47e7 Adds human-friendly table printing for resource listing (#85) Navid Shaikh 2019-05-10 04:57:38 +0530
  • ba59ad8b9a Fix returning the namespace for listing resources (#88) Navid Shaikh 2019-05-10 04:25:38 +0530
  • c33b1de89a License checking works now, enable it (#98) Adriano Cunha 2019-05-09 14:51:38 -0700
  • 90054c41e2 Update vendored test-infra Adriano Cunha 2019-05-09 13:55:23 -0700
  • 17f1c26485 Remove fmt.Printf of error since creates double error print to user Michael Maximilien 2019-05-08 14:12:59 -0700
  • 2883dcdcce Update test-infra Adriano Cunha 2019-05-09 13:45:19 -0700
  • bee305e1a4 License checking now works, enable it Adriano Cunha 2019-05-09 13:36:05 -0700
  • 51470cbddd Removes unused imports Navid Shaikh 2019-05-09 16:51:27 +0530
  • 2f9b60118d Remove fmt.Printf of error since creates double error print to user Michael Maximilien 2019-05-08 14:12:59 -0700
  • 31f78daad3 Renames test function Navid Shaikh 2019-05-09 00:24:04 +0530
  • 58abb41465 Adds tests for namespace flags and retrieval Navid Shaikh 2019-05-08 18:48:59 +0530
  • 05d7b95f20 Adds license to pkg/kn/commands/namespaced.go Navid Shaikh 2019-05-08 18:48:34 +0530
  • 06f8cd03c7 Adds licenses Navid Shaikh 2019-05-07 16:01:47 +0530
  • 5803a5a8e2 Adds first cut of the docs/plugins.md WIP proposal document, issue #92 dr.max 2019-05-07 15:14:00 -0700
  • 03292e30bf Add a Makefile Doug Davis 2019-04-28 12:21:54 -0700
  • b54e31e389 Removes WithKind and WithNamespace printing options Navid Shaikh 2019-05-03 12:17:48 +0530
  • 739c1e9510 Updates the vendor/modules.txt Navid Shaikh 2019-05-02 20:03:38 +0530
  • ce85f13c6c Adds human-friendly printer Navid Shaikh 2019-05-02 20:02:14 +0530
  • 95808278d4 Adds Cobra generated docs and means to generate them and first cut of other docs (#93) dr.max 2019-05-06 17:39:36 -0700
  • 45bdc1b7ae Adds docs/README.md and first user's guide for Kn Michael Maximilien 2019-05-06 15:29:40 -0700
  • 9d403842f7 Added Cobra generated docs and ways to generate them dr.max 2019-05-03 15:59:55 -0700
  • 613058f695 Fix returning the namespace for listing resources Navid Shaikh 2019-05-03 14:48:02 +0530
  • 5dcc0f8641 added tests to `$kn service update ...` and removed required --image (#81) dr.max 2019-05-01 15:36:34 -0700
  • 8a1bf15d98 Adds conditions and ready column Navid Shaikh 2019-05-01 17:03:39 +0530
  • c4a66e307f Updates tests to for multiple routes to single revision Navid Shaikh 2019-04-24 23:28:32 +0530
  • 849a71beeb Uses the constants from serving package Navid Shaikh 2019-04-24 23:10:49 +0530
  • 63d387acec Restores multiple output format flags from genericclioptions Navid Shaikh 2019-04-24 22:54:12 +0530
  • 8ed576bd49 Renames revision list command to revision get Navid Shaikh 2019-04-24 21:53:29 +0530
  • cf6a7885c6 Uses camel casing for var names Navid Shaikh 2019-04-24 21:44:15 +0530
  • c09e60352d Uses NewTabWriter instead of GetNewTabWriter Navid Shaikh 2019-04-15 16:07:59 +0530
  • b1f8a1b325 Uses defer for flushing the printer Navid Shaikh 2019-04-15 16:05:21 +0530
  • dcd5536a39 Adds unit tests for revision list command Navid Shaikh 2019-04-12 12:35:22 +0530
  • 7d9f459ebd Adds more columns in revision list command output Navid Shaikh 2019-04-10 20:43:17 +0530
  • c9b0e565c0 Updates the tests Navid Shaikh 2019-05-01 16:58:25 +0530
  • 5ecb716a57 Fixes tests Navid Shaikh 2019-04-24 21:51:28 +0530
  • 9743273903 Renames service list command to service get Navid Shaikh 2019-04-24 21:20:28 +0530
  • 71c75c91b6 Adds test for jsonpath output flag Navid Shaikh 2019-04-16 21:41:18 +0530
  • 4524a7dd87 Adds a switch to enable generic output format flags Navid Shaikh 2019-04-16 21:21:35 +0530
  • e2996e0d3d Moves calculate age utility from util/printers to util/ Navid Shaikh 2019-04-15 16:00:21 +0530
  • 8973a2586d Updates the method name and uses defer to flush the printer Navid Shaikh 2019-04-15 15:54:00 +0530
  • da886c8d0e Removes unused variables Navid Shaikh 2019-04-15 13:34:28 +0530
  • 0e9011df3a Uses camel case variable names Navid Shaikh 2019-04-15 13:10:25 +0530
  • 0a6ae836e4 Returns nil after printing the service list table Navid Shaikh 2019-04-10 16:44:12 +0530
  • 9d98a55c80 Adds vendor/k8s.io/apimachinery/pkg/util/duration/duration.go Navid Shaikh 2019-04-09 16:27:52 +0530
  • d15a64f9a7 Updates unit tests for service list command Navid Shaikh 2019-04-05 15:49:25 +0530
  • 4a4a96fc1c Updates TestListEmpty test for expected output Navid Shaikh 2019-04-05 14:34:59 +0530
  • 2827b7dfbb Adds AGE column in serivce list command output Navid Shaikh 2019-04-05 12:34:05 +0530
  • 294a884a39 Adds more columns in service list command output Navid Shaikh 2019-04-04 22:14:20 +0530
  • 18ae474c77 chore: Update dependencies (#68) Roland Huß 2019-04-30 18:48:33 +0200
  • 2f16018a0a
    chore(modules): Update dependencies Roland Huß 2019-04-30 07:48:55 +0200
  • 4f690be736 added tests to `$kn service update ...` and removed required --image * added tests for service update with variations of --requests/limits-cpu --requests/limits-memory * made image optional on service update since that was not the case and image should be optional dr.max 2019-04-26 15:42:30 -0700
  • d5daac686e
    chore: Run `go mod tidy` Roland Huß 2019-04-25 08:57:46 +0200
  • 693ebce67e
    chore: Aligned with k8s version from serving 0.5.2 Roland Huß 2019-04-25 07:56:04 +0200
  • 1d58a5decf
    chore: Update .gitignore to *not* ignore certain vendor files Roland Huß 2019-04-24 20:41:12 +0200
  • 9dd0ee1759
    chore: Changed deps to released versions where possible Roland Huß 2019-04-24 08:29:45 +0200
  • a6ffa0e6ed
    chore: Update dependency to knative-serving 0.5.1 Roland Huß 2019-04-11 17:44:31 +0200
  • 647793dfa2 And now actually update serving Naomi Seyfer 2019-04-26 17:20:43 -0700
  • 56790c1583 Update modules and dependencies to knative 0.5 Naomi Seyfer 2019-04-26 17:10:20 -0700
  • dd4e2a917b Added support for limits and requests of CPU and memory (#78) dr.max 2019-04-25 20:20:29 -0700
  • b4fc54a855 updating dependencies and formatting tests code dr.max 2019-04-25 14:39:56 -0700
  • 4a09839e75 Addressed comments about maintaining existing requests and limits and added more tests * TestServiceCreateWithRequests * TestServiceCreateWithLimits * TestServiceCreateRequestsLimitsCPU * TestServiceCreateRequestsLimitsMemory * TestServiceCreateRequestsLimitsCPUMemory Michael Maximilien 2019-04-24 15:41:42 -0700
  • 7d71350a6e Added support for limits and requests of CPU and memory. Examples: 1. kn service create mysvc --image dev.local/ns/image:latest --request-cpu 100m --requests-memory 64Mi 2. kn service create mysvc --image dev.local/ns/image:latest --limits-cpu 1000m --limits-memory 1024Mi dr.max 2019-04-22 17:47:46 -0700
  • 8caca4589f fix(build.sh): Fix path to built kn when printing out the version (#77) Roland Huß 2019-04-19 21:47:27 +0200
  • 14ddae33cc
    fix(build.sh): Fix path to built kn when printing out the version Roland Huß 2019-04-19 10:04:50 +0200
  • 1cbd7138b6 chore(version): Add buildtime and git revision to version command (#76) Roland Huß 2019-04-19 00:53:26 +0200
  • 5ff18e7d4a
    chore(build.sh): Typo fix Roland Huß 2019-04-18 11:02:45 +0200
  • f72a58513b
    chore(build.sh): Changed from BuildTime to BuildDate Roland Huß 2019-04-18 10:35:33 +0200
  • bbf642141d
    chore(build.sh): Changed shasum --> sha256sum Roland Huß 2019-04-18 10:32:10 +0200
  • 7121c3e111
    chore(build.sh): Add GO111MODULE=on Roland Huß 2019-04-18 10:21:59 +0200
  • 0f3709f0a3
    chore(build.sh): Minor cosmetic fixes Roland Huß 2019-04-18 09:42:37 +0200
  • f4b396c10d chore(version): Add buildtime and git revision to version command Roland Huß 2019-04-17 16:35:37 +0200
  • a09bb5201a Basic service update & a test for it. (#74) Naomi Seyfer 2019-04-15 17:33:00 -0700
  • 7c4f05aa6b adding hack/build* to make life easy and added version command. Getting my feet wet (#69) dr.max 2019-04-15 15:51:01 -0700
  • 87e1c6da8e Update to match new namespace flag handling. Naomi Seyfer 2019-04-15 15:49:32 -0700
  • 599d69f8ce adding hack/build* to make life easy and added version command. Getting my feet wet dr.max 2019-04-11 16:11:44 -0700
  • 77b5330d02 add test Naomi Seyfer 2019-04-15 15:38:40 -0700
  • c09238c3dc Service update implementation. Naomi Seyfer 2019-04-04 17:59:15 -0700
  • 871eaadd62 Call GetNamespace to get namespace (#73) Kenjiro Nakayama 2019-04-16 02:56:00 +0900
  • 8e96078925 Call GetNamespace to get namespace Kenjiro Nakayama 2019-04-14 20:15:13 +0900
  • 9c21b8df24 Adds service delete command (#63) Navid Shaikh 2019-04-12 05:23:58 +0530
  • 6b2b7f2cc0 Support --all-namespaces option for service and revision list (#32) Kenjiro Nakayama 2019-04-10 01:09:58 +0900
  • 0972ecb313 Removes aliases, PreRunE and addresses review comments Navid Shaikh 2019-04-09 15:56:40 +0530
  • 8c57ed0e3b Adds service delete command Navid Shaikh 2019-04-05 19:21:47 +0530
  • 3cad3dca9c Use GetNamespace util in service create cmmand Kenjiro Nakayama 2019-04-09 08:57:06 +0900
  • c7d6bf6fb2 Update help message Kenjiro Nakayama 2019-03-22 07:51:27 +0900
  • e186c06715 Add GetNamespace func Kenjiro Nakayama 2019-03-19 16:58:43 +0900
  • 10a32d5dff Add AddNamespaceFlags function Kenjiro Nakayama 2019-03-19 16:24:47 +0900
  • f39cd5750e Add all-namespace option to KnParams Kenjiro Nakayama 2019-03-11 16:33:00 +0900
  • ccf1936c02 Support --all-namespaces option for service and revision list Kenjiro Nakayama 2019-03-04 16:56:09 +0900
  • 8736395bcc Adds example usage in service create command (#62) Navid Shaikh 2019-04-08 23:21:03 +0530
  • 585fe80099 Stub in an integration test (#55) Ben Browning 2019-04-08 13:50:58 -0400
  • 58e478bba4 Make image flag mandatory for service create command (#60) Kenjiro Nakayama 2019-04-09 02:39:58 +0900