kakwa
c5a9be9115
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
f86afb04a2
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
aaa3f1b2b9
Use better LDAP lib and should fix #1139
9 years ago
Unknwon
2f28a0310b
Merge branch '0.8.0' of github.com:gogits/gogs into develop
9 years ago
Unknwon
253513cedd
prepare for release
9 years ago
Unknwon
eb30cbab81
add unsupported migration prompt
9 years ago
Unknwon
144663a3cf
allow admin to migrate for any user/org
9 years ago
Unknwon
ba92f4687e
minor fix markdown post process
9 years ago
Unknwon
968edb3e44
more link fix
9 years ago
Unknwon
3ca544912f
#1944 Drop /org/ URL path prefix in organization home page
9 years ago
Unknwon
7f9598141b
fix #2020
9 years ago
Unknwon
56c66ee486
#2008 more supported git hooks
9 years ago
Unknwon
21ad4bf0fe
print error log to client side when dev mode
9 years ago
Unknwon
0128036514
#1681 some fixes for builtin SSH server on Windows
9 years ago
Unknwon
ec8d41765d
some fix to #2026
9 years ago
Unknwon
ffbeda077c
Merge pull request #2024 from andreynering/dropzone-allow-all-files
...
Fixing Dropzone should accept all files when config is "*/*".
9 years ago
Andrey Nering
880849a283
Fixing Dropzone should accept all files when config is "*/*".
9 years ago
Unknwon
b2fb7e3fd2
more HTTP clone word fix
9 years ago
Unknwon
efaf60ba5a
fix #2013
9 years ago
Unknwon
e6b2a01e5d
minor JS fix
9 years ago
Unknwon
52c8f69163
fix #650
9 years ago
Unknwon
b80e848d02
upgrade libs
9 years ago
Unknwon
f12832c61e
fix possible panic
9 years ago
Unknwon
dcc740fd26
fix incorrect
9 years ago
Unknwon
8966750fd4
add some log
9 years ago
Unknwon
3623b0927e
remove tags redis and memcache
9 years ago
Unknwon
d37da1f392
prepare for release
9 years ago
Unknwon
cefc50b278
update locales
9 years ago
Unknwon
b4877b1e06
fix for #2012
9 years ago
Unknwon
eea2e05da6
minor fix on #1694
9 years ago
Unknwon
2b1e955f91
Merge pull request #1694 from sapk/fix-admin-configuration-new-ui
...
Fix admin configuration new ui
9 years ago
Antoine GIRARD
63cdee84d1
Fix admin configuration new ui
9 years ago
Unknwon
6a6a7512c2
notice
9 years ago
Unknwon
6b30b20765
add more debug info
9 years ago
Unknwon
126228d146
HTML render fix
9 years ago
Unknwon
74dfe439c2
more fix on #2002
9 years ago
Unknwon
1d4a5b1825
fix #2002
9 years ago
Unknwon
987dcc5372
fix #1383
9 years ago
Unknwon
9b6c835715
fix #1873
9 years ago
Unknwon
902b578465
better escape char handle
9 years ago
Unknwon
3d14e73fd8
fix #1119 and data race in timming tasks
9 years ago
Unknwon
9bcc3c1ea3
fix minor dashboard CSS issue
9 years ago
Unknwon
6a66e5fc98
better error message
9 years ago
Unknwon
c0b0ce7b1a
#1971 more general rule to detect error
9 years ago
Unknwon
dc0c0dc06b
fix typo for #1996
9 years ago
Unknwon
2158e6fc43
fix #1997
9 years ago
Unknwon
ee686f6231
minor fix on auto sign in
9 years ago
Unknwon
481be9b5c9
update locale #1965
9 years ago
Unknwon
9330c943cd
work on #1891
9 years ago
Unknwon
915bf1d2e3
Merge pull request #1994 from arthuroy/develop
...
Fix #1965 - the hyperlink and the display name of the branch
9 years ago