Commit Graph

295 Commits

Author SHA1 Message Date
dependabot[bot]
1ffcf36f8c
Bump requests from 2.11.1 to 2.20.0
Bumps [requests](https://github.com/requests/requests) from 2.11.1 to 2.20.0.
- [Release notes](https://github.com/requests/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/requests/requests/compare/v2.11.1...v2.20.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-01-09 15:10:12 +00:00
Simon Redfern
ea12b68743
Merge pull request #94 from OpenBankProject/dependabot/pip/django-2.0.12
Bump django from 2.0.7 to 2.0.12
2020-01-09 16:09:41 +01:00
Simon Redfern
f930141c79
Merge pull request #99 from hongwei1/develop
added the cache and fixed the save issues
2020-01-09 16:07:39 +01:00
hongwei
1ccc81b3e4 Merge branch 'master' into develop 2020-01-02 08:09:48 +01:00
yuanxiaojun
5ac7cb2397 apicache fix 2019-12-12 21:14:34 +08:00
yuanxiaojun
927fb9c1f3 fix apicache 2019-12-12 19:21:41 +08:00
yuanxiaojun
d34948c91d apicache bug fix 2019-12-11 17:49:17 +08:00
yuanxiaojun
a5c2852c9d apicache fix 2019-12-11 17:21:18 +08:00
yuanxiaojun
fdf1aef06b optimization api cache 2019-12-05 17:34:43 +08:00
yuanxiaojun
7428cdca61 add top consumers 2019-12-05 16:20:37 +08:00
yuanxiaojun
0ae16d28dc add api caches 2019-12-04 18:00:07 +08:00
hongwei
a2de0d3c70 Merge remote-tracking branch 'xiaojun/master' 2019-12-02 10:56:07 +01:00
yuanxiaojun
534fd0ebe8 bugfix/webui: fix messages display error 2019-11-28 09:17:11 +08:00
hongwei
d39239d11c fix messages display error 2019-11-26 20:12:42 +01:00
yuanxiaojun
e5cc78d32a bugfix/methodrouting: fix messages display error 2019-11-26 15:25:53 +08:00
Simon Redfern
de93444791
Merge pull request #96 from hongwei1/master
added the methodRouting Swagger Url and added the .gitgnore
2019-11-11 16:42:33 +01:00
hongwei
4bd4da0305 ingore the venv 2019-11-11 16:12:34 +01:00
hongwei
c59e2d96d0 added the methodrouting swagger url 2019-11-11 16:12:13 +01:00
dependabot[bot]
881c182a6b
Bump django from 2.0.7 to 2.0.12
Bumps [django](https://github.com/django/django) from 2.0.7 to 2.0.12.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.0.7...2.0.12)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-08 12:06:51 +00:00
Simon Redfern
14c7953a86
Merge pull request #91 from hongwei1/master
fixed the bugs and some enhancements
2019-11-08 13:06:16 +01:00
shuang
df13cd0da0 bugfix/webui_: save_miss_entitlement_errors 2019-11-06 15:37:10 +08:00
shuang
9b61975423 bugfix/metrics_to_day_format: make format %Y-%m-%d %H:00:00 2019-11-04 16:34:57 +08:00
shuang
bf7883a952 bugfix/fix_web_ui_values: fix save and delete success not refresh id problem. 2019-11-01 12:59:09 +08:00
shuang
c155dca141 bugfix/fix_web_ui_values: save and delete message. 2019-10-31 22:51:57 +08:00
hongwei
7afe047700 Merge remote-tracking branch 'OpenBankProject/master'
# Conflicts:
#	apimanager/methodrouting/views.py
2019-10-31 12:32:48 +01:00
PengfeiLi0218
592d79bbe1 reflect after saving 2019-10-23 22:17:45 +08:00
PengfeiLi0218
7665721e3f
Merge pull request #93 from oldbig/bugfix/configurations_pages_not_show_missing_roles
Bugfix/configurations pages not show missing roles
2019-10-22 21:09:08 +08:00
hongwei1
a8ddaa6030 added tge missing library psycopg2 2019-10-14 14:07:08 +02:00
shuang
347e4b7637 buffix, fix: Users->All page, show all missing role message. 2019-10-11 19:29:19 +08:00
shuang
4387995144 buffix, fix: Users->All page, if roles's dropdown is empty, don't show the empty dropdown. 2019-10-10 21:03:05 +08:00
shuang
0443e1c50f buffix, fix: configurations pages not show missing roles. 2019-10-10 16:45:03 +08:00
hongwei1
f341a89355 change bold to normal 2019-09-18 13:13:00 +02:00
hongwei1
9a13c01bae typo 2019-09-18 13:11:21 +02:00
hongwei1
badadfbe61 code clean 2019-09-17 15:12:24 +02:00
hongwei1
3d9b92880c clean the unuseful error handling 2019-09-17 14:31:34 +02:00
hongwei1
351553729c added the method_routing_id and fixed the create method issue 2019-09-17 12:33:38 +02:00
PengfeiLi0218
074f4c09e7 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	apimanager/methodrouting/views.py
2019-08-29 20:26:15 +08:00
PengfeiLi0218
945cf02814 fix webui save function 2019-08-29 20:24:37 +08:00
Simon Redfern
c7aaa42966
Merge pull request #90 from hongwei1/master
tweaked error message (but we need a constant for this)
2019-08-22 12:17:06 +02:00
hongwei1
49eb30c77b Merge remote-tracking branch 'OBP/master' 2019-08-22 12:04:36 +02:00
hongwei1
0d9f247664 tweaked the error message 2019-08-22 11:55:10 +02:00
Simon Redfern
27f90a7458
Merge pull request #89 from OpenBankProject/karmaking-patch-1
Update bootstrap.min.css
2019-08-22 11:54:40 +02:00
Simon Redfern
9b4c3bb1a1
Merge pull request #88 from hongwei1/master
WebUi and MethodRouthings
2019-08-22 11:50:00 +02:00
hongwei1
b07dfeae65 Merge remote-tracking branch 'OBP/karmaking-patch-1' 2019-08-21 15:36:21 +02:00
tesobe-daniel
f983bc0a50
Update bootstrap.min.css
quick'n'dirty fix to fit all (new) items into the navbar
2019-08-20 23:16:22 +02:00
hongwei1
23f75ad841 use the dropdown-menu for Configurations 2019-08-19 18:23:16 +02:00
hongwei1
263168b157 added the delete button for webuiprops 2019-08-19 18:11:14 +02:00
hongwei1
6024c214d4 set delete button to red for methodrouting 2019-08-19 18:07:07 +02:00
hongwei1
96e44c7ca0 fixed the webui function 2019-08-19 15:08:27 +02:00
hongwei1
0b3c9cc94d fixed the is_bank_id_exact_match field 2019-08-19 11:02:17 +02:00