Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #2509 from 0rax/develop | Unknwon | 2016-01-29 |
|\ | | | | | Update Docker container with Alpine 3.3 & Fix RPi2 build | ||
| * | Update Dockerfile.rpi to better match Dockerfile: | Jean-Philippe Roemer | 2016-01-28 |
| | | | | | | | | | | - Dockerfile.rpi now uses hypriot/rpi-alpine-scratch as base (build script are available w/ a better maintainer & more updates) - Dockerfile.rpi updates alpine from v3.2 to v3.3 to be on par with Dockerfile | ||
| * | Update Dockerfile to update alpine to v3.3 & fix virtual package and ↵ | Jean-Philippe Roemer | 2016-01-28 |
|/ | | | | | | | | | repository pinning on RPi - Dockerfile now uses alpine:3.3 as base - Dockerfile.rpi now uses v3.3/community repository without pinning - Go package is no longer fetched using repository pinning - Fixes problem while using repository pinning & virtual package at the same time | ||
* | Merge pull request #2502 from bkcsoft/fix/split-view-diff | Unknwon | 2016-01-28 |
|\ | | | | | Split view fixed | ||
| * | Split view fixed | Kim "BKC" Carlbäcker | 2016-01-27 |
| | | |||
* | | Record error when fail to health check repository | Unknwon | 2016-01-28 |
| | | |||
* | | Update locales | Unknwon | 2016-01-28 |
| | | |||
* | | Minor fix for #2494 | Unknwon | 2016-01-28 |
| | | | | | | | | - Change tooltip size from mini to tiny in profile page | ||
* | | Merge pull request #2494 from mhartkorn/pullreq-name-change | Unknwon | 2016-01-28 |
|\ \ | | | | | | | Change user name in Pull Requests to avoid errors (fixes #2495) | ||
| * | | Change user name in Pull Requests | Martin Hartkorn | 2016-01-27 |
| | | | |||
* | | | Merge pull request #2493 from andreynering/fix-2489 | Unknwon | 2016-01-28 |
|\ \ \ | | | | | | | | | Refactoring of inline diff computing to prevent empty diff box. | ||
| * | | | Refactoring of inline diff computing to prevent empty diff box. Fix #2489 | Andrey Nering | 2016-01-27 |
| |/ / | |||
* | | | Merge pull request #2492 from SarenCurrie/patch-1 | Unknwon | 2016-01-27 |
|\ \ \ | |/ / |/| | | Fix grammar in deploy key section | ||
| * | | Fix grammar in deploy key section | Saren Currie | 2016-01-27 |
| | | | |||
* | | | Merge pull request #2483 from bkcsoft/fix/mysql-webhook-url-length | Unknwon | 2016-01-27 |
|\ \ \ | |/ / |/| | | Fixed Webhook URL-length Issue #2465 | ||
| * | | Fixed Webhook URL-length Issue #2465 | Kim "BKC" Carlbäcker | 2016-01-27 |
| |/ | |||
* | | Merge pull request #2446 from jgsqware/develop | Unknwon | 2016-01-26 |
|\ \ | |/ |/| | Add Docker Volume from 1.9 | ||
| * | Add Docker Volume from 1.9 | juliengarcia | 2016-01-20 |
| | | |||
* | | Merge pull request #2425 from andreynering/make-test | Unknwon | 2016-01-26 |
|\ \ | | | | | | | Add command to run the test suite in Makefile. | ||
| * | | Add command to run the test suite in Makefile. | Andrey Nering | 2016-01-16 |
| |/ | |||
* | | Merge pull request #2433 from xxxtonixxx/develop | Unknwon | 2016-01-26 |
|\ \ | | | | | | | To add spanish translation to home template | ||
| * | | Add es-ES to home template | Toni Villena | 2016-01-18 |
| |/ | |||
* | | Merge pull request #2480 from andreynering/fix-2462 | Unknwon | 2016-01-26 |
|\ \ | | | | | | | Compute inline diff for pull request view, too. Fix #2462 | ||
| * | | Compute inline diff for pull request view, too. Fix #2462 | Andrey Nering | 2016-01-25 |
| | | | |||
* | | | Merge pull request #2475 from 0rax/develop | Unknwon | 2016-01-26 |
|\ \ \ | | | | | | | | | Update Dockerfile & build script and add /etc/nsswitch.conf | ||
| * | | | Update Dockerfile & build script and add /etc/nsswitch.conf: | Jean-Philippe Roemer | 2016-01-25 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Add nsswitch.conf to configure LibC Name Service inside the container - Change my email in the Dockerfile - Update build script to install software as a `build-deps` virtual package so that adding a package to it will be automatically removed at the end of the build script | ||
* | | | | fix #2416 | Unknwon | 2016-01-26 |
| |/ / |/| | | |||
* | | | Merge pull request #2445 from bkcsoft/feature/fix-2442 | Unknwon | 2016-01-25 |
|\ \ \ | | | | | | | | | Admins are allowed to create repos for arbitrary Orgs | ||
| * | | | Admins are allowed to create repos for arbitrary Orgs | Kim "BKC" Carlbäcker | 2016-01-20 |
| | |/ | |/| | |||
* | | | Minor fix for #2396 | Unknwon | 2016-01-25 |
| | | | |||
* | | | Merge pull request #2396 from bkcsoft/feature/markdown-checklist | Unknwon | 2016-01-25 |
|\ \ \ | | | | | | | | | [Feature] Markdown Checklist-rendering | ||
| * | | | Made Sanitizer-setup cleaner | Kim "BKC" Carlbäcker | 2016-01-14 |
| | | | | |||
| * | | | Checklist-rendering implemented | Kim "BKC" Carlbäcker | 2016-01-13 |
| | | | | |||
* | | | | Merge pull request #2432 from nd/develop | Unknwon | 2016-01-25 |
|\ \ \ \ | |_|_|/ |/| | | | Fix #2431 - handle requests waiting for reply | ||
| * | | | Fix #2431 - handle requests waiting for reply | Dmitry Neverov | 2016-01-18 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | According to the docs [1], the Reply method must be called for all requests where WantReply is true. This fixes a hanging java ssh implementation (jsch) which sets WantReply flag and waits for reply from the server. [1] https://godoc.org/golang.org/x/crypto/ssh#Request.Reply | ||
* | | | Update locales | Unknwon | 2016-01-25 |
| | | | |||
* | | | Merge pull request #2467 from pdan/patch-1 | Unknwon | 2016-01-25 |
|\ \ \ | |/ / |/| | | Fixed forgotten err variable assignment | ||
| * | | Fixed forgotten err variable assignment | Pourya Daneshvar | 2016-01-24 |
|/ / | |||
* | | #2179 use Go sub-repo ssh to verify public key content | Unknwon | 2016-01-15 |
| | | |||
* | | URL fix for #2287 | Unknwon | 2016-01-15 |
| | | |||
* | | hide section with user has no organizations | Unknwon | 2016-01-14 |
| | | |||
* | | fix CSS of branch dropdown when view commits under revision | Unknwon | 2016-01-14 |
| | | |||
* | | minor fix to #2383 | Unknwon | 2016-01-14 |
| | | | | | | | | - add tooltip for organization name in profile | ||
* | | Merge pull request #2383 from exmex/develop | Unknwon | 2016-01-14 |
|\ \ | | | | | | | Added organization display on profile | ||
| * | | Added improvement from Unknwon | ExMex | 2016-01-14 |
| | | | |||
| * | | Added links to org profile icons | ExMex | 2016-01-12 |
| | | | |||
| * | | Added organization display on profile | ExMex | 2016-01-12 |
| |/ | | | | | | | Fixed "Follower" Icon too big | ||
* | | Merge pull request #2403 from ddelpero/master | Unknwon | 2016-01-14 |
|\ \ | | | | | | | Update repo.go | ||
| * | | Update repo.go | ddelpero | 2016-01-07 |
| | | | | | | | | | | | | Release download file name doesn't include tag number #2339 Download: Changed to use refName instead of commit.ID for downloaded file name | ||
* | | | Merge pull request #2399 from nanoant/patch/osx-launchd-script | Unknwon | 2016-01-14 |
|\ \ \ | | | | | | | | | OS X launchd script |