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

Drop go-bindata dependency #843

Merged
merged 6 commits into from
Apr 11, 2022
Merged

Drop go-bindata dependency #843

merged 6 commits into from
Apr 11, 2022

Conversation

ARolek
Copy link
Member

@ARolek ARolek commented Apr 8, 2022

No description provided.

Bindata has been removed as the tooling for embedding the UI
in favor of using Go's native embed package.
@coveralls
Copy link

coveralls commented Apr 8, 2022

Pull Request Test Coverage Report for Build 114c3feb6-PR-843

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 45.53%

Totals Coverage Status
Change from base Build 75498b925: 0.0%
Covered Lines: 5577
Relevant Lines: 12249

💛 - Coveralls

gdey added 2 commits April 8, 2022 18:02
Moved away from build.Import as it was not finding the
package when given the sourceDirectory directly. Something
has changed in the API, not sure what. Using the `go list`
command instead.

This is fine as we where depending on it already to get the list
of all the packages in a repository. So, not we use it to get
the source directory for a package and the packages Name.

This is then used with `build.ImportDir` to get the full information
about the package.
@ARolek ARolek marked this pull request as ready for review April 11, 2022 00:09
@ARolek ARolek requested a review from gdey as a code owner April 11, 2022 00:09
@ARolek ARolek requested a review from ear7h April 11, 2022 00:10
@ARolek ARolek changed the title Drop bindata requirement Drop go-bindata dependency Apr 11, 2022
Copy link
Member

@gdey gdey left a comment

Choose a reason for hiding this comment

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

LGTM

@ARolek ARolek merged commit 0dd2d81 into v0.15.x Apr 11, 2022
@ARolek ARolek deleted the drop-bindata-requirement branch April 11, 2022 15:38
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.

3 participants