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

fix: move gnofaucet to contribs #1955

Merged
merged 4 commits into from
Apr 19, 2024

Conversation

zivkovicmilos
Copy link
Member

@zivkovicmilos zivkovicmilos commented Apr 18, 2024

Description

This PR moves the gnofaucet codebase from gno.land/cmd/gnofaucet to ./contribs/gnofaucet, as this is causing API shenanigans when any gno API used by the gnolang/faucet library is changed.

Thank you @gfanton for resolving the Docker funny business 🙏

Contributors' checklist...
  • Added new tests, or not needed, or not feasible
  • Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
  • Updated the official documentation or not needed
  • No breaking changes were made, or a BREAKING CHANGE: xxx message was included in the description
  • Added references to related issues and PRs
  • Provided any useful hints for running manual tests
  • Added new benchmarks to generated graphs, if any. More info here.

@zivkovicmilos zivkovicmilos self-assigned this Apr 18, 2024
@github-actions github-actions bot added the 📦 ⛰️ gno.land Issues or PRs gno.land package related label Apr 18, 2024
@zivkovicmilos
Copy link
Member Author

@gfanton Would appreciate the help with the Dockerfile 🙏

Copy link

codecov bot commented Apr 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.16%. Comparing base (6f54d2b) to head (2fb2ac3).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1955      +/-   ##
==========================================
- Coverage   47.78%   45.16%   -2.62%     
==========================================
  Files         393      465      +72     
  Lines       61608    68087    +6479     
==========================================
+ Hits        29437    30752    +1315     
- Misses      29701    34758    +5057     
- Partials     2470     2577     +107     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gfanton
Copy link
Member

gfanton commented Apr 18, 2024

I will improve and revise the entire Dockerfile later. For now, it seems satisfactory with minimal changes.

@zivkovicmilos zivkovicmilos marked this pull request as ready for review April 19, 2024 08:44
@zivkovicmilos zivkovicmilos requested review from moul and a team as code owners April 19, 2024 08:44
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Copy link
Member

@thehowl thehowl left a comment

Choose a reason for hiding this comment

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

LGTM, I was reading through the docs and saw that there is never a command which references how to install the faucet itself.

So, good, maybe @leohhhn can add that later to the related docs pages for gnofaucet.

Just one note about the CI, then we should be good to go.

.github/workflows/gnoland.yml Show resolved Hide resolved
@zivkovicmilos zivkovicmilos merged commit 5a976ef into gnolang:master Apr 19, 2024
198 of 199 checks passed
@zivkovicmilos zivkovicmilos deleted the feat/move-gnofaucet branch April 19, 2024 09:16
omarsy pushed a commit to TERITORI/gno that referenced this pull request Apr 21, 2024
## Description

This PR moves the `gnofaucet` codebase from `gno.land/cmd/gnofaucet` to
`./contribs/gnofaucet`, as this is causing API shenanigans when any
`gno` API used by the `gnolang/faucet` library is changed.

Thank you @gfanton for resolving the Docker funny business 🙏 

<details><summary>Contributors' checklist...</summary>

- [x] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
- [ ] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>

---------

Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Co-authored-by: gfanton <8671905+gfanton@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 ⛰️ gno.land Issues or PRs gno.land package related
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants