summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Update bors configuration for GitHub ActionsHiroshi SHIBATA2020-03-061-2/+22
|
* Fixed the step nameHiroshi SHIBATA2020-03-061-1/+1
|
* Move env with RGV under the job.<job_id>Hiroshi SHIBATA2020-03-062-10/+4
|
* Removed the needless overwrite step for bundler 2Hiroshi SHIBATA2020-03-061-1/+0
|
* Removed needless environmental variable for bundler 3Hiroshi SHIBATA2020-03-061-3/+0
|
* Revert "Try to use env with RGV variable in the toplevel"Hiroshi SHIBATA2020-03-062-6/+14
| | | | This reverts commit 63917c1c9db60b87e14ffb3a8a162e4f58dc4276.
* Try to use env with RGV variable in the toplevelHiroshi SHIBATA2020-03-062-14/+6
|
* Update .github/workflows/ubuntu-bundler3.ymlHiroshi SHIBATA2020-03-061-1/+1
| | | Co-Authored-By: David Rodríguez <deivid.rodriguez@riseup.net>
* StyleHiroshi SHIBATA2020-03-062-4/+2
|
* Merge spec:sudo to ubuntu and ubuntu-bundler3 jobsHiroshi SHIBATA2020-03-063-37/+11
|
* Remove needless dependencyHiroshi SHIBATA2020-03-062-2/+0
|
* continue-on-error with ruby-headHiroshi SHIBATA2020-03-061-0/+1
|
* Simplify to install parallel gemHiroshi SHIBATA2020-03-061-1/+1
|
* renameHiroshi SHIBATA2020-03-062-2/+2
|
* Run test with BUNDLER_SPEC_SUB_VERSION=3Hiroshi SHIBATA2020-03-061-0/+5
|
* Revert "Try to remove needless installation"Hiroshi SHIBATA2020-03-062-0/+2
| | | | This reverts commit f018c6dd687b33c71b5ddb42c5e437704e73bd15.
* Try to remove needless installationHiroshi SHIBATA2020-03-062-2/+0
|
* Added RGV to spec:realworldHiroshi SHIBATA2020-03-062-0/+2
|
* Removed needless envHiroshi SHIBATA2020-03-061-1/+0
|
* Removed needless graphviz dependsHiroshi SHIBATA2020-03-061-1/+0
|
* Update .github/workflows/ubuntu.ymlHiroshi SHIBATA2020-03-061-1/+1
| | | Co-Authored-By: David Rodríguez <deivid.rodriguez@riseup.net>
* Migrate spec:sudo to GitHub ActionsHiroshi SHIBATA2020-03-061-0/+32
|
* Split bundler 3 jobsHiroshi SHIBATA2020-03-062-19/+40
|
* SimplifyHiroshi SHIBATA2020-03-061-1/+19
|
* Use exclude instead of includeHiroshi SHIBATA2020-03-061-6/+18
|
* spaceHiroshi SHIBATA2020-03-061-1/+1
|
* Move version specified matrix to GitHub ActionsHiroshi SHIBATA2020-03-061-0/+10
|
* Remove trailing whitespaceHiroshi SHIBATA2020-03-061-1/+1
|
* oopsHiroshi SHIBATA2020-03-061-1/+1
|
* Run with BUNDLER_SPEC_SUB_VERSIONHiroshi SHIBATA2020-03-061-0/+2
|
* Removed needless stepHiroshi SHIBATA2020-03-061-1/+0
|
* Run lint on GitHub ActionsHiroshi SHIBATA2020-03-061-0/+25
|
* skip spec:sudoHiroshi SHIBATA2020-03-061-3/+3
|
* debugHiroshi SHIBATA2020-03-061-3/+3
|
* move spec:parallel_deps with parallel_rspecHiroshi SHIBATA2020-03-061-2/+3
|
* USe matrix with RGVHiroshi SHIBATA2020-03-061-0/+3
|
* Try to migrate GitHub Actions from Travis CIHiroshi SHIBATA2020-03-061-0/+35
|
* Workaround jruby issuejruby_issueDavid Rodríguez2020-02-021-0/+31
|
* Merge #7574Bundlerbot2020-01-201-10/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7574: Improve PR template r=indirect a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that the current PR template sometimes asks too many questions, and the answers are a bit artificial. ### What was your diagnosis of the problem? My diagnosis was that experience tell me that some questions are too much, and a bit artificial to answer for many PRs. ### What is your fix for the problem, implemented in this PR? My fix is to still let contributors know what kind of information we find valuable, but don't force all questions to be answered. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
| * Add a note about rebuilding documentationdocs/improve_pr_templateDavid Rodríguez2020-01-151-0/+5
| |
| * Hide initial textDavid Rodríguez2020-01-151-0/+2
| | | | | | | | | | So that the author gets the message, but it doesn't appear by default in the PR's body.
| * Squash last three questions into just oneDavid Rodríguez2020-01-151-9/+3
| | | | | | | | | | | | In my experience, for most PRs it is enough to just explain the problem and explain your fix, and most times it's a bit artificial to fill out all 4 questions. So, I'm squashing them.
| * Elaborate a bit on each questionDavid Rodríguez2020-01-151-4/+4
| | | | | | | | | | | | Instead of forcing fixed beginning of the answers, give some more information on what's expected, but leave the section wording completely up to the PR author.
| * Include also developer problems in first questionDavid Rodríguez2020-01-151-1/+1
| |
* | [repo move] Update GitHub URL in .github/config.ymlEllen Marie Dash2020-01-161-1/+1
|/
* Add Windows to bors checksDavid Rodríguez2020-01-071-1/+4
|
* Disallow failuresDavid Rodríguez2020-01-071-1/+0
|
* Split test gem installation to a separate taskDavid Rodríguez2020-01-071-1/+1
| | | | | | | We run into a race condition when testing in parallel when all processors install test gems to their test folder (due to shared gem cache). So I figure we can instead run this setup sequentially beforehand.
* Run specs in parallel to speed things upDavid Rodríguez2020-01-071-1/+1
|
* Migrate Windows CI to Github actionsDavid Rodríguez2020-01-041-0/+34
|