Skip to content

Issue 1202 org rules from fes#1369

Merged
DenBond7 merged 20 commits intomasterfrom
issue_1202_org_rules_from_fes
Jul 29, 2021
Merged

Issue 1202 org rules from fes#1369
DenBond7 merged 20 commits intomasterfrom
issue_1202_org_rules_from_fes

Conversation

@DenBond7
Copy link
Collaborator

This PR added an ability to fetch OrgRules from FES

close #1202


Tests (delete all except exactly one):

  • Tests added or updated

To be filled by reviewers

I have reviewed that this PR... (tick whichever items you personally focused on during this review):

  • addresses the issue it closes (if any)
  • code is readable and understandable
  • is accompanied with tests, or tests are not needed
  • is free of vulnerabilities

@DenBond7 DenBond7 added the PR submitted PR is submitted for this issue label Jul 27, 2021
@DenBond7 DenBond7 added this to the 1.2.0: More OrgRules milestone Jul 27, 2021
@DenBond7 DenBond7 marked this pull request as ready for review July 29, 2021 08:03
@DenBond7 DenBond7 requested a review from tomholub July 29, 2021 08:03
Copy link
Collaborator

@tomholub tomholub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good. Will try the app


suspend fun hasInternetAccess(): Boolean = withContext(Dispatchers.IO) {
val url = "https://www.google.com"
val connectionTimeoutInSeconds = 2000L
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inMilliseconds

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@DenBond7 DenBond7 merged commit 8e38333 into master Jul 29, 2021
@DenBond7 DenBond7 deleted the issue_1202_org_rules_from_fes branch July 29, 2021 08:58
@tomholub
Copy link
Collaborator

I haven't tried it yet. It's ok - I'll test it from master.

@DenBond7
Copy link
Collaborator Author

Upps... Sorry.

For me approved PR means it's ready for merging.

@tomholub
Copy link
Collaborator

Understood - that's fair :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR submitted PR is submitted for this issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Retrieve OrgRules from FES before trying backend

2 participants