[Kimchi-devel] [PATCH] [Wok] Added lodash.js library to Wok

Socorro Stoppler socorro at linux.vnet.ibm.com
Tue Jun 14 14:59:51 UTC 2016


Hi Samuel,

I was able to apply the patch successfully.  For this patch, is there 
really anything else to look at other than successfully being able to 
apply it?

Thanks
-Socorro

On 06/14/2016 04:35 AM, sguimaraes943 at gmail.com wrote:
> From: Samuel Guimarães <sguimaraes943 at gmail.com>
>
> Lodash makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc.
>
> This library is necessary in order to redesign Ginger Sensor Monitors. With this library we can also improve other panels that have dynamically generated content that we have to iterate through arrays of objects.
>
> If the patch doesn't apply because it is a minified library, please let me know.
>
> Samuel Guimarães (1):
>    Added lodash.js library to Wok
>
>   configure.ac               |   1 +
>   ui/libs/Makefile.am        |   2 +-
>   ui/libs/lodash/LICENSE     |  24 +++++++++
>   ui/libs/lodash/Makefile.am |  21 ++++++++
>   ui/libs/lodash/lodash.js   | 127 +++++++++++++++++++++++++++++++++++++++++++++
>   ui/pages/login.html.tmpl   |   1 +
>   ui/pages/wok-ui.html.tmpl  |   1 +
>   7 files changed, 176 insertions(+), 1 deletion(-)
>   create mode 100644 ui/libs/lodash/LICENSE
>   create mode 100644 ui/libs/lodash/Makefile.am
>   create mode 100644 ui/libs/lodash/lodash.js
>




More information about the Kimchi-devel mailing list