Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
506513b
remove payment from enginx config
Marchosiax Dec 19, 2021
7953fb5
Add storage module's volume
ebrahimmfadae Jan 16, 2022
71af658
Fix storage volume address
ebrahimmfadae Jan 16, 2022
5b9271a
Merge pull request #173 from opexdev/issues/147/add-storage-volume
ebrahimmfadae Jan 16, 2022
3db78a4
close #175: Fix matching-engine's trade counter
Marchosiax Jan 17, 2022
62bbf31
Merge pull request #176 from opexdev/175-trade-id
ebrahimmfadae Jan 17, 2022
4500e65
174 upgrade versions (#179)
maryarm Jan 22, 2022
745daf6
Close #171 and #177: Kafka improvement (#180)
Marchosiax Jan 29, 2022
a4ffb96
Change java version to 11 (#185)
Marchosiax Jan 29, 2022
70228ff
Merge branch 'main' of github.com:opexdev/OPEX-Core into dev
Marchosiax Feb 2, 2022
a48a94e
#189: Add Hashicorp Vault as db credential source, smtp password is a…
maryarm Feb 5, 2022
e4cba7c
#199: move vault host config from docker to main profile (#192)
maryarm Feb 5, 2022
3f19798
Close #181, Remove nginx (#194)
ebrahimmfadae Feb 7, 2022
a05ebb1
Close #195, Fix maven build issues (#196)
ebrahimmfadae Feb 8, 2022
26c1907
Security issues resolved (#197)
Marchosiax Feb 9, 2022
e6b4994
Hostfix keycloak
ebrahimmfadae Feb 14, 2022
2f5a68e
Remove application-docker.yml and application-local.yml profiles
ebrahimmfadae Feb 16, 2022
6b69b5a
Extract keycloak frontend url configs
ebrahimmfadae Feb 16, 2022
60cb500
Remove mvnw and mvnw.cmd in all modules
ebrahimmfadae Feb 16, 2022
24f8d87
Fix postgres version
ebrahimmfadae Feb 16, 2022
f3ca226
Add resources folder
ebrahimmfadae Feb 16, 2022
98ec4dc
Fix vault config
ebrahimmfadae Feb 16, 2022
8f4d20a
Fix env variables in application.yml
ebrahimmfadae Feb 16, 2022
3eed4d4
Add migration config to keycloak
ebrahimmfadae Feb 16, 2022
e0adf93
Update keycloak url configs
ebrahimmfadae Feb 16, 2022
9d0c494
Close #200, Refactor deployment configs (#206)
ebrahimmfadae Feb 16, 2022
bc5542c
Fix opex-master-realm.json path in keycloak
ebrahimmfadae Feb 16, 2022
ac32e52
Merge branch 'issues/200/refactor-deployment-configs' into dev
ebrahimmfadae Feb 16, 2022
45f742f
Fix cert-url in websocket
ebrahimmfadae Feb 16, 2022
0ece496
Remove ; from end of postgres sql commands
ebrahimmfadae Feb 19, 2022
400e3a7
Add bitcoin reserved addresses
ebrahimmfadae Feb 19, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
java: [ 13 ]
java: [ 11 ]
name: Opex with java ${{ matrix.java }} build
steps:
- name: Checkout Source Code
Expand Down
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ target/
*.iml
*.ipr

### Other files ###
.env
docker-compose.local.yml
application-local.yml
mvnw
mvnw.cmd

### NetBeans ###
/nbproject/private/
/nbbuild/
Expand Down
3 changes: 0 additions & 3 deletions Deployment/.gitignore

This file was deleted.

120 changes: 0 additions & 120 deletions Deployment/docker-compose.dev.yml

This file was deleted.

142 changes: 0 additions & 142 deletions Deployment/docker-compose.override.yml

This file was deleted.

Loading