Граф коммитов

283 Коммитов

Автор SHA1 Сообщение Дата
microsoft-github-policy-service[bot] 7b94ccdb58
Microsoft mandatory file (#61)
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2023-06-13 07:51:48 -07:00
David Staheli 22755267f1
Update README.md 2019-02-11 14:14:22 -05:00
David Staheli 4b89c75290
Update readme.md to show this repo is deprecated 2019-02-11 11:55:36 -05:00
Stephen Provine e849845d57 Deprecate tasks 2017-06-22 10:38:52 -07:00
Stephen Provine 724f1710d0 Update dockerDeploy.ts 2017-03-29 10:29:32 -07:00
Stephen Provine e38c211dbe Update task.json 2017-03-29 10:23:18 -07:00
Nathan Carlson 8bd69cbece Add support for windows paths. (#43)
* Add support for windows paths.

* Bump version numbers.
2017-03-29 10:10:38 -07:00
Peter Jausovec 173cbb49a6 Merge pull request #36 from Microsoft/peterj/disable_kubernetes
Remove kubernetes option from the UI
2017-02-21 14:42:23 -08:00
Peter Jausovec 0bfd16d052 Remove kubernetes option from the UI 2017-02-21 14:41:07 -08:00
Peter Jausovec 94dee42906 Merge pull request #34 from Microsoft/peterj/service_parser_unit_tests
Minor fixes and adding unit tests for service parser
2017-02-17 09:23:54 -08:00
Peter Jausovec ab50bac1aa Merge pull request #35 from Microsoft/peterj/remove_docker_from_ui
Remove the word “Docker” from the UI
2017-02-16 16:41:01 -08:00
Peter Jausovec e1f247c693 Remove the word “Docker” from the UI 2017-02-16 13:53:46 -08:00
Peter Jausovec cfddbcb2f4 Minor fixes and adding unit tests for service parser 2017-02-16 12:44:37 -08:00
Peter Jausovec 73fa747e0c Merge pull request #33 from Microsoft/peterj/update_vsts_task
Update the VSTS task so it supports Kubernetes. Note that only SSH co…
2017-02-14 09:58:25 -08:00
Peter Jausovec ec0ea32f1f Fix the issue with getting replicas and update the task caption + the conditions 2017-02-14 08:59:18 -08:00
Peter Jausovec 5b97ccd166 Typo 2017-02-13 09:58:29 -08:00
Peter Jausovec 8f61adde96 Address PR feedback 2017-02-10 15:50:03 -08:00
Peter Jausovec ee8537d86b Throw an exception if any of the kubernetes calls fail 2017-02-10 09:20:18 -08:00
Peter Jausovec 624211e22d Update the VSTS task so it supports Kubernetes. Note that only SSH connection is currently supported, still need to work on the direct connection. 2017-02-08 14:35:01 -08:00
Chris Patterson cdccda9323 Create LICENSE 2017-02-01 07:47:26 -05:00
Peter Jausovec 0b695b0fd5 Merge pull request #30 from Microsoft/peterj/kubernetes
Add kubernetes support
2017-01-30 10:22:13 -08:00
Peter Jausovec ca73dc0cdd Renaming folder to acs-kubernetes 2017-01-24 15:45:24 -08:00
Peter Jausovec 80e0ea247e Address PR feedback. 2017-01-24 15:02:35 -08:00
Peter Jausovec 1771dd1f2d Remove some comments and things that are not applicable 2017-01-18 16:11:00 -08:00
Peter Jausovec 7f2beaf931 add debug logging + fix a type in ingress controller 2017-01-17 11:22:07 -08:00
Peter Jausovec 889f909777 Deploy the nginx + do the namespaces separation 2017-01-13 16:49:16 -08:00
Stephen Provine 72c5274874 Bump extension version. 2017-01-06 13:24:31 -08:00
Stephen Provine 6c2043d76b Reuse docker compose file version.
Ensures that the version of the input docker-compose file is used when producing generated ones (those with qualified image names as well those with the image digests).
2017-01-06 13:23:30 -08:00
Peter Jausovec ba354e1556 Add labels to ingress resource 2017-01-06 11:51:17 -08:00
Peter Jausovec 496f32b8b9 Ignore the events we can’t parse (i.e. json.loads fails). 2017-01-06 09:31:38 -08:00
Peter Jausovec 0586e767d6 Update the namespace name to be group name only 2017-01-06 09:06:54 -08:00
Peter Jausovec 3ba685f470 Add namespace creation 2017-01-05 17:00:57 -08:00
Peter Jausovec b07ee10173 Fix the son files, so when hitting the expose IP, you get the default backend (if no ingress rules are defined/endpoint doesn’t exist) 2017-01-05 14:02:23 -08:00
Peter Jausovec ec10d39d89 Change the ReplicationControllers to Deployments 2017-01-05 09:07:05 -08:00
Peter Jausovec 91cfbe4bc7 - check if registry secret is already deployed and skip deployment if it is
- create ingress rules for the services
- add son for nginx ingress (TODO: Need to deploy it the backend + nginx ingress)
2017-01-04 16:55:13 -08:00
Peter Jausovec eac67e6ef1 Adding port, labels and environment parser 2017-01-03 16:49:22 -08:00
Peter Jausovec 2d96222603 Updating service parser to create service + creating deployments and services when script is executed. Having the services I can now access e.g. service-b from service-a container by simply doing curl service-b 2016-12-29 11:06:13 -08:00
Peter Jausovec 8163c2b7ee Add service 2016-12-28 16:29:50 -08:00
Peter Jausovec d82638adfe Adding group info and registry info classes. Parsing image and ports and adding kubernetes class to deploy stuff to Kubernetes. 2016-12-28 11:51:41 -08:00
Peter Jausovec 52f7ef0ed0 Initial kubernetes commit 2016-12-27 11:33:27 -08:00
Stephen Provine a58d1c6145 Bump extension number. 2016-12-16 16:23:32 -08:00
Stephen Provine b5f4dc7c46 Fix bug in logging condition. 2016-12-16 16:05:03 -08:00
Stephen Provine 1d4cf7875e Bump DockerDeploy task version. 2016-12-16 13:59:52 -08:00
Stephen Provine fef62fb303 Fix a couple of remaining issues. 2016-12-16 13:55:12 -08:00
Peter Jausovec aff493dccc Merge pull request #28 from Microsoft/peterj/dont_show_errors
Only log errors when we are deploying new services; don't log errors …
2016-12-16 11:07:11 -08:00
Peter Jausovec 3f877581ed Only log errors when we are deploying new services; don't log errors if we are scaling old services down. 2016-12-16 10:18:30 -08:00
Peter Jausovec c8889e54c6 Merge pull request #27 from Microsoft/peterj/handle_killing_finished_events
Using deploymentMonitor only for logging events and not making any de…
2016-12-15 14:50:02 -08:00
Peter Jausovec e07c6af3f7 only check for deployment succeeded event 2016-12-15 14:42:01 -08:00
Peter Jausovec 518c7a4e89 Using deploymentMonitor only for logging events and not making any decisions whether deployment failed or succeeded. 2016-12-15 12:05:38 -08:00
Peter Jausovec fa2321f388 Merge pull request #25 from Microsoft/peterj/handle_killing_finished_events
Handle TASK_KILLING and TASK_FINISHED events.
2016-12-14 15:14:23 -08:00