Commit Graph

53 Commits

Author SHA1 Message Date
3081338a37 Use redis INCRBY and DECRBY when updating metrics values (#121)
All checks were successful
continuous-integration/drone/push Build is passing
Move test coverage processing to a seperate command

Use redis INCRBY and DECRBY when updating metrics values

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#121
2020-01-19 17:26:26 +00:00
9e39399689 Migration (#120)
Go mod tidy

[skip ci] Add modules/migration to docs

[skip ci] update date

fmt

Merge branch 'master' into feature/migration

# Conflicts:
#	pkg/routes/api/v1/info.go

Add docs on how to create a migrator

Add available migrators to /info endpoint

Return a message once everything was migrated successfully

Add swagger docs for wunderlist migration

Docs for migration [skip ci]

Fix due date fixture in migration test

Fix staticcheck

Fix lint

Logging and cleanup

Make the migrator work with real data

Add routes for migration

Fix misspell

Add method to store a full vikunja structure into vikunja

Add getting all data from wunderlist

Add attachment migration from wunderlist

Add done and done at to wunderlist migrator

Add todo

Add wunderlist auth url implementation

Fix lint

Finish wunderlist migration

Added all structs for the wunderlist migratior

Fix owner field being null for user shared namespaces (#119)

Update copyright year (#118)

Add option to disable registration (#117)

Added migrator interface

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#120
2020-01-19 16:52:16 +00:00
a0c5e4e985 Update copyright year (#118)
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-09 17:33:22 +00:00
402cef3c15 Add option to disable registration (#117)
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-30 23:27:02 +00:00
b9f0ba84ab
Add motd config option to docs
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-25 17:27:10 +01:00
d8399e374c Sort Order for tasks (#110)
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-07 14:30:51 +00:00
7e4deab8f7 Task collection improvements (#109)
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-01 13:38:11 +00:00
8948a5f219 Improve pagination (#105)
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-23 21:11:40 +00:00
b81cd6128a
Fixed error when setting max file size on 32-Bit systems
Some checks failed
continuous-integration/drone/push Build is failing
2019-10-18 17:30:25 +02:00
2169464983 Task Attachments (#104)
Some checks failed
continuous-integration/drone/push Build is failing
2019-10-16 20:52:29 +00:00
4327a559e5 feature/rate-limit (#91)
All checks were successful
continuous-integration/drone/push Build is passing
2019-07-21 21:27:30 +00:00
50ca8bd28e Statically compile templates in the final binary (#84)
Some checks failed
continuous-integration/drone/push Build is failing
2019-07-11 19:10:42 +00:00
f1d21ea52b
Use the auth methods to get IDs to avoid unneeded casts
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-28 10:21:48 +02:00
fc3c5f2187
Updated the web handler with updated param binder
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-28 09:13:17 +02:00
5d3b6573ca
Updated echo to use the latest version
Some checks failed
continuous-integration/drone/push Build is failing
2019-06-28 09:01:50 +02:00
16825ba7c6 Update echo (#82)
Some checks failed
continuous-integration/drone/push Build is failing
2019-06-22 21:51:58 +00:00
6b348fad04
Used one branch for both fixes in caldav-go
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-24 20:01:59 +02:00
24f06b2da5
Fixed ical-go package include 2019-05-24 19:45:33 +02:00
a7bbaf7c5f
Fixed replace directive
Some checks failed
continuous-integration/drone/push Build is failing
2019-05-24 11:57:18 +02:00
7107d030fc Better caldav support (#73)
Some checks failed
continuous-integration/drone/push Build is failing
2019-05-22 17:48:48 +00:00
3d7fd9ca20
Updated libraries
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-07 21:42:24 +02:00
6bab8fb769
Updated and re-enabled statickcheck 2019-04-23 10:34:06 +02:00
10f80c190b
Switched to techknowlogick/xgo
All checks were successful
continuous-integration/drone/push Build is passing
2019-04-22 14:02:18 +02:00
99f83542f6
Updated staticcheck
Some checks failed
continuous-integration/drone/push Build is failing
2019-04-22 12:59:42 +02:00
konrad
3872d1d8a7 Integration tests (#71)
All checks were successful
continuous-integration/drone/push Build is passing
2019-04-21 18:18:17 +00:00
be5a17e993 DB Migrations (#67)
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-29 17:54:35 +00:00
e21471a193
Update web handler (fixed)
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-29 18:29:44 +01:00
8d78e473f5 Added cli for general usage of Vikunja (#66)
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-24 17:15:44 +00:00
5525ee0328 Refactored canRead method to get the list before checking the right (#65)
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-24 13:17:36 +00:00
47352d3ed4 Let rights methods return errors (#64)
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-24 12:35:50 +00:00
11e7c071ce Updated handler config (#63)
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-24 09:13:40 +00:00
1b84292332 Fix lint errs (#59)
All checks were successful
continuous-integration/drone/push Build is passing
2019-02-18 19:32:41 +00:00
2d88fad5b1 Huge improvements for docs (#58)
All checks were successful
continuous-integration/drone/push Build is passing
2019-02-17 19:53:04 +00:00
9e635ea54e Improve logging handling (#57)
All checks were successful
continuous-integration/drone/push Build is passing
2019-01-25 11:40:54 +00:00
607dbd6ae8 API Docs improvements (#46)
All checks were successful
the build was successful
2019-01-03 22:22:06 +00:00
6b40df50d3 Add labels to tasks (#45)
All checks were successful
the build was successful
2018-12-31 01:18:41 +00:00
018dd8164c [CI] Add more checks (#43)
All checks were successful
the build was successful
2018-12-28 22:15:05 +00:00
3814b8a504 Add bulk edit for tasks (#42)
All checks were successful
the build was successful
2018-12-28 21:49:46 +00:00
7322bfafb3 Fix swaggerdocs generation to produce actually valid output (#39)
All checks were successful
the build was successful
2018-12-21 21:30:43 +00:00
0edc5fd315
go mod tidy 2018-12-19 22:07:23 +01:00
97febdb397 Tests can now use config files (#36)
All checks were successful
the build was successful
2018-12-18 16:01:46 +00:00
e047673c6b Add prometheus endpoint for getting metrics (#33)
All checks were successful
the build was successful
2018-12-12 22:50:35 +00:00
fc17232819
Updated vendor 2018-12-02 19:30:42 +01:00
007d8ec375 Fixed generation of swagger docs (#29)
All checks were successful
the build was successful
2018-12-01 01:59:17 +00:00
ce2cae9430 Move the crudhandler to own repo (#27)
All checks were successful
the build was successful
2018-11-30 23:26:56 +00:00
136adb69c8
tidied mod
All checks were successful
the build was successful
2018-11-28 20:50:06 +01:00
3f44e3b83e Change License to GPLv3 (#26)
All checks were successful
the build was successful
2018-11-26 20:17:33 +00:00
0c544fe355 Added validation for structs (#19)
All checks were successful
the build was successful
2018-11-16 23:17:37 +00:00
373bbd2202 Migrate to new swagger docs generation (#18)
All checks were successful
the build was successful
2018-11-12 15:46:35 +00:00
d03fca801b CalDAV support (#15)
All checks were successful
the build was successful
2018-11-03 15:05:45 +00:00