Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: refactor for tasks backport #21117

Merged
merged 6 commits into from
Apr 7, 2021
Merged

Conversation

lesam
Copy link
Contributor

@lesam lesam commented Mar 31, 2021

Remove some dead code, and move the FluxLanguageService interface to the fluxlang package.

@lesam
Copy link
Contributor Author

lesam commented Mar 31, 2021

No changelog for refactors

Copy link
Contributor

@danxmoran danxmoran left a comment

Choose a reason for hiding this comment

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

Same nitpick applied repeatedly

@@ -3,6 +3,8 @@ package authorizer
import (
"context"

"github.com/influxdata/influxdb/v2/task/taskmodel"

Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like imports needed cleaned up in general here

@@ -3,6 +3,8 @@ package authorizer
import (
"context"

"github.com/influxdata/influxdb/v2/task/taskmodel"

Copy link
Contributor

Choose a reason for hiding this comment

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

Cleanup imports

@@ -4,6 +4,8 @@ import (
"context"
"fmt"

"github.com/influxdata/influxdb/v2/task/taskmodel"

Copy link
Contributor

Choose a reason for hiding this comment

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

Cleanup imports

@@ -4,6 +4,8 @@ import (
"context"
"fmt"

"github.com/influxdata/influxdb/v2/task/taskmodel"

Copy link
Contributor

Choose a reason for hiding this comment

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

Cleanup imports

@@ -8,6 +8,8 @@ import (
"testing"
"time"

"github.com/influxdata/influxdb/v2/task/taskmodel"

Copy link
Contributor

Choose a reason for hiding this comment

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

Cleanup imports

@@ -4,29 +4,29 @@ import (
"context"
"time"

"github.com/influxdata/influxdb/v2/kit/platform"
"github.com/influxdata/influxdb/v2/task/taskmodel"

Copy link
Contributor

Choose a reason for hiding this comment

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

Cleanup imports

@@ -7,15 +7,16 @@ import (
"sync"
"time"

"github.com/influxdata/influxdb/v2/task/taskmodel"

Copy link
Contributor

Choose a reason for hiding this comment

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

Cleanup imports

@@ -7,9 +7,10 @@ import (
"sync"
"time"

"github.com/influxdata/influxdb/v2/task/taskmodel"

Copy link
Contributor

Choose a reason for hiding this comment

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

Cleanup imports

@@ -16,6 +16,8 @@ import (
"testing"
"time"

"github.com/influxdata/influxdb/v2/task/taskmodel"

Copy link
Contributor

Choose a reason for hiding this comment

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

Cleanup imports


import (
"encoding/json"
"github.com/influxdata/influxdb/v2/task/taskmodel"
Copy link
Contributor

Choose a reason for hiding this comment

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

Cleanup imports

@lesam lesam merged commit 7b2e122 into influxdata:master Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants