]> source.dussan.org Git - gitea.git/log
gitea.git
9 years agoMerge pull request #1811 from likeit92/develop
无闻 [Wed, 21 Oct 2015 08:50:05 +0000 (04:50 -0400)]
Merge pull request #1811 from likeit92/develop

fix build error with PKGBUILD (archlinux, x64)

9 years agofix import path on x64 systems, fix #1795
Matthias Pioch [Wed, 21 Oct 2015 07:00:35 +0000 (09:00 +0200)]
fix import path on x64 systems, fix #1795

9 years agoMerge pull request #1809 from likeit92/master
无闻 [Tue, 20 Oct 2015 22:01:35 +0000 (18:01 -0400)]
Merge pull request #1809 from likeit92/master

fix build error with PKGBUILD (archlinux)

9 years agofix import path, fix #1795
Matthias Pioch [Tue, 20 Oct 2015 21:13:06 +0000 (23:13 +0200)]
fix import path, fix #1795

9 years agoMerge pull request #1803 from kenno/develop
无闻 [Mon, 19 Oct 2015 14:13:39 +0000 (10:13 -0400)]
Merge pull request #1803 from kenno/develop

Fix import path

9 years agoFix import path
Soputtra San [Mon, 19 Oct 2015 12:43:11 +0000 (23:43 +1100)]
Fix import path

9 years agoNew/reopen PR checks if there is any unmerged and open PR
Unknwon [Sun, 18 Oct 2015 23:30:39 +0000 (19:30 -0400)]
New/reopen PR checks if there is any unmerged and open PR

9 years agoadd new status: checking
Unknwon [Sun, 18 Oct 2015 21:18:45 +0000 (17:18 -0400)]
add new status: checking

9 years agoMerge pull request #1799 from legoktm/patch-1
无闻 [Sun, 18 Oct 2015 18:16:32 +0000 (14:16 -0400)]
Merge pull request #1799 from legoktm/patch-1

Simplify disable Gravatar preference wording

9 years agoSimplify disable Gravatar preference wording
Kunal Mehta [Sun, 18 Oct 2015 03:46:52 +0000 (20:46 -0700)]
Simplify disable Gravatar preference wording

"Enable this to disable..." is needlessly confusing, simplify it by being
upfront that this setting disables the Gravatar fetching.

9 years ago#1790 fast return for too large diff
Unknwon [Sat, 17 Oct 2015 21:25:45 +0000 (17:25 -0400)]
#1790 fast return for too large diff

9 years agofix import path, fix #1782
Unknwon [Fri, 16 Oct 2015 01:28:12 +0000 (21:28 -0400)]
fix import path, fix #1782

9 years agoMerge pull request #1778 from limianwang/develop
无闻 [Tue, 13 Oct 2015 22:23:44 +0000 (18:23 -0400)]
Merge pull request #1778 from limianwang/develop

fix typo in README for Docker

9 years agofix typo in README for Docker
Limian Wang [Tue, 13 Oct 2015 21:35:17 +0000 (14:35 -0700)]
fix typo in README for Docker

9 years agoprint out git version
Unknwon [Tue, 13 Oct 2015 20:01:57 +0000 (16:01 -0400)]
print out git version

9 years agoMerge pull request #1767 from 0rax/develop
无闻 [Mon, 12 Oct 2015 21:37:14 +0000 (17:37 -0400)]
Merge pull request #1767 from 0rax/develop

Fix bug introduced in #1759 preventing ssh server to launch

9 years agoFix bug introduced in #1759 preventing ssh server to launch
Jean-Philippe Roemer [Mon, 12 Oct 2015 21:13:22 +0000 (22:13 +0100)]
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)

9 years agoMerge pull request #1766 from 0rax/develop
无闻 [Mon, 12 Oct 2015 20:59:41 +0000 (16:59 -0400)]
Merge pull request #1766 from 0rax/develop

Docker repository path backward compatibility fix

9 years agoEdit comment to make it clear that we are talking about container version
Jean-Philippe Roemer [Mon, 12 Oct 2015 20:52:20 +0000 (21:52 +0100)]
Edit comment to make it clear that we are talking about container version

9 years agoDocker repository path backward compatibility fix:
Jean-Philippe Roemer [Mon, 12 Oct 2015 20:28:26 +0000 (21:28 +0100)]
Docker repository path backward compatibility fix:
- resolve #1765
- create link to old git repository path: `/home/git/gogs-repository`

9 years agoMerge pull request #1764 from 0rax/develop
无闻 [Mon, 12 Oct 2015 18:52:08 +0000 (14:52 -0400)]
Merge pull request #1764 from 0rax/develop

Volumed data setup changed to allow #1759

9 years agoVolumed data setup changed to allow #1759
Jean-Philippe Roemer [Mon, 12 Oct 2015 15:39:40 +0000 (16:39 +0100)]
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

9 years agoprint log every time regulater timezone
Unknwon [Sat, 10 Oct 2015 23:04:26 +0000 (19:04 -0400)]
print log every time regulater timezone

9 years agoMerge pull request #1758 from 0rax/develop
无闻 [Sat, 10 Oct 2015 20:28:59 +0000 (16:28 -0400)]
Merge pull request #1758 from 0rax/develop

Docker Container Restart Fix

9 years agoDocker Container Restart Fix
Jean-Philippe Roemer [Sat, 10 Oct 2015 19:41:16 +0000 (20:41 +0100)]
Docker Container Restart Fix
- Fix s6 fifodir error on container restart
- Add .tags* to .gitignore (Atom auto ctags generation)

9 years agoMerge pull request #1757 from alvaroaleman/bugfix/docker_gosu
无闻 [Sat, 10 Oct 2015 18:54:05 +0000 (14:54 -0400)]
Merge pull request #1757 from alvaroaleman/bugfix/docker_gosu

Update gosu, this fixes #1756

9 years agoUpdate gosu, this fixes #1756
Alvaro Aleman [Sat, 10 Oct 2015 18:48:26 +0000 (20:48 +0200)]
Update gosu, this fixes #1756

9 years agoadd log when cannot regulate time
Unknwon [Sat, 10 Oct 2015 03:05:20 +0000 (23:05 -0400)]
add log when cannot regulate time

9 years agofix typo
Unknwon [Sat, 10 Oct 2015 02:09:07 +0000 (22:09 -0400)]
fix typo

9 years agofix README links
Unknwon [Fri, 9 Oct 2015 19:41:08 +0000 (15:41 -0400)]
fix README links

9 years agoMerge pull request #1752 from soudy/develop
无闻 [Fri, 9 Oct 2015 19:26:49 +0000 (15:26 -0400)]
Merge pull request #1752 from soudy/develop

fixed dead links in README

9 years agofixed dead links in README
Steven Oud [Fri, 9 Oct 2015 09:09:58 +0000 (11:09 +0200)]
fixed dead links in README

9 years agoupdate locale
Unknwon [Fri, 9 Oct 2015 02:49:08 +0000 (22:49 -0400)]
update locale

9 years agofix change visivility of non-org does not affect forks
Unknwon [Fri, 9 Oct 2015 02:38:42 +0000 (22:38 -0400)]
fix change visivility of non-org does not affect forks

9 years agounified API error response
Unknwon [Fri, 9 Oct 2015 00:36:07 +0000 (20:36 -0400)]
unified API error response

9 years agoMerge pull request #1736 from soudy/develop
无闻 [Fri, 9 Oct 2015 00:01:56 +0000 (20:01 -0400)]
Merge pull request #1736 from soudy/develop

Added repository remove option to API

9 years agofix quick guide style
Unknwon [Thu, 8 Oct 2015 03:11:32 +0000 (23:11 -0400)]
fix quick guide style

9 years agowork on 1714
Unknwon [Mon, 5 Oct 2015 13:54:55 +0000 (09:54 -0400)]
work on 1714

9 years agoadd log for trigger hook when push through SSH
Unknwon [Mon, 5 Oct 2015 13:46:00 +0000 (09:46 -0400)]
add log for trigger hook when push through SSH

9 years agosave PR info as patch and minor fix on PR
Unknwon [Mon, 5 Oct 2015 00:54:06 +0000 (20:54 -0400)]
save PR info as patch and minor fix on PR

9 years agoadded repository remove option to api
Steven Oud [Sun, 4 Oct 2015 15:09:16 +0000 (17:09 +0200)]
added repository remove option to api

9 years agoMerge pull request #1686 from preovaleo/develop
无闻 [Sat, 3 Oct 2015 16:57:24 +0000 (12:57 -0400)]
Merge pull request #1686 from preovaleo/develop

Fix #1669 on develop

9 years agoMerge pull request #1735 from soudy/develop
无闻 [Sat, 3 Oct 2015 16:46:16 +0000 (12:46 -0400)]
Merge pull request #1735 from soudy/develop

Add links to forks/watchers/stars in new layout header

9 years agoadded links to forks/watchers/stars in new layout header
Steven Oud [Sat, 3 Oct 2015 16:04:44 +0000 (18:04 +0200)]
added links to forks/watchers/stars in new layout header

9 years agoMerge pull request #1732 from 0rax/develop
无闻 [Sat, 3 Oct 2015 00:02:03 +0000 (20:02 -0400)]
Merge pull request #1732 from 0rax/develop

Docker Container: Init 1 & Initialisation

9 years agonew quick start page
Unknwon [Fri, 2 Oct 2015 23:58:36 +0000 (19:58 -0400)]
new quick start page

9 years agoRemove fixed issue
Jean-Philippe Roemer [Fri, 2 Oct 2015 22:32:41 +0000 (23:32 +0100)]
Remove fixed issue

9 years agoDocker Container: Init 1 & Initialisation
Jean-Philippe Roemer [Fri, 2 Oct 2015 20:54:55 +0000 (21:54 +0100)]
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

9 years agoMerge pull request #1731 from ogarcia/develop
无闻 [Fri, 2 Oct 2015 19:59:10 +0000 (15:59 -0400)]
Merge pull request #1731 from ogarcia/develop

Several bugfixes in Docker build

9 years agoUpdate Docker README for #1708
Unknwon [Fri, 2 Oct 2015 19:44:59 +0000 (15:44 -0400)]
Update Docker README for #1708

9 years agoSeveral bugfixes in Docker build
Óscar García Amor [Fri, 2 Oct 2015 19:18:13 +0000 (21:18 +0200)]
Several bugfixes in Docker build

- Removed unnecessary variables
- Fixed symbolic links creation
- Fixed enter point
- Less intermediate containers

9 years agoMerge pull request #1730 from 0rax/develop
无闻 [Fri, 2 Oct 2015 15:31:12 +0000 (11:31 -0400)]
Merge pull request #1730 from 0rax/develop

New approach to Gogs Docker Container

9 years agoAdd bash to the image so bash git hooks can be used
Jean-Philippe Roemer [Fri, 2 Oct 2015 11:01:02 +0000 (12:01 +0100)]
Add bash to the image so bash git hooks can be used

9 years agoUse app/docker folder for SSH Configureation
Jean-Philippe Roemer [Fri, 2 Oct 2015 10:29:11 +0000 (11:29 +0100)]
Use app/docker folder for SSH Configureation

9 years agoNew approach to Gogs Docker Container
Jean-Philippe Roemer [Fri, 2 Oct 2015 09:56:36 +0000 (10:56 +0100)]
New approach to Gogs Docker Container

- VOLUME for ‘/data’
- Usage of S6 as PID 1 Process
- Usage of ‘socat’ so linked container (like databases) are binded to
localhost
- OpenSSH, Socat Link and Gogs are supervised using S6
- Size of container reduced to ~75Mo

9 years agoMerge pull request #1725 from soudy/develop
无闻 [Fri, 2 Oct 2015 08:55:02 +0000 (04:55 -0400)]
Merge pull request #1725 from soudy/develop

Implemented #1721: see users who forked/starred/watched a repository

9 years agomoved routes to RouterRef group
kendaru [Fri, 2 Oct 2015 08:48:31 +0000 (10:48 +0200)]
moved routes to RouterRef group

9 years agochanged integrated page number to GET
kendaru [Fri, 2 Oct 2015 08:04:11 +0000 (10:04 +0200)]
changed integrated page number to GET

9 years agoupdate locales
Unknwon [Fri, 2 Oct 2015 06:55:52 +0000 (02:55 -0400)]
update locales

9 years agofixed HTML indenting
Steven [Thu, 1 Oct 2015 13:54:27 +0000 (15:54 +0200)]
fixed HTML indenting

9 years agoimplemented #1721: see users who forked/starred/watched a repository
Steven [Thu, 1 Oct 2015 13:17:27 +0000 (15:17 +0200)]
implemented #1721: see users who forked/starred/watched a repository

9 years agoimplemented #1721: see users who forked/starred/watched a repository
Steven [Thu, 1 Oct 2015 13:17:27 +0000 (15:17 +0200)]
implemented #1721: see users who forked/starred/watched a repository

9 years agofix link again
Unknwon [Thu, 1 Oct 2015 05:58:59 +0000 (01:58 -0400)]
fix link again

9 years agofix README links
Unknwon [Thu, 1 Oct 2015 05:58:30 +0000 (01:58 -0400)]
fix README links

9 years agoMerge pull request #1710 from geerlingguy/patch-1
无闻 [Mon, 28 Sep 2015 18:21:52 +0000 (14:21 -0400)]
Merge pull request #1710 from geerlingguy/patch-1

Set USER env variable so installation can complete successfully.

9 years agoSet USER env variable so installation can complete successfully.
Jeff Geerling [Sun, 27 Sep 2015 04:33:53 +0000 (23:33 -0500)]
Set USER env variable so installation can complete successfully.

9 years agodrop go 1.2 support
Unknwon [Sat, 26 Sep 2015 21:54:02 +0000 (17:54 -0400)]
drop go 1.2 support

9 years agoprepare release
Unknwon [Sat, 26 Sep 2015 18:09:09 +0000 (14:09 -0400)]
prepare release

9 years agofix error detect when push commits
Unknwon [Sat, 26 Sep 2015 01:06:31 +0000 (21:06 -0400)]
fix error detect when push commits

9 years ago#1602 Wrong commit order on issue page when pushing multiple commits
Unknwon [Sat, 26 Sep 2015 00:35:56 +0000 (20:35 -0400)]
#1602 Wrong commit order on issue page when pushing multiple commits

9 years ago#1525 Triggere mailer for admin created accounts
Unknwon [Fri, 25 Sep 2015 23:45:44 +0000 (19:45 -0400)]
#1525 Triggere mailer for admin created accounts

9 years ago#1693 minor fix
Unknwon [Fri, 25 Sep 2015 23:07:21 +0000 (19:07 -0400)]
#1693 minor fix

9 years agoMerge pull request #1693 from sapk/fix-admin-repo-new-ui
无闻 [Fri, 25 Sep 2015 23:05:27 +0000 (19:05 -0400)]
Merge pull request #1693 from sapk/fix-admin-repo-new-ui

Fix admin repos new ui

9 years agoMerge pull request #1691 from sapk/fix-admin-organization-new-ui
无闻 [Fri, 25 Sep 2015 23:03:53 +0000 (19:03 -0400)]
Merge pull request #1691 from sapk/fix-admin-organization-new-ui

Fix admin organization new ui

9 years agoFix admin repos new ui
Antoine GIRARD [Fri, 25 Sep 2015 22:38:43 +0000 (00:38 +0200)]
Fix admin repos new ui

9 years agoFix indent in notice router
Antoine GIRARD [Fri, 25 Sep 2015 17:56:23 +0000 (19:56 +0200)]
Fix indent in notice router

9 years agoNew admin organization UI
Antoine GIRARD [Fri, 25 Sep 2015 17:54:52 +0000 (19:54 +0200)]
New admin organization UI

9 years ago#1689 minor fixes and update locale
Unknwon [Fri, 25 Sep 2015 16:58:39 +0000 (12:58 -0400)]
#1689 minor fixes and update locale

9 years agoMerge pull request #1689 from sapk/fix-admin-notice-new-ui
无闻 [Fri, 25 Sep 2015 16:53:18 +0000 (12:53 -0400)]
Merge pull request #1689 from sapk/fix-admin-notice-new-ui

New admin notice UI based on user list example

9 years agoFix typo
Théo Bougé [Fri, 25 Sep 2015 16:46:50 +0000 (18:46 +0200)]
Fix typo

9 years agofix typo
Théo Bougé [Fri, 25 Sep 2015 16:45:35 +0000 (18:45 +0200)]
fix typo

9 years agoFix indent
Antoine GIRARD [Fri, 25 Sep 2015 16:39:31 +0000 (18:39 +0200)]
Fix indent

9 years agoAdd total next to system notice
Antoine GIRARD [Fri, 25 Sep 2015 16:36:05 +0000 (18:36 +0200)]
Add total next to system notice

9 years agoNew admin notice UI based on user list example
Antoine GIRARD [Fri, 25 Sep 2015 16:13:38 +0000 (18:13 +0200)]
New admin notice UI based on user list example

9 years agofix the restart
Théo Bougé [Fri, 25 Sep 2015 15:58:46 +0000 (17:58 +0200)]
fix the restart

9 years agoFix #1669
Théo BOUGE [Fri, 25 Sep 2015 07:51:01 +0000 (09:51 +0200)]
Fix #1669

9 years agoMerge pull request #1678 from TheHowl/TheHowl/fix-go-get-not-working-with-user-or...
无闻 [Thu, 24 Sep 2015 22:51:02 +0000 (18:51 -0400)]
Merge pull request #1678 from TheHowl/TheHowl/fix-go-get-not-working-with-user-or-repo-names-with-uppercase-letters

Fix `go get` not working when there is a username or repository name with some uppercase letters.

9 years agofix #1683
Unknwon [Thu, 24 Sep 2015 22:42:29 +0000 (18:42 -0400)]
fix #1683

9 years agofix test custom import path
Unknwon [Thu, 24 Sep 2015 22:03:08 +0000 (18:03 -0400)]
fix test custom import path

9 years agofix test import path
Unknwon [Thu, 24 Sep 2015 21:58:40 +0000 (17:58 -0400)]
fix test import path

9 years agofix subrepo break change
Unknwon [Thu, 24 Sep 2015 21:55:01 +0000 (17:55 -0400)]
fix subrepo break change

9 years agoMerge pull request #1662 from SergioBenitez/develop
无闻 [Thu, 24 Sep 2015 21:23:53 +0000 (17:23 -0400)]
Merge pull request #1662 from SergioBenitez/develop

Commit messages now rendered with line breaks and prefix spacing.

9 years agofix URL match
Unknwon [Thu, 24 Sep 2015 18:20:07 +0000 (14:20 -0400)]
fix URL match

9 years agoFix `go get` not working when there is a username or repository name with some upperc...
Howl [Wed, 23 Sep 2015 14:16:52 +0000 (16:16 +0200)]
Fix `go get` not working when there is a username or repository name with some uppercase letters.

9 years ago#1665 improve docs
Unknwon [Mon, 21 Sep 2015 14:44:40 +0000 (10:44 -0400)]
#1665 improve docs

9 years ago#1665 improve Docker docs
Unknwon [Mon, 21 Sep 2015 14:13:47 +0000 (10:13 -0400)]
#1665 improve Docker docs

9 years agofix #1664
Unknwon [Mon, 21 Sep 2015 14:09:21 +0000 (10:09 -0400)]
fix #1664

9 years agoremove unused file and update locale
Unknwon [Mon, 21 Sep 2015 03:29:59 +0000 (23:29 -0400)]
remove unused file and update locale

9 years agoCommit messages now rendered with line breaks and prefix spacing.
Sergio Benitez [Sat, 19 Sep 2015 01:57:06 +0000 (18:57 -0700)]
Commit messages now rendered with line breaks and prefix spacing.

9 years agoupdate locales
Unknwon [Fri, 18 Sep 2015 14:02:17 +0000 (10:02 -0400)]
update locales