grafana/pkg/services/notifications
idafurjes 6c43eb0b4d
Split Create User (#50502)
* Split Create User

* Use new create user and User from package user

* Add service to wire

* Making create user work

* Replace user from user pkg

* One more

* Move Insert to orguser Service/Store

* Remove unnecessary conversion

* Cleaunp

* Fix Get User and add fakes

* Fixing get org id for user logic, adding fakes and other adjustments

* Add some tests for ourguser service and store

* Fix insert org logic

* Add comment about deprecation

* Fix after merge with main

* Move orguser service/store to org service/store

* Remove orguser from wire

* Unimplement new Create user and use User from pkg user

* Fix wire generation

* Fix lint

* Fix lint - use only User and CrateUserCommand from user pkg

* Remove User and CreateUserCommand from models

* Fix lint 2
2022-06-28 14:32:25 +02:00
..
codes_test.go Split Create User (#50502) 2022-06-28 14:32:25 +02:00
codes.go Split Create User (#50502) 2022-06-28 14:32:25 +02:00
email.go Split Create User (#50502) 2022-06-28 14:32:25 +02:00
mailer.go Alerting: Add abstraction layer and testing hooks in front of SMTP dialer (#43875) 2022-01-13 15:19:15 -06:00
mock.go Remove bus from org invite api (#44530) 2022-01-31 17:24:52 +01:00
notifications_test.go Split Create User (#50502) 2022-06-28 14:32:25 +02:00
notifications.go Split Create User (#50502) 2022-06-28 14:32:25 +02:00
send_email_integration_test.go Chore: Remove global bus variable (#50765) 2022-06-14 16:07:41 +02:00
smtp_test.go Alerting: Add abstraction layer and testing hooks in front of SMTP dialer (#43875) 2022-01-13 15:19:15 -06:00
smtp.go Chore: Remove Wrapf (#50128) 2022-06-06 22:30:31 +02:00
testing.go Alerting: Add abstraction layer and testing hooks in front of SMTP dialer (#43875) 2022-01-13 15:19:15 -06:00
webhook.go chore: remove golang.org/x/net/context in favor of stdlib (#47532) 2022-04-11 08:46:21 -04:00