Commit Graph

647 Commits

Author SHA1 Message Date
Anthony Lapenna 3aabf7bdb7 Merge branch 'feat95-container-start-no-hostconfig' into internal 2016-09-02 13:53:35 +12:00
Anthony Lapenna a2d91ec2f9 feat(container): do not pass HostConfig when starting a container 2016-09-02 13:51:49 +12:00
Anthony Lapenna d05ac1858e Merge branch 'feat95-responsehandler-generic-handler' into internal 2016-09-01 15:09:30 +12:00
Anthony Lapenna d93a69df95 Merge pull request #181 from cloud-inovasi/feat95-responsehandler-generic-handler
feat(container): add a deletion generic handler used for container/ne…
2016-09-01 15:08:12 +12:00
Anthony Lapenna fb982ca8f1 feat(container): add a deletion generic handler used for container/network deletion 2016-09-01 15:07:31 +12:00
Anthony Lapenna 77aabb885c Merge branch 'feat95-responsehandler-image-delete' into internal 2016-09-01 14:28:50 +12:00
Anthony Lapenna 4b979628b3 Merge pull request #180 from cloud-inovasi/feat95-responsehandler-image-delete
feat(image): define a new response handler for image deletion
2016-09-01 14:26:49 +12:00
Anthony Lapenna 789750cc86 feat(image): define a new response handler for image deletion 2016-09-01 14:24:47 +12:00
Anthony Lapenna f76bba749e Merge branch 'feat-responsehandler-delete-network' into internal 2016-09-01 12:22:40 +12:00
Anthony Lapenna 4125361fb5 Merge pull request #179 from cloud-inovasi/feat-responsehandler-delete-network
feat(network): define a response handler for image deletion
2016-09-01 12:21:44 +12:00
Anthony Lapenna 6b8b562e7c feat(network): define a response handler for image deletion 2016-09-01 12:20:19 +12:00
Anthony Lapenna fdeb4d4aeb Merge branch 'feat176-network-error-message' into internal 2016-09-01 11:35:38 +12:00
Anthony Lapenna 2e9a117255 Merge pull request #178 from cloud-inovasi/feat176-network-error-message
feat(network): display the correct error message when a network delet…
2016-09-01 11:33:15 +12:00
Anthony Lapenna 6d6a7e6923 feat(network): display the correct error message when a network deletion failure occurs 2016-09-01 11:31:25 +12:00
Anthony Lapenna 5c7d1c11b6 Merge branch 'refactor168-code-refactor' into internal 2016-08-31 18:15:39 +12:00
Anthony Lapenna 4edb4e014f refactor(ui): introduce helpers functions to centralize code (#174) 2016-08-31 18:06:10 +12:00
Anthony Lapenna f020e5a633 refactor(ui): introduce helpers functions to centralize code 2016-08-31 18:03:41 +12:00
Anthony Lapenna 228db09ed1 Merge branch 'fix166-image-message' into internal 2016-08-31 11:27:00 +12:00
Anthony Lapenna 5432424a40 fix(image): fix the deleteImageHandler so that messages are correctly displayed in the UI (#172) 2016-08-31 11:26:02 +12:00
Anthony Lapenna 3f4c1f5b5d fix(image): fix the deleteImageHandler so that messages are correctly displayed in the UI 2016-08-31 11:24:45 +12:00
Anthony Lapenna ad4c04e509 Merge branch 'fix-templates-hide-containers' into internal 2016-08-24 20:27:11 +12:00
Anthony Lapenna e81bfb6f37 fix(templates): hide hidden containers in templates (#165) 2016-08-24 20:26:51 +12:00
Anthony Lapenna 382ca3135c fix(templates): hide hidden containers in templates 2016-08-24 20:26:06 +12:00
Anthony Lapenna 69ea9081dc Merge branch 'refactor-template-default-to-set' into internal 2016-08-24 19:50:00 +12:00
Anthony Lapenna 3c75c5fe25 refactor(templates): use the set field instead of default (#164) 2016-08-24 19:46:31 +12:00
Anthony Lapenna c1bd463d0b refactor(templates): use the set field instead of default 2016-08-24 19:45:54 +12:00
Anthony Lapenna b82bbe6116 Merge branch 'feat158-templates-dropdown-containers' into internal 2016-08-24 18:35:16 +12:00
Anthony Lapenna 7c5c693f17 feat(templates): support select for env fields with type 'container' (#163) 2016-08-24 18:32:54 +12:00
Anthony Lapenna 265b4717f6 feat(templates): support select for env fields with type 'container' 2016-08-24 18:30:56 +12:00
Anthony Lapenna 18b2612dfc Merge branch 'style160-rename-apps' into internal 2016-08-24 15:46:37 +12:00
Anthony Lapenna 2d98e33e98 style(template): Update title and section name (#162) 2016-08-24 15:45:44 +12:00
Anthony Lapenna 423151d3c9 style(template): Update title and section name 2016-08-24 15:44:40 +12:00
Anthony Lapenna cc9930bc4f Merge branch 'feat159-templates-env-default' into internal 2016-08-24 15:32:04 +12:00
Anthony Lapenna 4827d33ca1 feat(templates): support env variables with default value (#161) 2016-08-24 15:30:29 +12:00
Anthony Lapenna 161cbbd59e feat(templates): support env variables with default value 2016-08-24 15:29:50 +12:00
Anthony Lapenna 290e9402d2 refactor(lint): fix lint issue 2016-08-24 11:05:41 +12:00
Anthony Lapenna dc811ee719 Merge branch 'feat152-container-exposed-ports-shortcut' into internal 2016-08-24 11:00:15 +12:00
Anthony Lapenna 71eb3feac9 feat(containers): update the containers view to add a column with exposed ports (#157) 2016-08-24 10:58:55 +12:00
Anthony Lapenna 392d4da8b0 feat(containers): update the containers view to add a column with exposed ports 2016-08-24 10:54:56 +12:00
Anthony Lapenna 4e1c2c1d33 Merge branch 'refactor-template-fields' into internal 2016-08-23 18:51:50 +12:00
Anthony Lapenna 5f290937d2 refactor(templates): rename field comment to description (#155) 2016-08-23 18:49:40 +12:00
Anthony Lapenna 9de537600e refactor(templates): rename field comment to description 2016-08-23 18:48:33 +12:00
Anthony Lapenna d3eb216d9e Merge branch 'feat55-container-templates' into internal 2016-08-23 18:45:21 +12:00
Anthony Lapenna 1c8aa35479 feat(global): add templates support ('apps') (#154) 2016-08-23 18:09:14 +12:00
Anthony Lapenna f5bb07f062 feat(global): add templates support ('apps') 2016-08-23 17:51:12 +12:00
Anthony Lapenna 37bfe3aad0 Merge branch 'feat146-container-view' into internal 2016-08-19 18:51:05 +12:00
Anthony Lapenna faccf2a651 feat(container): container view overhaul (#150) 2016-08-19 18:41:45 +12:00
Anthony Lapenna 011ac4f268 Merge branch 'fix148-image-deletion' into internal 2016-08-19 17:54:34 +12:00
Anthony Lapenna 4d99c12215 fix(image): display a valid error message when deleting an image (#149)
fix(image): display a valid error message when deleting an image
2016-08-19 17:53:27 +12:00
Anthony Lapenna aa27c8e7cd refactor(images-view): remove useless logging statement 2016-08-19 17:52:47 +12:00