Skip to content

Issue 1202 org rules from fes - #1369

Merged
DenBond7 merged 20 commits into
masterfrom
issue_1202_org_rules_from_fes
Jul 29, 2021
Merged

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

Conversation

@DenBond7

Copy link
Copy Markdown
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

@DenBond7DenBond7 added the PR submitted PR is submitted for this issue label Jul 27, 2021
@DenBond7DenBond7 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 tomholubJuly 29, 2021 08:03

@tomholubtomholub left a comment

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

inMilliseconds

Copy link
Copy Markdown
CollaboratorAuthor

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 masterJul 29, 2021
@DenBond7
DenBond7 deleted the issue_1202_org_rules_from_fes branch July 29, 2021 08:58
@tomholub

Copy link
Copy Markdown
Collaborator

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

@DenBond7

Copy link
Copy Markdown
CollaboratorAuthor

Upps... Sorry.

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

@tomholub

Copy link
Copy Markdown
Collaborator

Understood - that's fair :-)

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

Labels

PR submittedPR 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

@DenBond7@tomholub