GitHub
GitHub makes it easier for developers to be developers: to work together, to solve challenging problems, to create the world’s most important technologies.
Here are 251 public repositories matching this topic...
The Docker setup instructions do not show how to run the test suite with the docker-compose command. I've successfully set up the app and started the Rails server with the following command (which is in the instructions):
GITHUB_CLIENT_ID=yourclientid GITHUB_CLIENT_SECRET=yourclientsecret
The Repositories protect_branch function supports the following parameters and options:
Parameters:
repo (Integer, String, Hash, Repository) — A GitHub repository.
branch (String) — Branch name
options (Hash) (defaults to: {}) — a customizable set of options
Options Hash (options)
Missing topic?
Came into this repository from: https://github.com/topics/mud-server
Oddly I can’t see a topic listed there, I wanted to update the topic with relevant links.
Before submitting an issue, please be sure to
- Read the contributing instructions
- Update to the latest Gem version (run
bundle update github-pages)
This issue affects
- The site generated by GitHub Pages
- Building sites locally
What did you
API docs broken
http://github-awards.com/docs doesnt show docs, and mentions an error that links to http://online.swagger.io/validator/debug?url=http://github-awards.com/docs/api-docs.json, which currently says
{"schemaValidationMessages":[{"level":"error",
"message":"Deprecated Swagger version. Please visit http://swagger.io for information on upgrading to Swagger 2.0\""}]}Hey, I have a problem. I want to host a Jekyll-auth on a local server without usage of Cloud hosting. I'm using git docs, bundler and Jekyll-auth 2.1.1.
I run Jekyll-instance by running
sudo bundle exec jekyll-auth serve --host=tek-ffu-h0a.tek.sdu.dk
and it is stuck on "spinning up the server...". When I'm hosting it without authentication everything works. I have my git credentials defined i
I installed redmine with sub-uri(www.mydomain.com/redmine).
With your kind installation guide, I successfully installed Redmine Github Hook plugin which shows in Plugin pages.
But when I try POST and GET with www.mydomain.com/redmine/github_hook, both of them make routing error.
Weird thing is, I used bundle and found nothing in redmine/plugins folder. Is this normal situation?
What can I do w
-
Updated
Mar 3, 2020 - Ruby
-
Updated
May 5, 2020 - Ruby
Hi Guys,
So, I don't have Twitter or Facebook, and I decided to share on LinkedIn instead, but I ran into an issue, the referral link such as, https://www.gitshowcase.com/invitation/1951fdg, was replaced with https://www.gitshowcase.com/ and I came up with a solution which may be useful to others:
[Share on LinkedIn via LinkedIn REST API using PostMan](https://gist.github.com/1951FDG/bf589ac
Feature Print Style
-
Updated
May 16, 2020 - Ruby
-
Updated
Apr 27, 2020 - Ruby
Just as every project shows some recent tips given out to its contributors on its project page, the homepage of tip4commit should aggregate all of these lists into one global recent-tips list. Of course, there would be a reasonable limit on how many tips are displayed.
Most software projects that provide services to other projects indicate their activity on their homepage, or at least who's using
Make a report button
Write up for chaoss
-
Updated
May 17, 2020 - Ruby
-
Updated
May 16, 2017 - Ruby
-
Updated
May 8, 2020 - Ruby
-
Updated
Feb 21, 2020 - Ruby
-
Updated
Jun 4, 2019 - Ruby
-
Updated
Apr 29, 2020 - Ruby
Created by Chris Wanstrath, PJ Hyett, Tom Preston-Werner, and Scott Chacon
Released April 10, 2008
- Organization
- github
- Website
- github.com
- Wikipedia
- Wikipedia
Related Topics
git
Capture the Flag
May - June 2020 • Online
I cannot figure out how to use properly danger on circleci 2.0 with workflows
Support I have a linear workflow where I bundle my app / install libraries (
buildjob) and then run the tests in parallel. (I'm taking Ruby/Rspec as an example).How can I execute Danger to report test failures on all containers ?
Currently if a job fails on circleCI, the dependent jobs are not ran (ie if I