You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ik...@apache.org on 2018/06/11 01:23:17 UTC

[fineract-cn-office] branch develop updated (67053a9 -> 3b2677b)

This is an automated email from the ASF dual-hosted git repository.

ikamga pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-office.git.


    from 67053a9  Merge pull request #5 from Izakey/develop
     add 59159e5  Revert "Document the Office API"
     new 3b2677b  Merge pull request #6 from apache/revert-5-develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 service/build.gradle                               |  19 -
 service/src/doc/asciidoc/api-docs.adoc             | 201 -----
 .../should-create-employee/curl-request.adoc       |   4 -
 .../should-create-employee/http-request.adoc       |   9 -
 .../should-create-employee/http-response.adoc      |   5 -
 .../should-create-employee/httpie-request.adoc     |   4 -
 .../curl-request.adoc                              |   4 -
 .../http-request.adoc                              |   7 -
 .../http-response.adoc                             |   5 -
 .../httpie-request.adoc                            |   4 -
 .../should-delete-employee/curl-request.adoc       |   4 -
 .../should-delete-employee/http-request.adoc       |   8 -
 .../should-delete-employee/http-response.adoc      |   5 -
 .../should-delete-employee/httpie-request.adoc     |   4 -
 .../should-find-all-employees/curl-request.adoc    |   4 -
 .../should-find-all-employees/http-request.adoc    |   7 -
 .../should-find-all-employees/http-response.adoc   |   5 -
 .../should-find-all-employees/httpie-request.adoc  |   4 -
 .../curl-request.adoc                              |   4 -
 .../http-request.adoc                              |   7 -
 .../http-response.adoc                             |   5 -
 .../httpie-request.adoc                            |   4 -
 .../curl-request.adoc                              |   4 -
 .../http-request.adoc                              |  10 -
 .../http-response.adoc                             |   5 -
 .../httpie-request.adoc                            |   4 -
 .../should-update-employee/curl-request.adoc       |   4 -
 .../should-update-employee/http-request.adoc       |   9 -
 .../should-update-employee/http-response.adoc      |   5 -
 .../should-update-employee/httpie-request.adoc     |   4 -
 .../should-add-branch/curl-request.adoc            |   4 -
 .../should-add-branch/http-request.adoc            |   9 -
 .../should-add-branch/http-response.adoc           |   5 -
 .../should-add-branch/httpie-request.adoc          |   4 -
 .../should-create-office/curl-request.adoc         |   4 -
 .../should-create-office/http-request.adoc         |  10 -
 .../should-create-office/http-response.adoc        |   5 -
 .../should-create-office/httpie-request.adoc       |   4 -
 .../curl-request.adoc                              |   4 -
 .../http-request.adoc                              |   7 -
 .../http-response.adoc                             |   5 -
 .../httpie-request.adoc                            |   4 -
 .../should-get-address-of-office/curl-request.adoc |   4 -
 .../should-get-address-of-office/http-request.adoc |   8 -
 .../http-response.adoc                             |   5 -
 .../httpie-request.adoc                            |   4 -
 .../curl-request.adoc                              |   4 -
 .../http-request.adoc                              |  10 -
 .../http-response.adoc                             |   5 -
 .../httpie-request.adoc                            |   4 -
 .../should-set-address-of-office/curl-request.adoc |   4 -
 .../should-set-address-of-office/http-request.adoc |  10 -
 .../http-response.adoc                             |   5 -
 .../httpie-request.adoc                            |   4 -
 .../should-update-office/curl-request.adoc         |   4 -
 .../should-update-office/http-request.adoc         |   9 -
 .../should-update-office/http-response.adoc        |   5 -
 .../should-update-office/httpie-request.adoc       |   4 -
 service/src/doc/html5/html5/api-docs.html          | 886 ---------------------
 .../apache/fineract/cn/office/TestEmployee.java    | 483 -----------
 .../org/apache/fineract/cn/office/TestOffice.java  | 488 ------------
 .../cn/office/listener/EmployeeEventListener.java  |  89 ---
 .../cn/office/listener/MigrationEventListener.java |  50 --
 .../cn/office/listener/OfficeEventListener.java    | 111 ---
 .../fineract/cn/office/util/AddressFactory.java    |  40 -
 .../fineract/cn/office/util/EmployeeFactory.java   |  38 -
 .../fineract/cn/office/util/OfficeFactory.java     |  37 -
 67 files changed, 2744 deletions(-)
 delete mode 100644 service/src/doc/asciidoc/api-docs.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-create-employee/curl-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-create-employee/http-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-create-employee/http-response.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-create-employee/httpie-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-delete-contact-detail-of-employee/curl-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-delete-contact-detail-of-employee/http-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-delete-contact-detail-of-employee/http-response.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-delete-contact-detail-of-employee/httpie-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-delete-employee/curl-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-delete-employee/http-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-delete-employee/http-response.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-delete-employee/httpie-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-find-all-employees/curl-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-find-all-employees/http-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-find-all-employees/http-response.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-find-all-employees/httpie-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-find-employees-by-office/curl-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-find-employees-by-office/http-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-find-employees-by-office/http-response.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-find-employees-by-office/httpie-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-set-contact-detail-of-employee/curl-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-set-contact-detail-of-employee/http-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-set-contact-detail-of-employee/http-response.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-set-contact-detail-of-employee/httpie-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-update-employee/curl-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-update-employee/http-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-update-employee/http-response.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-employee/should-update-employee/httpie-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-add-branch/curl-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-add-branch/http-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-add-branch/http-response.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-add-branch/httpie-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-create-office/curl-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-create-office/http-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-create-office/http-response.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-create-office/httpie-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-delete-address-of-office/curl-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-delete-address-of-office/http-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-delete-address-of-office/http-response.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-delete-address-of-office/httpie-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-get-address-of-office/curl-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-get-address-of-office/http-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-get-address-of-office/http-response.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-get-address-of-office/httpie-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-indicate-office-has-external-references/curl-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-indicate-office-has-external-references/http-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-indicate-office-has-external-references/http-response.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-indicate-office-has-external-references/httpie-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-set-address-of-office/curl-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-set-address-of-office/http-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-set-address-of-office/http-response.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-set-address-of-office/httpie-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-update-office/curl-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-update-office/http-request.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-update-office/http-response.adoc
 delete mode 100644 service/src/doc/generated-snippets/test-office/should-update-office/httpie-request.adoc
 delete mode 100644 service/src/doc/html5/html5/api-docs.html
 delete mode 100644 service/src/test/java/org/apache/fineract/cn/office/TestEmployee.java
 delete mode 100644 service/src/test/java/org/apache/fineract/cn/office/TestOffice.java
 delete mode 100644 service/src/test/java/org/apache/fineract/cn/office/listener/EmployeeEventListener.java
 delete mode 100644 service/src/test/java/org/apache/fineract/cn/office/listener/MigrationEventListener.java
 delete mode 100644 service/src/test/java/org/apache/fineract/cn/office/listener/OfficeEventListener.java
 delete mode 100644 service/src/test/java/org/apache/fineract/cn/office/util/AddressFactory.java
 delete mode 100644 service/src/test/java/org/apache/fineract/cn/office/util/EmployeeFactory.java
 delete mode 100644 service/src/test/java/org/apache/fineract/cn/office/util/OfficeFactory.java

-- 
To stop receiving notification emails like this one, please contact
ikamga@apache.org.

[fineract-cn-office] 01/01: Merge pull request #6 from apache/revert-5-develop

Posted by ik...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ikamga pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-office.git

commit 3b2677b08bc26604941d17a8093e2546538d8d12
Merge: 67053a9 59159e5
Author: Isaac Kamga <u2...@gmail.com>
AuthorDate: Mon Jun 11 02:23:15 2018 +0100

    Merge pull request #6 from apache/revert-5-develop
    
    Revert "Document the Office API"

 service/build.gradle                               |  19 -
 service/src/doc/asciidoc/api-docs.adoc             | 201 -----
 .../should-create-employee/curl-request.adoc       |   4 -
 .../should-create-employee/http-request.adoc       |   9 -
 .../should-create-employee/http-response.adoc      |   5 -
 .../should-create-employee/httpie-request.adoc     |   4 -
 .../curl-request.adoc                              |   4 -
 .../http-request.adoc                              |   7 -
 .../http-response.adoc                             |   5 -
 .../httpie-request.adoc                            |   4 -
 .../should-delete-employee/curl-request.adoc       |   4 -
 .../should-delete-employee/http-request.adoc       |   8 -
 .../should-delete-employee/http-response.adoc      |   5 -
 .../should-delete-employee/httpie-request.adoc     |   4 -
 .../should-find-all-employees/curl-request.adoc    |   4 -
 .../should-find-all-employees/http-request.adoc    |   7 -
 .../should-find-all-employees/http-response.adoc   |   5 -
 .../should-find-all-employees/httpie-request.adoc  |   4 -
 .../curl-request.adoc                              |   4 -
 .../http-request.adoc                              |   7 -
 .../http-response.adoc                             |   5 -
 .../httpie-request.adoc                            |   4 -
 .../curl-request.adoc                              |   4 -
 .../http-request.adoc                              |  10 -
 .../http-response.adoc                             |   5 -
 .../httpie-request.adoc                            |   4 -
 .../should-update-employee/curl-request.adoc       |   4 -
 .../should-update-employee/http-request.adoc       |   9 -
 .../should-update-employee/http-response.adoc      |   5 -
 .../should-update-employee/httpie-request.adoc     |   4 -
 .../should-add-branch/curl-request.adoc            |   4 -
 .../should-add-branch/http-request.adoc            |   9 -
 .../should-add-branch/http-response.adoc           |   5 -
 .../should-add-branch/httpie-request.adoc          |   4 -
 .../should-create-office/curl-request.adoc         |   4 -
 .../should-create-office/http-request.adoc         |  10 -
 .../should-create-office/http-response.adoc        |   5 -
 .../should-create-office/httpie-request.adoc       |   4 -
 .../curl-request.adoc                              |   4 -
 .../http-request.adoc                              |   7 -
 .../http-response.adoc                             |   5 -
 .../httpie-request.adoc                            |   4 -
 .../should-get-address-of-office/curl-request.adoc |   4 -
 .../should-get-address-of-office/http-request.adoc |   8 -
 .../http-response.adoc                             |   5 -
 .../httpie-request.adoc                            |   4 -
 .../curl-request.adoc                              |   4 -
 .../http-request.adoc                              |  10 -
 .../http-response.adoc                             |   5 -
 .../httpie-request.adoc                            |   4 -
 .../should-set-address-of-office/curl-request.adoc |   4 -
 .../should-set-address-of-office/http-request.adoc |  10 -
 .../http-response.adoc                             |   5 -
 .../httpie-request.adoc                            |   4 -
 .../should-update-office/curl-request.adoc         |   4 -
 .../should-update-office/http-request.adoc         |   9 -
 .../should-update-office/http-response.adoc        |   5 -
 .../should-update-office/httpie-request.adoc       |   4 -
 service/src/doc/html5/html5/api-docs.html          | 886 ---------------------
 .../apache/fineract/cn/office/TestEmployee.java    | 483 -----------
 .../org/apache/fineract/cn/office/TestOffice.java  | 488 ------------
 .../cn/office/listener/EmployeeEventListener.java  |  89 ---
 .../cn/office/listener/MigrationEventListener.java |  50 --
 .../cn/office/listener/OfficeEventListener.java    | 111 ---
 .../fineract/cn/office/util/AddressFactory.java    |  40 -
 .../fineract/cn/office/util/EmployeeFactory.java   |  38 -
 .../fineract/cn/office/util/OfficeFactory.java     |  37 -
 67 files changed, 2744 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ikamga@apache.org.