api/vendor/github.com
jtojnar ce5be947b4 Add postgres support (#135)
Revert fixture fixes for postgres

Use postgres connection string with spaces instead of url

Fix label order

Make postgres tests in ci less verbose

Add sequence update script

Skip resets in postgres

Remove option to skip resets in postgres

Make postgres tests in ci verboseq

Update test fixtures database

Fix file tests on postgres

Add postgres options to sample config

Make sure tests init test fixtures before running the actual tests

Fix issues with IDs too big to fit in an int

Fix duplicate auto incremented IDs

Refactor / Fix team tests

Refactor team member tests

Fix team member create

Fix label test

Fix getting labels

Fix test fixtures for postgresql

Fix connection string params

Disable ssl mode on postgres integration tests

Disable ssl mode on postgres tests

Use sprintf to create the connection string for postgresql

fixup! Add postgres support

Add postgres support

Added generate as a make dependency for make build

Clarify docs on building

Co-authored-by: kolaente <k@knt.li>
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Reviewed-on: vikunja/api#135
2020-02-16 21:42:04 +00:00
..
BurntSushi/toml Fix lint errs (#59) 2019-02-18 19:32:41 +00:00
KyleBanks/depth Task Attachments (#104) 2019-10-16 20:52:29 +00:00
PuerkitoBio Updated libraries 2019-05-07 21:42:24 +02:00
alecthomas/template Task Attachments (#104) 2019-10-16 20:52:29 +00:00
asaskevich/govalidator Updated libraries 2019-05-07 21:42:24 +02:00
beevik/etree Better caldav support (#73) 2019-05-22 17:48:48 +00:00
beorn7/perks Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
c2h5oh/datasize Fixed error when setting max file size on 32-Bit systems 2019-10-18 17:30:25 +02:00
client9/misspell added vendor 2018-10-28 17:24:10 +01:00
cpuguy83/go-md2man/v2 Task Attachments (#104) 2019-10-16 20:52:29 +00:00
cweill/gotests Add logging for invalid model errors (#126) 2020-01-26 19:40:23 +00:00
davecgh/go-spew Add password reset (#3) 2018-10-27 09:33:28 +00:00
dgrijalva/jwt-go CalDAV support (#15) 2018-11-03 15:05:45 +00:00
fsnotify/fsnotify Added missing viper dependencies 2018-09-08 13:33:04 +02:00
fzipp/gocyclo added vendor 2018-10-28 17:24:10 +01:00
garyburd/redigo added new cache libraries 2018-09-13 19:53:39 +02:00
ghodss/yaml Migrate to new swagger docs generation (#18) 2018-11-12 15:46:35 +00:00
go-openapi Task collection improvements (#109) 2019-12-01 13:38:11 +00:00
go-redis/redis Updated libraries 2019-05-07 21:42:24 +02:00
go-sql-driver/mysql Update xorm to use the new import path (#133) 2020-02-14 16:34:25 +00:00
go-testfixtures/testfixtures/v3 Add postgres support (#135) 2020-02-16 21:42:04 +00:00
golang/protobuf Task Attachments (#104) 2019-10-16 20:52:29 +00:00
gordonklaus/ineffassign added vendor 2018-10-28 17:24:10 +01:00
hashicorp/hcl Add postgres support (#135) 2020-02-16 21:42:04 +00:00
imdario/mergo Updated libraries 2019-05-07 21:42:24 +02:00
inconshreveable/mousetrap Added cli for general usage of Vikunja (#66) 2019-03-24 17:15:44 +00:00
jgautheron/goconst [CI] Add more checks (#43) 2018-12-28 22:15:05 +00:00
labstack Add logging for invalid model errors (#126) 2020-01-26 19:40:23 +00:00
laurent22/ical-go Fixed ical-go package include 2019-05-24 19:45:33 +02:00
lib/pq Add postgres support (#135) 2020-02-16 21:42:04 +00:00
magiconair/properties Added missing viper dependencies 2018-09-08 13:33:04 +02:00
mailru/easyjson Task Attachments (#104) 2019-10-16 20:52:29 +00:00
mattn Update xorm to use the new import path (#133) 2020-02-14 16:34:25 +00:00
matttproud/golang_protobuf_extensions Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
mitchellh/mapstructure Add password reset (#3) 2018-10-27 09:33:28 +00:00
mohae/deepcopy Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00
olekukonko/tablewriter DB Migrations (#67) 2019-03-29 17:54:35 +00:00
op/go-logging Move the crudhandler to own repo (#27) 2018-11-30 23:26:56 +00:00
pelletier/go-toml feature/rate-limit (#91) 2019-07-21 21:27:30 +00:00
pkg/errors Updated libraries 2019-05-07 21:42:24 +02:00
pmezard/go-difflib initial commit 2018-06-10 11:11:42 +02:00
prometheus Update xorm to use the new import path (#133) 2020-02-14 16:34:25 +00:00
russross/blackfriday/v2 Task Attachments (#104) 2019-10-16 20:52:29 +00:00
samedi/caldav-go Used one branch for both fixes in caldav-go 2019-05-24 20:01:59 +02:00
shurcooL Task Attachments (#104) 2019-10-16 20:52:29 +00:00
spf13 Add postgres support (#135) 2020-02-16 21:42:04 +00:00
stretchr/testify Task Attachments (#104) 2019-10-16 20:52:29 +00:00
swaggo/swag Task Attachments (#104) 2019-10-16 20:52:29 +00:00
ulule/limiter/v3 feature/rate-limit (#91) 2019-07-21 21:27:30 +00:00
urfave/cli Add logging for invalid model errors (#126) 2020-01-26 19:40:23 +00:00
valyala Improve pagination (#105) 2019-10-23 21:11:40 +00:00