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

Re-sync to upstream #1

Open
wants to merge 139 commits into
base: master
Choose a base branch
from

Conversation

cdenneen
Copy link
Contributor

skywinder and others added 30 commits July 22, 2016 11:16
octokit outputs warning message for preview API such as `issue_events`,
which is annoying. We can explicitly add the accept option when
calling the API to disable it.

Refer to `lib/octokit/preview.rb` in octokit for more information.

fix: #773
I accidentally delete it.

Thanks @digglife
  - this updates the .ruby-version file which some ruby version managers use
  - this updates the Gemfile.lock, so that users do not get a diff when they use the latest version of Ruby
  - this raises the required_ruby_version to 2.5
kreczko and others added 30 commits March 18, 2021 20:50
…b-changelog-generator into kreczko-issue-419

* 'kreczko-issue-419' of https://github.com/cdenneen/github-changelog-generator: (26 commits)
  Add gitlab to rake task
  resolved second batch of feedback from @olleolleolle
  Last few Github -> Gitlab conversions
  added gitlab_changelog_generator
  preliminary tests for gitlab_fetcher
  fixed RuboCop issues for gitlab_fetcher
  CHANGELOG_GITHUB_TOKEN --> CHANGELOG_AUTH_TOKEN for gitlab fetcher
  missing change from Github->Gitlab change: Helper --> GitHubChangelogGenerator::Helper
  added Gitlab URI example
  Github --> Gitlab for GitlabFetcher
  fixed if-logic based on feedback from olleolleolle
  fix gitlab fetcher for project that have no issues
  separated fetching issues and pull requests as it was causing problems at times
  fixed merge_commit_sha for older gitlab versions in gitlab_fetcher
  fixed events for merge requests in gitlab_fetcher
  fixed project_id for gitlab_fetcher in the case of forks
  fixed issues and associated events in gitlab_fetcher
  fixed typo in generator_fetcher
  fixed authors in merge_requests for gitlab fetcher
  restricting gitlab fetcher to closed issues
  ...
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.

None yet