btrepp
8c7a1a7d9b
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>
9 years ago
Bwko
6299533be7
Catch os... errors
9 years ago
Lunny Xiao
738295a09e
golint fixed for models/models.go ( #284 )
9 years ago
Bwko
baf45e47ef
Lint models/org.go & models.go
9 years ago
Lunny Xiao
b7aed4a4e8
test database is connect OK after db config initialized ( #239 )
9 years ago
Sandro Santilli
cb1b3cc148
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
9 years ago
Lunny Xiao
4e8fff5273
use x.SQL instead of x.Sql
9 years ago
Joubert RedRat
9bcd8444ad
Replace Gogs to Gitea in installation options
9 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
9 years ago
LefsFlare
50bfff35d0
Changed interface ( #3685 )
9 years ago
Unknwon
288bd17939
Web editor: support upload files
9 years ago
Unknwon
ca313c82d3
models/issue: improve quality and performance of NewIssue function
9 years ago
Unknwon
69b2ffb516
Code clean up
9 years ago
Unknwon
e22dd7a8b0
#3442 add test suites
9 years ago
Thibault Meyer
033a62cbec
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
9 years ago
Unknwon
d7c065bbec
models: rename EnableTidb to EnableTiDB
9 years ago
Unknwon
51afdd62f6
#3013 support connect PostgreSQL via unix socket
9 years ago
Unknwon
7f11372669
#3281 fix x.Iterate returns nothing inside session scope with SQLite3
9 years ago
Unknwon
027aebc72c
#1384 add pagination for repositories
9 years ago
Tom
8ff5668806
getEngine() not handles DB parameters ( #2972 ) ( #2974 )
9 years ago
Unknwon
9f43369667
#2302 Replace time.Time with Unix Timestamp (int64)
10 years ago
Lunny Xiao
25fd5a1d7c
fix dependency broken because xorm's API changed
10 years ago
Unknwon
f00ca115e1
fix #1902
10 years ago
Unknwon
f066c2f1d8
fix import path, fix #1782
10 years ago
Unknwon
c72d956835
print log every time regulater timezone
10 years ago
Unknwon
12ffef2ef7
add log when cannot regulate time
10 years ago
Unknwon
bba20262f1
drop oauth2 feature support
10 years ago
Unknwon
2539fa8280
simplify names
10 years ago
Unknwon
dcadde7a6d
#1500 only regulateTimeZone for MySQL
10 years ago
Unknwon
0a52abc3bf
add tidb support
10 years ago
Unknwon
c7bc505065
#1500 timezone minutes offset
10 years ago
Unknwon
b34bb8e0f3
more minor fix on 1581
10 years ago
Unknwon
c01712659a
finish all new user settings UI
10 years ago
Unknwon
17a8589f82
new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
10 years ago
Unknwon
5147f00d4b
#1569 force InnoDB for MySQL
10 years ago
Unknwon
7f1ca032b3
PR: nothing to commit and has pull request check
10 years ago
Unknwon
315b183c66
work on PR conversation
10 years ago
Unknwon
3a0c2096ac
#1021 Forked repo unavailable after deleting original repo
10 years ago
Unknwon
aa4171d415
#1526 URL escape for username and password
10 years ago
Unknwon
eafb87f1d4
add webhook recent deliveries
10 years ago
Unknwon
5c0b3471b9
fix release created timezone issue
10 years ago
Unknwon
b1a28d7787
fix timezone!
10 years ago
Unknwon
cdcc2cee74
add migrate from issue.label_ids to issue_label
10 years ago
Unknwon
6f6ad6f3c9
#334 : Add Deployment Key Support
10 years ago
Unknwon
d263ee87b7
fix mysql parsetime arg
10 years ago
Unknwon
956acc7519
better wording
10 years ago
Unknwon
06284999fe
#1400 use new connstr format for postgres
10 years ago
Tomcat
1441a336d5
Add mysql unix socket support.
If the host setting looks like a unix socket (leading by char '/'), will use unix(host) as connection string
11 years ago
Unknwon
56a29ce158
v4 migration, merge 'dev', clean code and mirror fix
11 years ago
Unknwon
5a7bca797c
Merge branch 'dev' of github.com:gogits/gogs into access
Conflicts:
gogs.go
models/models.go
models/user.go
templates/.VERSION
templates/org/home.tmpl
11 years ago