You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by corneadoug <gi...@git.apache.org> on 2016/09/28 09:03:59 UTC

[GitHub] zeppelin pull request #1469: [Zeppelin-1496] Apply Zeppelin-Web Good Practic...

GitHub user corneadoug opened a pull request:

    https://github.com/apache/zeppelin/pull/1469

    [Zeppelin-1496] Apply Zeppelin-Web Good Practice Guide #1 to the code

    ### What is this PR for?
    This is some refactoring of zeppelin-web to apply the IIFE as stated in the Good Practice Guide #1 (https://zeppelin.apache.org/contribution/zeppelinweb/goodPracticeGuide01.html)
    
    ### What type of PR is it?
    Refactoring
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-1496
    
    ### How should this be tested?
    Run The webapp, and go around the page, things should work like usual.
    But overall, just need to check that there is no type or parameter mismatch during the refactoring process (controller to controller, params in $inject etc...)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/corneadoug/incubator-zeppelin ZEPPELIN-1496

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/1469.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1469
    
----
commit b7b94b5ff3f87a535e3521f7551fd035e46744bf
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-27T08:43:34Z

    Add IIFE to app.controller.js

commit f179474f1482c8ca89f52511608c9c90db39efa0
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-27T08:48:36Z

    Move use strict outside IFFE

commit b946304b72395554165c95551d2b56784d431199
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-27T08:59:03Z

    Add congiguration.controller.js

commit bf4462c1f11a3994fa73022c976eccdab5e6a068
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T05:36:38Z

    Refactor for IIFE credential, home and interpreter controller

commit 66dd14debfb5a86d1906a7616b21c9c86c5fa4f2
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T07:02:12Z

    IIFE refactoring of job page

commit 56b2103bc8e902f5ec1c6b4bfa8070f4963ecbbd
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T07:18:37Z

    Finish refactoring of App

commit e7dcc2e9201bc9abfeb957c44b054ada085c72b6
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T07:35:46Z

    Refactor components service and factory

commit b45d0fa270dda72006297a0a4077b40a672d0cc0
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T07:55:27Z

    Refactor components directives

commit 3964e26663feee016ea0b50faa3e1c8c9490ea35
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T08:56:28Z

    refactor components controllers

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #1469: [Zeppelin-1496] Apply Zeppelin-Web Good Practic...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/zeppelin/pull/1469


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #1469: [Zeppelin-1496] Apply Zeppelin-Web Good Practic...

Posted by corneadoug <gi...@git.apache.org>.
Github user corneadoug closed the pull request at:

    https://github.com/apache/zeppelin/pull/1469


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #1469: [Zeppelin-1496] Apply Zeppelin-Web Good Practice Guide...

Posted by corneadoug <gi...@git.apache.org>.
Github user corneadoug commented on the issue:

    https://github.com/apache/zeppelin/pull/1469
  
    Ready for review.
    Re-triggering the CI


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #1469: [Zeppelin-1496] Apply Zeppelin-Web Good Practice Guide...

Posted by corneadoug <gi...@git.apache.org>.
Github user corneadoug commented on the issue:

    https://github.com/apache/zeppelin/pull/1469
  
    CI is green :)
    Good to Merge


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #1469: [Zeppelin-1496] Apply Zeppelin-Web Good Practic...

Posted by corneadoug <gi...@git.apache.org>.
GitHub user corneadoug reopened a pull request:

    https://github.com/apache/zeppelin/pull/1469

    [Zeppelin-1496] Apply Zeppelin-Web Good Practice Guide #1 to the code

    ### What is this PR for?
    This is some refactoring of zeppelin-web to apply the IIFE as stated in the Good Practice Guide #1 (https://zeppelin.apache.org/contribution/zeppelinweb/goodPracticeGuide01.html)
    
    ### What type of PR is it?
    Refactoring
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-1496
    
    ### How should this be tested?
    Run The webapp, and go around the page, things should work like usual.
    But overall, just need to check that there is no type or parameter mismatch during the refactoring process (controller to controller, params in $inject etc...)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/corneadoug/incubator-zeppelin ZEPPELIN-1496

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/1469.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1469
    
----
commit 91d6e8d843760eea5953f3815b40e8757ecba02f
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-27T08:43:34Z

    Add IIFE to app.controller.js

commit c5a3f541a51da23fbaed5abc68f4ca806cebe49b
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-27T08:48:36Z

    Move use strict outside IFFE

commit 9b4c043b634e3770856416ec52e47edd6f03d0d4
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-27T08:59:03Z

    Add congiguration.controller.js

commit ab47378358a66c7e41055aa36efb6dc2cd4720dd
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T05:36:38Z

    Refactor for IIFE credential, home and interpreter controller

commit 309347e76d667f5cd370df61e3600b63828127b3
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T07:02:12Z

    IIFE refactoring of job page

commit 50003726c2b68bc562365944d397403ea3346166
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T07:18:37Z

    Finish refactoring of App

commit a33fb6347ce58c9472dbb588b1c0981e93d48da0
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T07:35:46Z

    Refactor components service and factory

commit a58705d8a18e9e1444afbd1f9030d79ae0998a43
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T07:55:27Z

    Refactor components directives

commit d3758bc5f41da94b12a0757b07df7ea4e4ae0e8a
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T08:56:28Z

    refactor components controllers

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #1469: [Zeppelin-1496] Apply Zeppelin-Web Good Practic...

Posted by corneadoug <gi...@git.apache.org>.
GitHub user corneadoug reopened a pull request:

    https://github.com/apache/zeppelin/pull/1469

    [Zeppelin-1496] Apply Zeppelin-Web Good Practice Guide #1 to the code

    ### What is this PR for?
    This is some refactoring of zeppelin-web to apply the IIFE as stated in the Good Practice Guide #1 (https://zeppelin.apache.org/contribution/zeppelinweb/goodPracticeGuide01.html)
    
    ### What type of PR is it?
    Refactoring
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-1496
    
    ### How should this be tested?
    Run The webapp, and go around the page, things should work like usual.
    But overall, just need to check that there is no type or parameter mismatch during the refactoring process (controller to controller, params in $inject etc...)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/corneadoug/incubator-zeppelin ZEPPELIN-1496

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/1469.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1469
    
----
commit 5080b8de464303cc812e2ed771b7a67c017b9c7f
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-27T08:43:34Z

    Add IIFE to app.controller.js

commit 21a591eed164436189569a7ccc9a683b60ca65cc
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-27T08:48:36Z

    Move use strict outside IFFE

commit be8f24c80652c1d9cbcee24bf31198518da9d016
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-27T08:59:03Z

    Add congiguration.controller.js

commit 268477bd12bae7fbcd106869d4d39960f1699485
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T05:36:38Z

    Refactor for IIFE credential, home and interpreter controller

commit 14dd6ccf026be31c1734ca53c9cea47c05fd07ef
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T07:02:12Z

    IIFE refactoring of job page

commit e9f38fc69f05b8ece3c5c2bc48f1dd35214351d3
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T07:18:37Z

    Finish refactoring of App

commit eb82887f8aa3ce47d53c816960a9bdaf52ede482
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T07:35:46Z

    Refactor components service and factory

commit 76662ff1b6e4dc20e0383978a4deedb766e12af3
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T07:55:27Z

    Refactor components directives

commit 9e8fec04b71b0436dc8be1836753ca878f1e4d0d
Author: Damien CORNEAU <co...@gmail.com>
Date:   2016-09-28T08:56:28Z

    refactor components controllers

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #1469: [Zeppelin-1496] Apply Zeppelin-Web Good Practice Guide...

Posted by corneadoug <gi...@git.apache.org>.
Github user corneadoug commented on the issue:

    https://github.com/apache/zeppelin/pull/1469
  
    Merging if there is no discussions


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #1469: [Zeppelin-1496] Apply Zeppelin-Web Good Practic...

Posted by corneadoug <gi...@git.apache.org>.
Github user corneadoug closed the pull request at:

    https://github.com/apache/zeppelin/pull/1469


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---