Commit Graph

198 Commits

Author SHA1 Message Date
tesobe-daniel
71ce250267
Create CONTRIBUTING.MD 2019-02-19 17:16:37 +01:00
Simon Redfern
6799272380
Merge pull request #81 from PengfeiLi0218/master
branch update api
2019-02-15 12:05:11 +01:00
PengfeiLi0218
9df709b850 branch update api 2019-02-14 23:22:12 +08:00
Simon Redfern
57701a848f
Merge pull request #80 from PengfeiLi0218/master
Add branches
2019-02-13 13:07:57 +01:00
PengfeiLi0218
40a8c46582 check pagination / sorting of entitlement requests #76 2019-02-13 19:38:08 +08:00
Simon Redfern
c8d8c89b04
Merge pull request #79 from PengfeiLi0218/master
https://github.com/OpenBankProject/API-Manager/pull/67
2019-02-08 14:00:48 +01:00
PengfeiLi0218
61d98c55ac check pagination / sorting of entitlement requests #76 2019-02-08 13:05:24 +08:00
PengfeiLi0218
739c44da62 Add Branches page #75
verify should come from settings and default to true #78
2019-02-08 12:35:51 +08:00
PengfeiLi0218
ed3556152c https://github.com/OpenBankProject/API-Manager/pull/67
user None exception in users\views

verify warnings to check if start with https
2019-02-06 20:01:29 +08:00
Simon Redfern
d3e5ba8604
Merge pull request #77 from PengfeiLi0218/master
Change Customer menu item to Resources which is a drop down menu
2019-02-05 17:02:31 +01:00
PengfeiLi0218
331fcf74d5 https://manager.ahlisandbox.com/metrics/summary still throws a 500 2019-02-05 21:25:49 +08:00
PengfeiLi0218
b11b85a9f1 https://github.com/OpenBankProject/API-Manager/pull/67
user None exception in users\views
2019-01-31 23:11:00 +08:00
PengfeiLi0218
ed457e128f Change Customer menu item to Resources which is a drop down menu #74 2019-01-31 20:16:41 +08:00
PengfeiLi0218
179bb51ca7 https://github.com/OpenBankProject/API-Manager/pull/67
user None exception in users\views
2019-01-29 20:45:24 +08:00
Simon Redfern
890731395f
Merge pull request #71 from PengfeiLi0218/master
Error handling for KPI Dashboard of API Manager if CanGetConsumers, C…
2019-01-29 12:58:22 +01:00
PengfeiLi0218
e349d641ec Error handling for KPI Dashboard of API Manager if CanGetConsumers, CanGetAnyUser is not present #65 2019-01-29 19:52:21 +08:00
Simon Redfern
ca2fe60ac1
Merge pull request #70 from PengfeiLi0218/master
#69
2019-01-29 12:47:39 +01:00
PengfeiLi0218
c515a822f5 Error handling for KPI Dashboard of API Manager if CanGetConsumers, CanGetAnyUser is not present #65 2019-01-29 00:07:20 +08:00
PengfeiLi0218
8a8d5ceec4 Error handling for KPI Dashboard of API Manager if CanGetConsumers, CanGetAnyUser is not present #65 2019-01-28 23:59:15 +08:00
Simon Redfern
b02eb0a582
Merge pull request #68 from chrisjsimpson/master
Updated README install instructions for Installation (development) by…
2019-01-28 14:52:31 +01:00
Simon Redfern
429e642250
Merge pull request #69 from PengfeiLi0218/master
Error handling for KPI Dashboard of API Manager #65
2019-01-28 13:31:00 +01:00
PengfeiLi0218
18dbaeee45 Error handling for KPI Dashboard of API Manager if CanGetConsumers, CanGetAnyUser is not present #65 2019-01-28 20:16:40 +08:00
chrisjsimpson
b744857734 Updated README install instructions for Installation (development) by adding
missing default constants for EXCLUDE_APPS and others. Without these getting
setup locally fails.
2018-12-20 01:55:39 +00:00
Simon Redfern
aed119466d
Merge pull request #62 from shanhuhai/master
Fix the 500 error when query an none exist username , removed the duplicated error message and updated the Readme.md and settings.py
2018-10-02 14:57:53 +02:00
JianweiGao
b7d7fd4bc6 Update the README.md 2018-10-02 18:50:38 +08:00
JianweiGao
4d77164be6 Fixed the 500 error when query a none exist username
Removed the duplicate messages when role missing on KPI dashboard of Metrcs
2018-10-02 16:43:39 +08:00
JianweiGao
2460508ad1 Change the font size of some section caption 2018-10-02 15:16:38 +08:00
JianweiGao
40d5036cd9 Update the Readme and settings.py 2018-10-02 00:06:28 +08:00
Simon Redfern
bad89e8233
Merge pull request #61 from shanhuhai/master
Fix the datetime problem in "KPI Dashboard" of "Metrics"
2018-10-01 12:58:19 +02:00
JianweiGao
8220547ecd Added pagination for the users list page
No longer load all users with "/users/all" to filter usernames and email
Load the all entitlements with the "/entitlements" api  instead of traversing all the users
Set default value for the call limits inputs
2018-10-01 16:23:22 +08:00
JianweiGao
53f84db2a9 Fix the datetime problem in "KPI Dashboard" of "Metrics" 2018-09-27 23:38:17 +08:00
Simon Redfern
cdd943b24b
Merge pull request #60 from shanhuhai/master
Show the five call limits value on consumer detail view
2018-09-26 21:32:18 -04:00
JianweiGao
fee4336078 Merge remote-tracking branch 'upstream/master' 2018-09-26 21:44:11 +08:00
JianweiGao
a40e6450bd Show the five call limits value on detail view 2018-09-25 22:51:24 +08:00
Simon Redfern
6e77ce21c3
Merge pull request #59 from hongwei1/master
revert the consumers response json
2018-09-24 11:35:31 -04:00
JianweiGao
339ce1359d Fix the "/consumers" api again
Set the consumer_id to a hidden input in the Consumers detail view
2018-09-24 23:08:56 +08:00
hongwei1
74bc583533 revert the consumers response json 2018-09-23 14:13:18 +02:00
Simon Redfern
ed46c54b69
Merge pull request #58 from shanhuhai/master
Added a form to update consumer's call limit on the consumer's details page
2018-09-21 17:56:05 +02:00
Simon Redfern
7922338575
Merge pull request #57 from karmaking/patch-1
added requirement
2018-09-20 09:21:13 +02:00
Simon Redfern
113843a80c
Merge branch 'master' into patch-1 2018-09-20 09:20:53 +02:00
Simon Redfern
fd29ea2bc8
Merge pull request #56 from hongwei1/master
fixed the date time format
2018-09-20 09:19:24 +02:00
JianweiGao
264b9a085c Added "django-bootstrap-datepicker-plus" in requirements.txt
Fix the bug where the /conumsers page could not be opened due to interface changes
Added more files that don't need to be added to the repository to .gitignore
2018-09-19 23:33:54 +08:00
karmaking
fb447236f6
added requirement
added django-bootstrap-datepicker-plus as requirement
2018-08-31 12:20:49 +02:00
hongwei1
817ca8f678 fixed the date time format 2018-08-21 09:02:47 +02:00
Simon Redfern
40038e3b43
Merge pull request #55 from OpenBankProject/develop
Develop
2018-08-19 13:27:32 +02:00
moule3053
83fe0bcc3d Fixed top apis when include obp system calls is selected, removed unnecessary lines 2018-08-16 14:34:58 +02:00
moule3053
95faea84cc Implemented median time to first api call 2018-08-15 15:57:21 +02:00
moule3053
840f1d8e4d Fixed issue with drop down menu, implemented time to first api call 2018-08-14 16:47:09 +02:00
moule3053
64edfcd7f1 Incorporated date time picker based on bootstrap, renamed "Include OBP" to "Include System Calls" 2018-08-01 15:17:06 +02:00
Simon Redfern
c281da99c6
Merge pull request #53 from moule3053/master
Temporarily disabled views, kept only weekly and daily views
2018-07-24 11:49:37 -04:00