btrepp
25b5ffb6af
Enables mssql support ( #383 )
...
* Enables mssql support
Port of dlobs work in gogs.
Enables options in index.js
Enables MSSQL as a database option in go.
Sets ID to 0 on initial migration. Required for
MSSQL insert statements.
Signed-off-by: Beau Trepp <beautrepp@gmail.com>
* Vendors in denisenkom/go-mssqldb
Includes golang.org/x/crypto/md4
as this is required by go-msssqldb
Signed-off-by: Beau Trepp <beautrepp@gmail.com>
8 years ago
Bwko
4ff0db0246
Catch os... errors
8 years ago
Lunny Xiao
bf8d90c5cc
golint fixed for models/models.go ( #284 )
8 years ago
Bwko
0b9cf10340
Lint models/org.go & models.go
8 years ago
Lunny Xiao
450969c158
test database is connect OK after db config initialized ( #239 )
8 years ago
Sandro Santilli
4247304f5a
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
...
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
8 years ago
Lunny Xiao
7dcc3bc3d7
use x.SQL instead of x.Sql
8 years ago
Joubert RedRat
28bee28102
Replace Gogs to Gitea in installation options
8 years ago
Rémy Boulanouar
2d68bd1ef9
Change import reference to match gitea instead of gogs ( #37 )
8 years ago
LefsFlare
2bec8a4f1e
Changed interface ( #3685 )
8 years ago
Unknwon
643142acab
Web editor: support upload files
8 years ago
Unknwon
4042d1f0c3
models/issue: improve quality and performance of NewIssue function
8 years ago
Unknwon
f59d2dd034
Code clean up
8 years ago
Unknwon
5be881756b
#3442 add test suites
8 years ago
Thibault Meyer
4296427214
Fix #3437 : Cannot connect to PostgreSQL via IPv6 address ( #3442 )
...
* Change PostgreSQL connstring parsing to handle IPv6
* Fix used variable
* Remove redundant code + use variable
8 years ago
Unknwon
70fbcd2f27
models: rename EnableTidb to EnableTiDB
8 years ago
Unknwon
5850308a37
#3013 support connect PostgreSQL via unix socket
8 years ago
Unknwon
2d76de2574
#3281 fix x.Iterate returns nothing inside session scope with SQLite3
8 years ago
Unknwon
e74630ae3b
#1384 add pagination for repositories
8 years ago
Tom
528682a294
getEngine() not handles DB parameters ( #2972 ) ( #2974 )
8 years ago
Unknwon
ad513a20e9
#2302 Replace time.Time with Unix Timestamp (int64)
9 years ago
Lunny Xiao
779b71eda4
fix dependency broken because xorm's API changed
9 years ago
Unknwon
676d774d88
fix #1902
9 years ago
Unknwon
932dbccb67
fix import path, fix #1782
9 years ago
Unknwon
570ddefc32
print log every time regulater timezone
9 years ago
Unknwon
f1c2276c8d
add log when cannot regulate time
9 years ago
Unknwon
3fb1b6a608
drop oauth2 feature support
9 years ago
Unknwon
e75fd2f783
simplify names
9 years ago
Unknwon
e2d6b0116e
#1500 only regulateTimeZone for MySQL
9 years ago
Unknwon
aff773f1b9
add tidb support
9 years ago
Unknwon
373ef5d15e
#1500 timezone minutes offset
9 years ago
Unknwon
fa728d8dff
more minor fix on 1581
9 years ago
Unknwon
52ec80fa18
finish all new user settings UI
9 years ago
Unknwon
85f34ba538
new user profile settings UI
...
Signed-off-by: Unknwon <u@gogs.io>
9 years ago
Unknwon
b1f0f85789
#1569 force InnoDB for MySQL
9 years ago
Unknwon
1abfe4e05f
PR: nothing to commit and has pull request check
9 years ago
Unknwon
8c046073a8
work on PR conversation
9 years ago
Unknwon
398569f6f8
#1021 Forked repo unavailable after deleting original repo
9 years ago
Unknwon
63799b3c18
#1526 URL escape for username and password
9 years ago
Unknwon
23f42d92c9
add webhook recent deliveries
9 years ago
Unknwon
87152f89ba
fix release created timezone issue
9 years ago
Unknwon
f114f78743
fix timezone!
9 years ago
Unknwon
17de3ab0a3
add migrate from issue.label_ids to issue_label
9 years ago
Unknwon
39a3b768bc
#334 : Add Deployment Key Support
9 years ago
Unknwon
81d01aa308
fix mysql parsetime arg
9 years ago
Unknwon
cbb78b6a63
better wording
9 years ago
Unknwon
9a4132cb09
better wording
9 years ago
Unknwon
42a2c5ca54
#1400 use new connstr format for postgres
9 years ago
Tomcat
2bfe2ddb6d
Add mysql unix socket support.
...
If the host setting looks like a unix socket (leading by char '/'), will use unix(host) as connection string
10 years ago
Unknwon
ee68a826a5
v4 migration, merge 'dev', clean code and mirror fix
10 years ago