From 66e8f39bb390b3ec2547d82512349fabf67e3d7c Mon Sep 17 00:00:00 2001 From: mahesh Date: Mon, 31 Jul 2017 17:22:54 +0530 Subject: Adds yaml serialization to download and upload questions --- yaksh/fixtures/demo_questions.zip | Bin 4430 -> 3893 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'yaksh/fixtures') diff --git a/yaksh/fixtures/demo_questions.zip b/yaksh/fixtures/demo_questions.zip index c68e7ef..e2ec37e 100644 Binary files a/yaksh/fixtures/demo_questions.zip and b/yaksh/fixtures/demo_questions.zip differ -- cgit From 3044dff8f1b2dcc2541e5b4227f1299cb505f9d2 Mon Sep 17 00:00:00 2001 From: mahesh Date: Thu, 3 Aug 2017 12:15:32 +0530 Subject: fixed demo questions yaml formatting --- yaksh/fixtures/demo_questions.zip | Bin 3893 -> 1712 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'yaksh/fixtures') diff --git a/yaksh/fixtures/demo_questions.zip b/yaksh/fixtures/demo_questions.zip index e2ec37e..f9c5c2f 100644 Binary files a/yaksh/fixtures/demo_questions.zip and b/yaksh/fixtures/demo_questions.zip differ -- cgit From 67f3119a2e27673694db907d21f501bc8247fce1 Mon Sep 17 00:00:00 2001 From: mahesh Date: Wed, 16 Aug 2017 18:28:26 +0530 Subject: Adds ruamel.yaml instead of pyyaml - Preserves escape characters - Adds ruamel.yaml in requirements --- yaksh/fixtures/demo_questions.zip | Bin 1712 -> 4089 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'yaksh/fixtures') diff --git a/yaksh/fixtures/demo_questions.zip b/yaksh/fixtures/demo_questions.zip index f9c5c2f..577cb86 100644 Binary files a/yaksh/fixtures/demo_questions.zip and b/yaksh/fixtures/demo_questions.zip differ -- cgit From 98386cf63e6f574b38477564b96a5bcab25f2f8f Mon Sep 17 00:00:00 2001 From: mahesh Date: Thu, 17 Aug 2017 18:52:55 +0530 Subject: Adds yaml file containing all types of questions --- yaksh/fixtures/demo_questions.zip | Bin 4089 -> 8587 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'yaksh/fixtures') diff --git a/yaksh/fixtures/demo_questions.zip b/yaksh/fixtures/demo_questions.zip index 577cb86..08b06c4 100644 Binary files a/yaksh/fixtures/demo_questions.zip and b/yaksh/fixtures/demo_questions.zip differ -- cgit From a9c4aab85fb9b8edce53212548f8d0c285832dc4 Mon Sep 17 00:00:00 2001 From: mahesh Date: Fri, 18 Aug 2017 02:12:37 +0530 Subject: Adds tags in yaml files --- yaksh/fixtures/demo_questions.zip | Bin 8587 -> 3015 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'yaksh/fixtures') diff --git a/yaksh/fixtures/demo_questions.zip b/yaksh/fixtures/demo_questions.zip index 08b06c4..063d2da 100644 Binary files a/yaksh/fixtures/demo_questions.zip and b/yaksh/fixtures/demo_questions.zip differ -- cgit From 30b48c30abebf75ed4b51fd034600e0c7d58c95b Mon Sep 17 00:00:00 2001 From: mahesh Date: Fri, 25 Aug 2017 01:33:08 +0530 Subject: Fixes order in demo_questions.zip - Template yaml is now generated on the fly. - Removes yaml_question_template files. - Fixes order for yaml file inside demo_questions.zip --- yaksh/fixtures/demo_questions.zip | Bin 3015 -> 3055 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'yaksh/fixtures') diff --git a/yaksh/fixtures/demo_questions.zip b/yaksh/fixtures/demo_questions.zip index 063d2da..4e86485 100644 Binary files a/yaksh/fixtures/demo_questions.zip and b/yaksh/fixtures/demo_questions.zip differ -- cgit