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

Create .gitpod.yml #1378

Merged
merged 7 commits into from
May 7, 2022
Merged

Create .gitpod.yml #1378

merged 7 commits into from
May 7, 2022

Conversation

faddat
Copy link
Member

@faddat faddat commented Apr 30, 2022

Closes: #807

What is the purpose of the change

  • provide a consistent developer environment that does not require dependency management, even for rocksdb, cleveldb, and rust
  • allow developers with m1 macs to work on osmosis confidently

Brief change log

  • adds a .gitpod.yml file to osmosis

Testing and Verifying

This change is a trivial rework / code cleanup without any test coverage.

Documentation and Release Note

  • Does this pull request introduce a new feature or user-facing behavior changes? (yes / no)
    • no
  • Is a relevant changelog entry added to the Unreleased section in CHANGELOG.md? (yes / no)
    • yes
  • How is the feature or change documented? (not applicable / specification (x/<module>/spec/) / Osmosis docs repo / not documented)

@faddat faddat marked this pull request as draft April 30, 2022 04:38
@codecov-commenter
Copy link

codecov-commenter commented Apr 30, 2022

Codecov Report

Merging #1378 (b847219) into main (f56fbe5) will decrease coverage by 0.42%.
The diff coverage is 16.39%.

@@            Coverage Diff             @@
##             main    #1378      +/-   ##
==========================================
- Coverage   19.82%   19.40%   -0.43%     
==========================================
  Files         202      229      +27     
  Lines       27685    31452    +3767     
==========================================
+ Hits         5489     6102     +613     
- Misses      21175    24237    +3062     
- Partials     1021     1113      +92     
Impacted Files Coverage Δ
x/epochs/client/cli/query.go 0.00% <ø> (ø)
x/gamm/client/cli/query.go 36.74% <0.00%> (-0.36%) ⬇️
x/gamm/pool-models/stableswap/msgs.go 0.00% <0.00%> (ø)
x/gamm/pool-models/stableswap/pool.go 0.00% <0.00%> (ø)
x/gamm/pool-models/stableswap/stableswap_pool.go 0.00% <0.00%> (ø)
.../gamm/pool-models/stableswap/stableswap_pool.pb.go 0.58% <0.00%> (-0.09%) ⬇️
x/gamm/types/pool.go 0.00% <ø> (ø)
x/incentives/client/cli/query.go 0.00% <ø> (ø)
x/incentives/keeper/distribute.go 61.00% <0.00%> (ø)
x/incentives/keeper/hooks.go 50.00% <0.00%> (ø)
... and 52 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 56a30f5...b847219. Read the comment docs.

@p0mvn
Copy link
Member

p0mvn commented May 5, 2022

Hi @faddat . What is the status of this?

@faddat faddat marked this pull request as ready for review May 6, 2022 20:28
@faddat faddat requested a review from a team May 6, 2022 20:28
@faddat
Copy link
Member Author

faddat commented May 6, 2022

Done :D

@faddat
Copy link
Member Author

faddat commented May 6, 2022

.gitpod.yml Outdated Show resolved Hide resolved
@faddat faddat merged commit 7fd7e7e into main May 7, 2022
@faddat faddat deleted the faddat/gitpod branch May 7, 2022 15:41
@github-actions github-actions bot mentioned this pull request Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Gitpod support
4 participants