Commit Graph

34 Commits

Author SHA1 Message Date
Elena Kushchenko
33ef7f49e7 JD-206 fix tests 2021-07-21 17:32:49 +03:00
Elena Kushchenko
95747ff5cf JD-206 improve user service to get bouncer auth context & bump parent 2021-07-21 11:13:42 +03:00
Elena Kushchenko
d704adfe72 JD-206 expose 8022 port
Java new pipeline inside build-java image (#96)

* upd build image name

* added registry address

* added registry address

* removed registry

* fixed typo

* upd postgres version

* added some commands

* added some commands

* added expose ports

* postgres fix?

* remove postgres container, added user with ro

* remove postgres container, added user with ro

* with maven stacktrace

* revert for beginning + postgres removed

* added docker socket link

* Update pipeJavaServiceInsideDocker.groovy

* Update pipeJavaServiceInsideDocker.groovy

* Update pipeJavaServiceInsideDocker.groovy

* Update pipeJavaServiceInsideDocker.groovy

* Update pipeJavaServiceInsideDocker.groovy

* cleanup

* Update pipeJavaServiceInsideDocker.groovy

* Cleanup

Co-authored-by: Ivan Panteleev <amalgamm@users.noreply.github.com>
2021-07-13 16:21:58 +03:00
ggmaleva
c39daebd15
bump keycloak and spring core 2021-06-22 14:36:43 +03:00
mr-impossibru
6b1585138c
JD-359: bug fix (#45)
* JD-359: fix different users can use magic link to join
* JD-359: add tests for listOrgMembership() when member is removed from organization
2021-06-07 16:19:10 +03:00
ggmaleva
ee3a732363
fix dependencies 2021-05-11 14:33:33 +03:00
ggmaleva
4a00334e48
add parent pom + fix checkstyle 2021-05-11 13:29:34 +03:00
ggmaleva
5b339165cd
remove enforcer plugin 2021-04-29 15:38:20 +03:00
ggmaleva
600de6b12e
update security + add enforce plugin for manage dependency 2021-04-29 13:18:55 +03:00
ggmaleva
8fb286bbcc
update security 2021-04-29 11:58:06 +03:00
ggmaleva
c946d65778
bump tomcat core 2021-04-19 16:48:45 +03:00
ggmaleva
7da5487cd0 Fix expel org member method, remove member role with member + refactoring test + migrate to junit5 2021-04-05 18:56:09 +03:00
ggmaleva
cda6dd3ea6 Update swag api for member role and refactoring tests 2021-03-31 22:14:11 +03:00
ggmaleva
5b5d4919ac update bouncer proto + add invitation id in context 2021-03-10 17:26:55 +03:00
ggmaleva
196e689775 up postgresql 2021-03-09 18:18:34 +03:00
ggmaleva
735608e577 up postgresql for up security severity 2021-03-09 18:12:26 +03:00
ggmaleva
f7394f8cf2 up guava for up security severity 2021-03-09 18:04:29 +03:00
ggmaleva
03caa877a9 add exception 2021-03-09 17:54:23 +03:00
ggmaleva
b473ddb8ac add compiler plugin for debug error 2021-03-09 17:51:55 +03:00
ggmaleva
cdac4541bf bump bouncy castle 2021-02-24 16:52:40 +03:00
ggmaleva
d7741d6203 bump keycloak 2021-02-24 16:05:57 +03:00
ggmaleva
4e68252b2d exclude bouncer-proto from org-manager proto 2021-02-24 15:43:40 +03:00
ggmaleva
979ccd6ca4 add BouncerContextFactory 2021-02-24 14:53:15 +03:00
ggmaleva
0cf22dee7a fix test 2021-02-19 13:42:40 +03:00
Anatolii Karlov
57122b381a
add mail invite (#16) 2021-02-12 20:22:50 +07:00
vitaxa
644ad8b3bd
Fixed work with expired invites (#13) 2021-02-05 13:41:45 +03:00
vitaxa
6ec7b4205b
Refactor invite creation (#8) 2021-01-29 15:40:14 +03:00
vitaxa
7b3d6965d2
Remove required status from invite (#7) 2021-01-26 17:34:31 +03:00
vitaxa
ec0eaf2235
Change rest port (#5) 2020-12-24 11:08:31 +03:00
vitaxa
405a5b9b1a bump docker base 2020-12-10 14:21:15 +03:00
vitaxa
e4382c07a7 BJ-1020: modify organization 2020-12-09 15:26:01 +03:00
vitaxa
b3b45c70f4
BJ-1016: Organization join (#3)
* BJ-1016: Organization join

* tests fix

* keycloak bump

* org find refactor

* Update src/main/java/com/rbkmoney/orgmanager/service/OrganizationService.java

Co-authored-by: Alexander Romanov <a.romanov@rbkmoney.com>

* Update src/main/java/com/rbkmoney/orgmanager/service/OrganizationService.java

Co-authored-by: Alexander Romanov <a.romanov@rbkmoney.com>

* keycloak config refactor

* method name typo

Co-authored-by: vitaxa <v.banin@rbkmoney.com>
Co-authored-by: Alexander Romanov <a.romanov@rbkmoney.com>
2020-12-04 12:24:37 +03:00
Alexander Romanov
7bb623537e
BJ-993: WIP. Organizations, invitations and roles (#1)
* BJ-993: Add swag-organizations server lib

* BJ-993: Add controllers

* BJ-993: Bump swag-organizations server lib

* BJ-993: Introduce postgres

* BJ-993: Add draft entities

* BJ-993: Messing around with hibernate

* BJ-993: Messing around with hibernate

* BJ-993: Messing around with hibernate

* BJ-993: Messing around with hibernate

* BJ-993: Bump swag-organizations server lib

* BJ-993: Add OrganizationService

* BJ-993: Add InvitationService

* BJ-993: Simplify OrganizationConverter

* BJ-993: Implement listInvitations()

* BJ-993: Fix todos in OrganizationConverter

* BJ-993: Add RoleConverter

* BJ-993: Fix some todos

* BJ-993: Provide tests for organizations logic

* BJ-993: Provide tests for converters

* BJ-993: Provide tests for invitations logic

* BJ-993: Implement revokeInvitation()

* BJ-993: Messing around with hibernate

* BJ-993: Implement listMembers()

* BJ-993: Implement getOrgMember()

* BJ-993: Add OrganizationRoleService

* BJ-993: Clean up

* BJ-993: Implement OrganizationRoleService

* BJ-993: Implement OrganizationRoleConverter

* BJ-993: Provide tests for organization roles logic

* BJ-993: Bump parent

* BJ-993: Bump dockerfile base service tag
2020-11-16 14:57:23 +03:00
a.romanov
e335ab4b56 Initial commit 2020-09-30 12:24:34 +03:00