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

Gitpod support #807

Closed
faddat opened this issue Jan 30, 2022 · 7 comments · Fixed by #1378
Closed

Gitpod support #807

faddat opened this issue Jan 30, 2022 · 7 comments · Fixed by #1378
Assignees

Comments

@faddat
Copy link
Member

faddat commented Jan 30, 2022

If we installed the gitpod app on the osmosis org, we could push from gitpod, which is a web-based code editor that makes it easy not to worry about the local state of your git repository.

@ValarDragon
Copy link
Member

I enabled gitpod for the org I believe, I think it just needs a PR with the config?

@RishiKumarRay
Copy link

tasks:

  • name: go
    init: go build
    command:

ports:

  • port:
    onOpen: open-browser

github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addCheck: true
addComment: false
addBadge: true

@RishiKumarRay
Copy link

@ValarDragon can you review this config i have written if you approve and help me adding command and port , I think i will be good to raise a PR to close this issue

@ValarDragon
Copy link
Member

ValarDragon commented Feb 1, 2022

err, would be asking @faddat to review. I don't know much about gitpod. (I am particularly curious as to what these permissions are)

You can just raise the PR tho!

@ValarDragon ValarDragon moved this from 🔍 Needs Review to 🕒 Todo in Osmosis Chain Development Feb 1, 2022
@RishiKumarRay
Copy link

@ValarDragon actually i wanted if @faddat can approve the above code then i can surely go for a PR :)

@faddat
Copy link
Member Author

faddat commented Apr 26, 2022

oh hey!

Sorry guys, thank god for octobox (github notificiations monitor)

This would actually increase my velocity on osmosis a lot, I use gitpod so I don't need to worry about the state of a local repo

@faddat
Copy link
Member Author

faddat commented Apr 30, 2022

[gitpod@osmosislabs-osmosis-r18vry12jk2 osmosis]$ git push
remote: Permission to osmosis-labs/osmosis.git denied to faddat.
fatal: unable to access 'https://github.com/osmosis-labs/osmosis.git/': The requested URL returned error: 403

I don't think permissions are set up yet

Repository owner moved this from Todo 🕒 to Done ✅ in Osmosis Chain Development May 7, 2022
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 a pull request may close this issue.

3 participants