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

no updates, and service url not avaiable #225

Closed
muescha opened this issue Aug 11, 2020 · 16 comments
Closed

no updates, and service url not avaiable #225

muescha opened this issue Aug 11, 2020 · 16 comments

Comments

@muescha
Copy link
Contributor

muescha commented Aug 11, 2020

FYI: i miss my updates and the service url https://pull.git.ci/process/user/repo give me back an error

@wei
Copy link
Owner

wei commented Aug 11, 2020

process endpoint was temporarily disabled due to abuse. It's been temporarily enabled.

The service is running fine, which repository are you missing updates?

I see pull has been working for some of your repos: https://github.com/issues?user=muescha&q=author%3Aapp%2Fpull&user=muescha

@muescha
Copy link
Contributor Author

muescha commented Aug 11, 2020

thanks for info - maybe better info text

in my repo the last run was 11hours ago:

and my manual PR shows this missing commits:

@wei
Copy link
Owner

wei commented Aug 11, 2020

Thanks for noticing, the interval has been increased to 12 hours due to lack of server resources and abuse. Closing for now.

@wei wei closed this as completed Aug 11, 2020
@muescha
Copy link
Contributor Author

muescha commented Aug 12, 2020

ok thx - then i have to manually update it :(

a) i am not so familiar with github apps - is there a way to setup this pull as an my own workflow, so your server resources are not consumed?

b) maybe to reduce server resources it would be ok for me to disable all repo from automatic check and go to an manual update on demand (for example just before i go a local update repo i call the update)

@muescha
Copy link
Contributor Author

muescha commented Aug 12, 2020

maybe with #210 the (b) is possible?

@wei
Copy link
Owner

wei commented Aug 12, 2020

Disabling just your repos is not enough since we have 80,000 repos currently scheduled : D

You can use my GitHub Actions inside your workflow.

@muescha
Copy link
Contributor Author

muescha commented Aug 12, 2020

thanks for pointing to this :)

@muescha
Copy link
Contributor Author

muescha commented Aug 12, 2020

unfortunately the linked actions using git fetch that means on a 500MB Repo it fetches all the data 500mb (+ logs & metadata) over the internet before pushing one commit :(

@wei
Copy link
Owner

wei commented Aug 12, 2020

Let GitHub Action do the work, you're not in a rush anyways. You're not being charged for the data transfers so what's there to worry about. : D

@muescha
Copy link
Contributor Author

muescha commented Aug 12, 2020

ok, then it is ok - but it feels somehow like time, bytes and traffic wasting ;)

@muescha
Copy link
Contributor Author

muescha commented Aug 18, 2020

maybe can you help me again:

when i manually try to get in sync i follow this steps:

  • i go to my fork repo at https://github.com/muescha/gatsby
  • then i go to compare and then "switch base"
  • and create a PR
  • i tried all of the 3 version how to merge a PR
  • but i got after some tries This branch is 6 commits ahead of gatsbyjs:master.

the manual pull is available again - and when it runs i get a This branch is even with gatsbyjs:master.

now the questions: how i can get this even with in the GitHub UI? what i have to click?

@wei
Copy link
Owner

wei commented Aug 18, 2020

Hi @muescha, GitHub UI does not let you hard reset commits. You have to use either GitHub API or Git commandline. : D

@muescha
Copy link
Contributor Author

muescha commented Aug 18, 2020

thanks for fast reply

with your update i can get the branch even

but it seems i can not get rid of the "ghost pull requests" :( gatsbyjs/gatsby#26540

@wei
Copy link
Owner

wei commented Aug 18, 2020

You have to clean up your branch. Create a new branch off of master then rebase. These pull requests were a result of you merging pull requests manually.

@muescha
Copy link
Contributor Author

muescha commented Aug 18, 2020

found solution: my local branch was not in sync with the github one.

i fixed it with:

git fetch origin
git reset --hard origin/master

NOTE to me: i have to shelf my local changes before do the git commands - they are lost now - but i think i can restore it somehow - restored -> webstorm has done an autoshelf on the last project update :)

@muescha
Copy link
Contributor Author

muescha commented Aug 18, 2020

thanks a lot for your hints

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

No branches or pull requests

2 participants