| *** zhurong has quit IRC | 00:10 | |
| *** shu-mutou has joined #senlin | 00:42 | |
| *** yanyanhu_ has joined #senlin | 01:13 | |
| *** zhurong has joined #senlin | 01:19 | |
| *** ziyu032 has joined #senlin | 01:45 | |
| openstackgerrit | Cao Xuan Hoang proposed openstack/senlin: Add Apache 2.0 license to source file https://review.openstack.org/379070 | 01:57 |
|---|---|---|
| openstackgerrit | Cao Xuan Hoang proposed openstack/senlin: Add Apache 2.0 license to source file https://review.openstack.org/379070 | 02:16 |
| openstackgerrit | Merged openstack/senlin: Fix misspelling in parameters.yaml https://review.openstack.org/372868 | 02:25 |
| openstackgerrit | Merged openstack/senlin: Fix error in status.yaml https://review.openstack.org/372881 | 02:28 |
| openstackgerrit | Merged openstack/senlin: Fix error in FEATURES.rst https://review.openstack.org/372889 | 02:28 |
| openstackgerrit | Merged openstack/senlin: fix typos in doc https://review.openstack.org/373084 | 02:30 |
| openstackgerrit | melissaml proposed openstack/senlin: Fix typos in context.py&clusters.rst https://review.openstack.org/379082 | 02:43 |
| openstackgerrit | Merged openstack/senlin: Address a TODO item in integration test https://review.openstack.org/377186 | 02:44 |
| openstackgerrit | Merged openstack/senlin: Use constant instead of 'STRING' https://review.openstack.org/375304 | 02:48 |
| openstackgerrit | Merged openstack/senlin: Revise the bindings.rst https://review.openstack.org/376306 | 02:48 |
| openstackgerrit | Merged openstack/senlin: Remove unnecessary setUp https://review.openstack.org/372907 | 02:49 |
| *** yuanying_ has quit IRC | 02:50 | |
| openstackgerrit | Merged openstack/senlin: Fix typos in scaling_policy.py & service.py https://review.openstack.org/373571 | 02:52 |
| openstackgerrit | Merged openstack/senlin: Using assertTrue() instead of assertEqual(True) https://review.openstack.org/378189 | 02:52 |
| openstackgerrit | Merged openstack/senlin: Avoid Forcing the Translation of Translatable Variables https://review.openstack.org/378453 | 02:52 |
| openstackgerrit | Merged openstack/senlin: Fix some typos https://review.openstack.org/378190 | 02:52 |
| openstackgerrit | Merged openstack/senlin: Add Name and NameField support https://review.openstack.org/377266 | 02:55 |
| openstackgerrit | Merged openstack/senlin: Versioned object for cluster create request https://review.openstack.org/377409 | 02:55 |
| openstackgerrit | Anh Tran proposed openstack/senlin: Removed redundant 'the' https://review.openstack.org/379089 | 02:58 |
| *** yuanying has joined #senlin | 03:05 | |
| openstackgerrit | Qiming Teng proposed openstack/senlin: Add doc about cloud_backend https://review.openstack.org/379094 | 03:06 |
| openstackgerrit | Qiming Teng proposed openstack/senlin: Unit test for Json get_schema https://review.openstack.org/379099 | 03:17 |
| openstackgerrit | Merged openstack/senlin: Add Apache 2.0 license to source file https://review.openstack.org/379070 | 03:31 |
| openstackgerrit | Merged openstack/senlin: Removed redundant 'the' https://review.openstack.org/379089 | 03:31 |
| *** yuanying has quit IRC | 03:33 | |
| *** yuanying has joined #senlin | 03:34 | |
| openstackgerrit | Merged openstack/senlin: Fix typos in context.py&clusters.rst https://review.openstack.org/379082 | 03:40 |
| *** yuanying has quit IRC | 03:49 | |
| openstackgerrit | Anh Tran proposed openstack/python-senlinclient: Fix wrong parameter in ChangeLog https://review.openstack.org/379107 | 03:49 |
| *** yuanying has joined #senlin | 03:52 | |
| *** bathri-s has joined #senlin | 04:28 | |
| bathri-s | Hi, Good day all :) | 04:29 |
| openstackgerrit | XueFeng Liu proposed openstack/senlin: Add ``assertEqual(A, True)`` or ``assertEqual(True, A)`` check https://review.openstack.org/379126 | 04:54 |
| Qiming | hi, bathri-s | 05:04 |
| *** ziyu032 has quit IRC | 05:09 | |
| bathri-s | hi Qiming.. | 05:12 |
| bathri-s | i'm just starting to explore senlin | 05:12 |
| Qiming | welcome | 05:13 |
| bathri-s | and have tried out the basics.. | 05:13 |
| Qiming | feel free to file bugs, ask questions, propose patches ... :) | 05:13 |
| bathri-s | i also want to contribute to it.. can you please tell me where I can start? | 05:13 |
| Qiming | if you do tox -e cover | 05:14 |
| Qiming | you will find a cover/ subdir generated where you can open the index.html file under it | 05:14 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/senlin: Updated from global requirements https://review.openstack.org/379143 | 05:14 |
| Qiming | there are quite some modules missing test cases | 05:14 |
| Qiming | that is something a newcomer can start with | 05:14 |
| bathri-s | ok will start with the test cases :) | 05:14 |
| bathri-s | thank you | 05:15 |
| Qiming | if you want to work on something new, you can check the TODO.rst file | 05:15 |
| bathri-s | sure will check that too | 05:15 |
| Qiming | that file contains some work items we have decided to do, and they usually don't warrant a spec for review | 05:16 |
| bathri-s | okay .. | 05:16 |
| Qiming | or else, if you have quite some bandwidth, you can check the FEATURES.rst | 05:16 |
| Qiming | those are bigger items the team has in mind, though each of them may need some discussion/design before coding starts | 05:17 |
| bathri-s | i will definitely post my queries here whenever I run into any hedges | 05:19 |
| bathri-s | thanks for the heads up :) | 05:19 |
| openstackgerrit | Yanyan Hu proposed openstack/senlin: Implement receiver notification handling https://review.openstack.org/373004 | 05:19 |
| openstackgerrit | XueFeng Liu proposed openstack/senlin: Add assertEqual(A, None) and assertEqual(None, A) check https://review.openstack.org/379146 | 05:19 |
| openstackgerrit | XueFeng Liu proposed openstack/senlin: Add assertEqual(A, None) and assertEqual(None, A) check https://review.openstack.org/379146 | 05:24 |
| *** ziyu032 has joined #senlin | 05:56 | |
| openstackgerrit | XueFeng Liu proposed openstack/senlin: Add assertEqual(A, None) and assertEqual(None, A) check https://review.openstack.org/379146 | 07:13 |
| openstackgerrit | Merged openstack/senlin: Updated from global requirements https://review.openstack.org/379143 | 07:59 |
| *** bathri-s has quit IRC | 08:18 | |
| *** bathri-s has joined #senlin | 08:19 | |
| openstackgerrit | Merged openstack/senlin: Add doc about cloud_backend https://review.openstack.org/379094 | 08:42 |
| *** shu-mutou is now known as shu-mutou-AWAY | 08:50 | |
| openstackgerrit | Merged openstack/senlin: Unit test for Json get_schema https://review.openstack.org/379099 | 09:24 |
| openstackgerrit | Merged openstack/senlin: Implement receiver notification handling https://review.openstack.org/373004 | 09:33 |
| *** ziyu032 has quit IRC | 10:00 | |
| *** ziyu032 has joined #senlin | 10:01 | |
| *** zhurong has quit IRC | 10:03 | |
| *** ziyu032 has quit IRC | 10:03 | |
| openstackgerrit | Yanyan Hu proposed openstack/senlin: Quick fix on message receiver https://review.openstack.org/379338 | 10:13 |
| *** yanyanhu_ has quit IRC | 10:14 | |
| *** openstackgerrit has quit IRC | 11:19 | |
| *** openstackgerrit has joined #senlin | 11:20 | |
| *** ChanServ sets mode: +v openstackgerrit | 11:20 | |
| *** bathris has joined #senlin | 11:53 | |
| *** bathris has quit IRC | 11:55 | |
| *** bathri-s has quit IRC | 11:57 | |
| *** zhurong has joined #senlin | 12:32 | |
| openstackgerrit | Merged openstack/senlin: Quick fix on message receiver https://review.openstack.org/379338 | 12:50 |
| openstackgerrit | Qiming Teng proposed openstack/senlin: Release notes for newton RC2 https://review.openstack.org/379450 | 13:06 |
| *** ziyu032 has joined #senlin | 13:07 | |
| *** zhurong has quit IRC | 13:09 | |
| *** zhurong has joined #senlin | 13:10 | |
| *** zhurong has quit IRC | 13:21 | |
| openstackgerrit | Qiming Teng proposed openstack/senlin: Release notes for newton RC2 https://review.openstack.org/379450 | 13:23 |
| *** zhurong has joined #senlin | 13:27 | |
| openstackgerrit | Merged openstack/senlin: Release notes for newton RC2 https://review.openstack.org/379450 | 14:09 |
| *** ziyu032 has quit IRC | 14:46 | |
| *** zhurong has quit IRC | 14:54 | |
| *** Drago has joined #senlin | 15:15 | |
| *** openstackgerrit has quit IRC | 15:49 | |
| *** openstackgerrit has joined #senlin | 15:51 | |
| *** ChanServ sets mode: +v openstackgerrit | 15:51 | |
| *** zhenguo has quit IRC | 19:43 | |
| *** zhenguo has joined #senlin | 19:53 | |
| *** Drago has quit IRC | 21:54 | |
| *** zhurong has joined #senlin | 23:45 | |
| *** Drago has joined #senlin | 23:48 | |
| *** Drago has joined #senlin | 23:49 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!