Matthias Pioch
37779cc72f
fix import path on x64 systems, fix #1795
10 years ago
无闻
a8c624349e
Merge pull request #1809 from likeit92/master
fix build error with PKGBUILD (archlinux)
10 years ago
Matthias Pioch
bf887babd4
fix import path, fix #1795
10 years ago
无闻
73e0979894
Merge pull request #1803 from kenno/develop
Fix import path
10 years ago
Soputtra San
84ea4b684f
Fix import path
10 years ago
Unknwon
20f3397f8c
New/reopen PR checks if there is any unmerged and open PR
10 years ago
Unknwon
0f44537a23
add new status: checking
10 years ago
无闻
ab6958699a
Merge pull request #1799 from legoktm/patch-1
Simplify disable Gravatar preference wording
10 years ago
Kunal Mehta
71642b531f
Simplify disable Gravatar preference wording
"Enable this to disable..." is needlessly confusing, simplify it by being
upfront that this setting disables the Gravatar fetching.
10 years ago
Unknwon
83cf28f44b
#1790 fast return for too large diff
10 years ago
Unknwon
f066c2f1d8
fix import path, fix #1782
10 years ago
无闻
c406dfa864
Merge pull request #1778 from limianwang/develop
fix typo in README for Docker
10 years ago
Limian Wang
f77e59866f
fix typo in README for Docker
10 years ago
Unknwon
1876645e3b
print out git version
10 years ago
无闻
a7fc083bbd
Merge pull request #1767 from 0rax/develop
Fix bug introduced in #1759 preventing ssh server to launch
10 years ago
Jean-Philippe Roemer
ecfc7cbc60
Fix bug introduced in #1759 preventing ssh server to launch
- ssh/setup: test directive now check if a file exist in key path instead of a folder
- ssh/setup script was hanging waiting for an input about rewriting the key
as the test case was returning true, when it should have been false
(check if file is a folder instead of a file)
10 years ago
无闻
949d06d31e
Merge pull request #1766 from 0rax/develop
Docker repository path backward compatibility fix
10 years ago
Jean-Philippe Roemer
8109718112
Edit comment to make it clear that we are talking about container version
10 years ago
Jean-Philippe Roemer
2f984b1727
Docker repository path backward compatibility fix:
- resolve #1765
- create link to old git repository path: `/home/git/gogs-repository`
10 years ago
无闻
a2a35a4090
Merge pull request #1764 from 0rax/develop
Volumed data setup changed to allow #1759
10 years ago
Jean-Philippe Roemer
295b872d80
Volumed data setup changed to allow #1759
- Volumed subfolder now created up in the ENTRYPOINT script, this way
they are created before S6 even starts making VOLUME.
- The subfolder will be created during VOLUME creation too as ENTRYPOINT
script will be run before /bin/true
- SSH Keys will now be created on a single key basis not replying on the
existence of /data/ssh folder
10 years ago
Unknwon
c72d956835
print log every time regulater timezone
10 years ago
无闻
0affe54aeb
Merge pull request #1758 from 0rax/develop
Docker Container Restart Fix
10 years ago
Jean-Philippe Roemer
4c7cdb97b1
Docker Container Restart Fix
- Fix s6 fifodir error on container restart
- Add .tags* to .gitignore (Atom auto ctags generation)
10 years ago
无闻
389a1f760e
Merge pull request #1757 from alvaroaleman/bugfix/docker_gosu
Update gosu, this fixes #1756
10 years ago
Alvaro Aleman
ad65135d97
Update gosu, this fixes #1756
10 years ago
Unknwon
12ffef2ef7
add log when cannot regulate time
10 years ago
Unknwon
dd28086aec
fix typo
10 years ago
Unknwon
cfa123fa9e
fix README links
10 years ago
无闻
74aecb32f2
Merge pull request #1752 from soudy/develop
fixed dead links in README
10 years ago
Steven Oud
9caf410912
fixed dead links in README
10 years ago
Unknwon
48bb561208
update locale
10 years ago
Unknwon
2903394aa7
fix change visivility of non-org does not affect forks
10 years ago
Unknwon
09326f2883
unified API error response
10 years ago
无闻
cb0e0028f4
Merge pull request #1736 from soudy/develop
Added repository remove option to API
10 years ago
Unknwon
560a3cb41e
fix quick guide style
10 years ago
Unknwon
5f6a7501fc
work on 1714
10 years ago
Unknwon
44e5070e87
add log for trigger hook when push through SSH
10 years ago
Unknwon
9d579819e5
save PR info as patch and minor fix on PR
10 years ago
Steven Oud
395f09206d
added repository remove option to api
10 years ago
无闻
9c9632be7b
Merge pull request #1686 from preovaleo/develop
Fix #1669 on develop
10 years ago
无闻
1ea59c0627
Merge pull request #1735 from soudy/develop
Add links to forks/watchers/stars in new layout header
10 years ago
Steven Oud
71e72b8082
added links to forks/watchers/stars in new layout header
10 years ago
无闻
c49bb193a7
Merge pull request #1732 from 0rax/develop
Docker Container: Init 1 & Initialisation
10 years ago
Unknwon
7465335e8a
new quick start page
10 years ago
Jean-Philippe Roemer
6f6e421819
Remove fixed issue
10 years ago
Jean-Philippe Roemer
325b054b69
Docker Container: Init 1 & Initialisation
- Now using a setup script before starting the app. The separation of
the run script and the setup script will make service initialisation a
little bit clearer
- Now calling start.sh script as ENTRYPOINT and S6 as CMD. This way
when running the container with just a shell script, the start.sh
script will be launched before, making debugging easier
- Added note about `.dockerignore` ignored during Docker Hub Automated
Build
10 years ago
无闻
6f7e478a4f
Merge pull request #1731 from ogarcia/develop
Several bugfixes in Docker build
10 years ago
Unknwon
dddfe452f6
Update Docker README for #1708
10 years ago
Óscar García Amor
f568df44f1
Several bugfixes in Docker build
- Removed unnecessary variables
- Fixed symbolic links creation
- Fixed enter point
- Less intermediate containers
10 years ago