summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Juhan Aasaru [Sat, 19 Oct 2019 18:02:24 +0000 (21:02 +0300)]
make travis build develop branch
aasaru [Wed, 9 Oct 2019 07:38:45 +0000 (10:38 +0300)]
Merge pull request #7 from aasaru/gradle_4.10.3
FINCN-179 gradle to 4.10.3, FINCN-178 make Travis build forks
Juhan Aasaru [Tue, 1 Oct 2019 11:40:32 +0000 (14:40 +0300)]
FINCN-179 gradle to 4.10.3, FINCN-178 make Travis build forks
Awasum Yannick [Mon, 3 Jun 2019 19:02:15 +0000 (20:02 +0100)]
Merge pull request #6 from ebenezergraham/FINCN-157
Adding rat report to After Failure procedure
ebenezergraham [Wed, 29 May 2019 14:58:27 +0000 (18:58 +0400)]
Adding rat report to After Failure procedure
Awasum Yannick [Tue, 30 Apr 2019 08:17:25 +0000 (09:17 +0100)]
Merge pull request #5 from aasaru/artifactory
FINCN-148 build with travis-ci.com and upload artifacts to Artifactory
Juhan Aasaru [Thu, 25 Apr 2019 11:07:22 +0000 (14:07 +0300)]
FINCN-148 build with travis-ci.com and upload artifacts to Artifactory
Juhan Aasaru [Thu, 25 Apr 2019 11:01:06 +0000 (14:01 +0300)]
FINCN-148 build with travis-ci.com and upload artifacts to Artifactory
Myrle Krantz [Mon, 16 Apr 2018 19:18:32 +0000 (21:18 +0200)]
Merge pull request #4 from myrle-krantz/develop
Updating package names.
Myrle Krantz [Fri, 13 Apr 2018 10:36:47 +0000 (12:36 +0200)]
Removing last references to mifos.
Myrle Krantz [Fri, 13 Apr 2018 10:36:01 +0000 (12:36 +0200)]
Change package names from mifos to apache fineract.
Myrle Krantz [Fri, 13 Apr 2018 10:17:08 +0000 (12:17 +0200)]
Adjusting to package name changes in upstream repositories.
Myrle Krantz [Mon, 9 Apr 2018 20:02:25 +0000 (22:02 +0200)]
Merge pull request #3 from myrle-krantz/develop
Adding rat checks.
Myrle Krantz [Mon, 9 Apr 2018 20:01:24 +0000 (22:01 +0200)]
Adding rat checks.
Myrle Krantz [Fri, 16 Mar 2018 10:58:45 +0000 (11:58 +0100)]
Merge pull request #2 from Izakey/develop
Updated copyright information on permitted-feign-client
Isaac Kamga [Mon, 5 Mar 2018 19:56:02 +0000 (20:56 +0100)]
Removed unused year and name variables
Isaac Kamga [Fri, 2 Mar 2018 18:59:36 +0000 (19:59 +0100)]
Updated copyright information
Myrle Krantz [Mon, 26 Feb 2018 17:34:01 +0000 (18:34 +0100)]
Merge pull request #1 from myrle-krantz/develop
updating artifact ids to apache fineract from mifos io
Myrle Krantz [Mon, 26 Feb 2018 17:07:08 +0000 (18:07 +0100)]
updating artifact ids to apache fineract from mifos io
Markus Geiss [Wed, 27 Sep 2017 05:43:24 +0000 (07:43 +0200)]
Merge pull request #1 from markusgeiss/develop
using EmptyBodyInterceptor to configure the client
mgeiss [Wed, 27 Sep 2017 05:32:45 +0000 (07:32 +0200)]
using EmptyBodyInterceptor to configure the client
Myrle Krantz [Thu, 8 Jun 2017 16:23:05 +0000 (18:23 +0200)]
Merge pull request #3 from myrle-krantz/develop
Fine-tuning based on what I've learned from using this in integration test.
myrle-krantz [Wed, 7 Jun 2017 10:08:12 +0000 (12:08 +0200)]
Improved logging and error handling. Fixed path to identity.
myrle-krantz [Thu, 1 Jun 2017 07:54:21 +0000 (09:54 +0200)]
Changed https to http. This may need to be made configurable when we use https in deployment. I'm still figuring out how ribbon/eureka determine which protocol to use.
myrle-krantz [Wed, 31 May 2017 15:12:43 +0000 (17:12 +0200)]
Adding logging.
Myrle Krantz [Tue, 23 May 2017 07:25:36 +0000 (09:25 +0200)]
Merge pull request #2 from myrle-krantz/develop
changes to access token acquisition
myrle-krantz [Mon, 22 May 2017 14:35:24 +0000 (16:35 +0200)]
Merge branch 'develop' of https://github.com/mifosio/permitted-feign-client into develop
myrle-krantz [Mon, 22 May 2017 14:34:32 +0000 (16:34 +0200)]
Identity acquired now via feign builder instead of autowiring because pulling in configuration via @FeignClient causes it to be used for *all* the feign clients.
myrle-krantz [Sun, 21 May 2017 15:12:19 +0000 (17:12 +0200)]
Minor changes to access token acquisition so that it can be used in rhythm where we don't know in advance which application we'll be needing a token for.
Myrle Krantz [Fri, 19 May 2017 11:57:51 +0000 (13:57 +0200)]
Merge pull request #1 from myrle-krantz/develop
Making getAccessToken more useful for rhythm by making user an explic…
myrle-krantz [Fri, 19 May 2017 11:36:47 +0000 (13:36 +0200)]
Making getAccessToken more useful for rhythm by making user an explicit parameter rather than a thread local.
myrle-krantz [Wed, 3 May 2017 21:56:33 +0000 (23:56 +0200)]
Initial commit.