-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added handling of 429 error code("Rate limit exceeded") * bump versions of used libs (cherry picked from commit 0984aed) * upgrade to gradle wrapper to v5.5.1 * use openjdk 11 on travis build * update codacy-coverage-reporter to v. 6.0.0 * update gradle task for codacy * fix: dependencies updated * chore: changes for new version * chore(CI): GitLab Actions added * chore(CI): GitLab Actions refactored * chore(CI): GitLab Actions refactored * chore(CI): GitLab Actions versions updated * chore(CI): GitLab Action gradle run updated * chore(CI): GitLab Action gradle run updated * chore(CI): GitLab Action gradle run updated * chore(CI): GitLab Action gradle run updated * chore(CI): GitLab Action gradle run updated * chore(CI): GitLab Action gradle run updated * chore(CI): split actions * chore(CI): split actions * chore(docs): missing comments added * fix(CI): invocation fix * fix(api): refactored * fix(itest): pass vars * fix(itest): pass vars * chore(ci): scan added * chore(ci): publish only releases * chore(ci): publish only releases * fix(codacy): issues solved * fix(codacy): issues solved * chore: updated for personal access token * fix: updated for personal access token --------- Co-authored-by: Alexander Deyneka <[email protected]>
- Loading branch information
Showing
37 changed files
with
945 additions
and
703 deletions.
There are no files selected for viewing
This file contains 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
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-17.9 KB
.nb-gradle/private/cache/airtable.java-d41d8cd98f00b204e9800998ecf8427e
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
#Thu Apr 13 17:03:46 CEST 2017 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.