This repository was archived by the owner on Jun 21, 2022. It is now read-only.
Merged
Conversation
artemgavrilov
commented
Jul 14, 2020
Codecov Report
@@ Coverage Diff @@
## PMM-2.0 #420 +/- ##
===========================================
- Coverage 49.93% 49.85% -0.08%
===========================================
Files 90 91 +1
Lines 10405 10556 +151
===========================================
+ Hits 5196 5263 +67
- Misses 4810 4880 +70
- Partials 399 413 +14
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
2 tasks
d95439e to
a2880e3
Compare
4 tasks
Contributor
Author
|
Feature build in progress |
palash25
reviewed
Jul 17, 2020
AlekSi
suggested changes
Jul 20, 2020
AlekSi
reviewed
Jul 23, 2020
AlekSi
approved these changes
Jul 23, 2020
3 tasks
Contributor
Author
|
Something strange happening with CI. |
palash25
approved these changes
Jul 28, 2020
askomorokhov
pushed a commit
that referenced
this pull request
Mar 22, 2021
* SAAS-175 Update saas dependency * SAAS-175 Update pmm dependency * SAAS-175 Implement authentication methods * SAAS-175 Update pmm dependency, remove RefreshSession API method * SAAS-175 Add auth tests * SAAS-175 Refactoring * SAAS-175 Fix tests * SAAS-175 Mute linter * SAAS-175 Refactoring * SAAS-175 Update pmm dependency, fix build * SAAS-175 Refactoring * SAAS-175 Refactoring * SAAS-175 Extract auth type to const * SAAS-175 Generate passwords in tests * SAAS-175 Refresh session every day * SAAS-175 Save users email * SAAS-175 Fix permissions * SAAS-175 Fix tests * SAAS-175 Refactoring Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com> * SAAS-175 Add comment * SAAS-175 Remove redundant error check * SAAS-175 Improove env variable name * SAAS-175 Fix comments * SAAS-175 Refactoring * SAAS-175 Add LogOut option to settings update * SAAS-175 Fix linters * SAAS-175 Install gofumpt * SAAS-175 Use cleanup * SAAS-175 Gofumpt * SAAS-175 Use mock for testing * SAAS-175 Add timeout to refresh session request * SAAS-175 Set Platrotm API request timeouts * SAAS-175 Hit CI * SAAS-175 Refactoring * SAAS-175 Refactoring * SAAS-174 Update pmm dependency * SAAS-174 Update saas dependency * SAAS-174 Add password reset method * SAAS-175 Hit CI * SAAS-174 Update pmm dependecny * SAAS-175 SAAS-174 Do not wrap gRPC errors * SAAS-175 Update saas and pmm dependencies * SAAS-174 Remove password reset API method * SAAS-175 Hit CI * SAAS-175 Update pmm dependency * SAAS-175 Regenerate mocks * SAAS-175 Update API branch Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com> Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://jira.percona.com/browse/SAAS-175
SAAS-175 Auth API pmm#553
Feature build: Percona-Lab/pmm-submodules#967
Integration with Percona Auth Service, added three server API methods SignUp and SingIn accessible only for grafana admin.