Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-03 | Limit size "key" field in BitBucket POST API | Maxim Epishchev | 1 | -1/+114 | |
Refactoring method ApiClient::computeAPIKey() to check maximum size of computed key. Now field size contolled by special constant ApiClient::MAX_KEY_SIZE_BB_API. This changes will resolve, in my opinion, issue with continuously rebuilding: method ApiClient::hasBuildStatus() fail and PR's are always trigger new builds. | |||||
2016-02-01 | Add tests for integration CredentialsSupport functional | Maxim Epishchev | 1 | -0/+153 | |
By default we using username/password from original text fields (config.jelly). If credentials ID provided in plugin settings - using them for BitBucket API auth. |