kakwa
37aad3389d
Using a tmp dir to generate db and repo dumps
Using a tmp dir makes gogs dump more robust to concurrent runs.
It also permits an easier cleaning of the tmp files (gogs-db.sql and
gog-repo.zip) by just removing the tmp dir.
As a side effect, it partially fix bugs on workdir.
Previously, 'gogs dump' created the archives in the current directory,
and tried to include these archives from the directory where the
gogs binary lies.
ex: if gogs binary is in /usr/bin/gogs, and gogs dump is run from /tmp/,
/tmp/gog-repo.zip is created, but gogs dump tried to include
/usr/bin/gogs-repo.zip.
9 years ago
kakwa
56d040b8ac
Adding more error handling in dump cmd
The dump cmd did not check the return value of the z.AddFile or
z.AddDir when building the final archive.
It caused the dump command to succeed even if an error occurred.
The resulted dump archive could be corrupted/empty.
(errors could be various: removal by a concurrent process, disk full,
bugs in the dump cmd itself)
9 years ago
Unknwon
063c916837
wiki: finish pages
9 years ago
Unknwon
7943f3f40e
wiki: finish edit
9 years ago
Unknwon
42d8bbe23e
wiki: finish new
9 years ago
Unknwon
43eda8feb3
introduce git-shell
9 years ago
Unknwon
34ca19347f
Use better LDAP lib and should fix #1139
9 years ago
Unknwon
92c67cd672
Wiki: UI for page new
9 years ago
Unknwon
130587ac9a
Merge branch '0.8.0' of github.com:gogits/gogs into develop
9 years ago
Unknwon
4135588e83
prepare for release
9 years ago
Unknwon
a4f930f86c
add unsupported migration prompt
9 years ago
Unknwon
67ccea3792
allow admin to migrate for any user/org
9 years ago
Unknwon
d921d5a37d
minor fix markdown post process
9 years ago
Unknwon
16ecc0a9c0
more link fix
9 years ago
Unknwon
81cff77072
#1944 Drop /org/ URL path prefix in organization home page
9 years ago
Unknwon
b9303efd7c
fix #2020
9 years ago
Unknwon
fe32140ce0
#2008 more supported git hooks
9 years ago
Unknwon
58be232090
print error log to client side when dev mode
9 years ago
Unknwon
48c519be58
#1681 some fixes for builtin SSH server on Windows
9 years ago
Unknwon
9e2d9998bf
some fix to #2026
9 years ago
Unknwon
637cea5c30
Merge pull request #2024 from andreynering/dropzone-allow-all-files
Fixing Dropzone should accept all files when config is "*/*".
9 years ago
Andrey Nering
120178cb88
Fixing Dropzone should accept all files when config is "*/*".
9 years ago
Unknwon
77b9822647
more HTTP clone word fix
9 years ago
Emrah URHAN
2aada3befa
Latest develop updates is merged with my RaspberryPi Dockerfile version.
Merge branch 'develop' of https://github.com/gogits/gogs into develop
9 years ago
Emrah URHAN
3bdf0768f8
Dockerfile for RaspberryPi is added.
9 years ago
Unknwon
549f196be9
fix #2013
9 years ago
Unknwon
1a99a42dd7
minor JS fix
9 years ago
Unknwon
a14c20813c
fix #650
9 years ago
Unknwon
24bcdb8711
upgrade libs
9 years ago
Unknwon
43b9b14520
fix possible panic
9 years ago
Unknwon
769376c5ed
fix incorrect
9 years ago
Unknwon
ba9c044ac5
add some log
9 years ago
Unknwon
351ac1728d
remove tags redis and memcache
9 years ago
Unknwon
d1ac2abb36
prepare for release
9 years ago
Unknwon
c76b07701f
update locales
9 years ago
Unknwon
58e4eebf77
fix for #2012
9 years ago
Unknwon
5236dd3a2d
minor fix on #1694
9 years ago
Unknwon
c17aa36c0c
Merge pull request #1694 from sapk/fix-admin-configuration-new-ui
Fix admin configuration new ui
9 years ago
Antoine GIRARD
e52408bf5a
Fix admin configuration new ui
9 years ago
Unknwon
5bb5e34f93
notice
9 years ago
Unknwon
b0cd76734d
add more debug info
9 years ago
Unknwon
d0b25eaf74
HTML render fix
9 years ago
Unknwon
242c0771cf
more fix on #2002
9 years ago
Unknwon
24a086a9f0
fix #2002
9 years ago
Unknwon
a0a4125989
fix #1383
9 years ago
Unknwon
fd3da40851
fix #1873
9 years ago
Unknwon
8b6b23a40d
better escape char handle
9 years ago
Unknwon
95b10e3b07
fix #1119 and data race in timming tasks
9 years ago
Unknwon
c55694372e
fix minor dashboard CSS issue
9 years ago
Unknwon
b93fbc017a
better error message
9 years ago