| Commit message (Collapse) | Author | Age |
... | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- 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
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Split view fixed
|
| | |_|/ /
| |/| | | |
|
| | | | | |
|
| |/ / /
|/| | | |
|
| | | |
| | | |
| | | |
| | | | |
- Change tooltip size from mini to tiny in profile page
|
|\ \ \ \
| | | | |
| | | | | |
Change user name in Pull Requests to avoid errors (fixes #2495)
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Refactoring of inline diff computing to prevent empty diff box.
|
| |/ / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Fix grammar in deploy key section
|
| | |/ /
| |/| | |
|
|\ \ \ \
| |/ / /
|/| | | |
Fixed Webhook URL-length Issue #2465
|
| |/ / |
|
|\ \ \
| |/ /
|/| | |
Add Docker Volume from 1.9
|
| |/ |
|
|\ \
| | |
| | | |
Add command to run the test suite in Makefile.
|
| |/ |
|
|\ \
| | |
| | | |
To add spanish translation to home template
|
| |/ |
|
|\ \
| | |
| | | |
Compute inline diff for pull request view, too. Fix #2462
|
| | | |
|
|\ \ \
| | | |
| | | | |
Update Dockerfile & build script and add /etc/nsswitch.conf
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Admins are allowed to create repos for arbitrary Orgs
|
| | |/
| |/| |
|
| | | |
|
|\ \ \
| | | |
| | | | |
[Feature] Markdown Checklist-rendering
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
Fix #2431 - handle requests waiting for reply
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Fixed forgotten err variable assignment
|
|/ / |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
- add tooltip for organization name in profile
|
|\ \
| | |
| | | |
Added organization display on profile
|
| | | |
|
| | | |
|
| |/
| |
| |
| | |
Fixed "Follower" Icon too big
|
|\ \
| | |
| | | |
Update repo.go
|
| | |
| | |
| | |
| | | |
Release download file name doesn't include tag number #2339
Download: Changed to use refName instead of commit.ID for downloaded file name
|
|\ \ \
| | | |
| | | | |
OS X launchd script
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Using this script:
1. Copy scripts/launchd/io.gogs.web.plist into /Library/LaunchDaemons
2. The script assumes Gogs is running under 'gogs' user and group, modify
/Library/LaunchDaemons/io.gogs.web.plist if you want to user different user.
3. The script assumes Gogs is installed in /Users/git/gogs, modify
/Library/LaunchDaemons/io.gogs.web.plist if you installed Gogs in different
location.
4. Once you are sure that running Gogs manually via `gogs web` works fine, run
it as a launchd service with:
sudo launchctl load -F /Library/LaunchDaemons/io.gogs.web.plist
From now on launchd will ensure Gogs is running, eg. when system is restarted.
|