Yehor Butko
b1605a7331
Updating users repository ( #808 )
2018-12-10 15:47:48 +02:00
Yehor Butko
678eb81d54
V3-898 Create ability for querying db in transaction scope ( #781 )
...
* V3-898 Create ability for querying db in transaction scope
* handling errors
* fixing linter
* Transaction updated
* fixing empty lines linter
* tx signatures changed
* fixing comments
2018-12-10 14:29:01 +02:00
Yaroslav Vorobiov
8ff6cea5a9
[WIP] get project members api ( #801 )
2018-12-10 13:38:42 +02:00
Egon Elbre
c7cf97cc23
Fix sqlite registration ( #806 )
2018-12-10 10:32:49 +02:00
JT Olio
1c96db01ba
better database error handling ( #784 )
...
* better database error handling
Change-Id: I28dbd69cf6c2fa268e02405521ff6e6c1a68a702
* missing comments added
* missing comment added
2018-12-07 07:46:42 -07:00
Yehor Butko
0c95fba4c8
Satellite Projects db entity and api updated ( #772 )
...
* Satellite Projects db entity and api updated
* get users projects query updated with dbx
2018-12-06 17:19:47 +02:00
Yaroslav Vorobiov
d6f6ab56a1
satellite projectmembers add and delete api ( #776 )
2018-12-06 16:40:32 +02:00
Egon Elbre
1e4556f88a
Fix import groupings ( #739 )
2018-11-30 15:40:13 +02:00
Bryan White
66b3a20595
cleanup and bugfix ( #737 )
2018-11-30 14:04:59 +01:00
Bryan White
2a0c4e60d2
preparing for use of customtype
gogo extension with NodeID
type ( #693 )
...
* preparing for use of `customtype` gogo extension with `NodeID` type
* review changes
* preparing for use of `customtype` gogo extension with `NodeID` type
* review changes
* wip
* tests passing
* wip fixing tests
* more wip test fixing
* remove NodeIDList from proto files
* linter fixes
* linter fixes
* linter/review fixes
* more freaking linter fixes
* omg just kill me - linterrrrrrrr
* travis linter, i will muder you and your family in your sleep
* goimports everything - burn in hell travis
* goimports update
* go mod tidy
2018-11-29 19:39:27 +01:00
Yaroslav Vorobiov
a21855ac37
satellite user validation ( #729 )
2018-11-29 18:23:44 +02:00
Yehor Butko
7b628e8af6
V3-763 Create logic for project details ( #728 )
...
* V3-763 Create logic for project details
* updating markup
* icon fixed
2018-11-28 18:20:23 +02:00
Yaroslav Vorobiov
c27431d64f
company update api ( #725 )
2018-11-28 14:30:38 +02:00
Yaroslav Vorobiov
24159216bc
update user api ( #715 )
2018-11-28 12:31:15 +02:00
Dylan Lott
fd42795456
updates dbx/gen.go to name generated package correctly ( #723 )
2018-11-27 13:52:19 -07:00
Yaroslav Vorobiov
a0d84ccd67
Satellite user delete ( #707 )
...
* auth from context
* user delete api
2018-11-27 16:20:58 +02:00
Yehor Butko
784f3a887d
V3-760 Create logic for New project popup ( #714 )
...
* V3-760 Create logic for New project popup
* removing path to static files from gateway
* added missing copyrights
2018-11-27 13:14:10 +00:00
Yehor Butko
1f1f9f5875
Satellitedb company-user relation changed to 1-to-1 ( #706 )
...
* Satellitedb company-user relation changed to 1-to-1
* fixing comments
2018-11-26 14:57:55 +00:00
Yehor Butko
a998665491
Satellite projects api ( #703 )
...
* V3-645 Create Project API
* fixing linter
* update project refactored
2018-11-26 10:47:23 +00:00
Yaroslav Vorobiov
bdebe36ae0
updated login api ( #699 )
2018-11-22 12:38:58 +02:00
Yaroslav Vorobiov
c829835dc1
updated createuser api ( #687 )
2018-11-21 17:51:43 +02:00
Yehor Butko
4734a7447b
V3-805 Extend satellitedb with Project members entity ( #683 )
...
* V3-805 Extend satellitedb with Project members entity
* fixing linter
* small refactoring
* tests refactoring
2018-11-20 14:50:47 +00:00
Yaroslav Vorobiov
3e99861e04
operationName and variables fields added to graphql json parsing ( #668 )
2018-11-16 16:34:35 +02:00
Yaroslav Vorobiov
92b1bceca7
added copyright to files in satelliteauth pkg ( #663 )
2018-11-15 14:25:04 +02:00
Yaroslav Vorobiov
3f2ce11315
added copyright to every file in satellite pkg ( #661 )
2018-11-15 14:00:08 +02:00
Yaroslav Vorobiov
f28af4cdfb
added creation date to graphql user and removed redundant check from graphql api handler ( #654 )
2018-11-14 17:13:13 +02:00
Yehor Butko
8990fea63c
Satellitedb refactoring ( #647 )
2018-11-14 12:45:49 +00:00
Yaroslav Vorobiov
c442205b3a
account api: infrastructure, login, register, getUser ( #611 )
2018-11-14 12:50:15 +02:00
Yehor Butko
75213fa633
V3-663 Extend database with Project entity ( #622 )
...
* V3-663 Extend database with Project entity
* fixing linter
2018-11-13 10:27:42 +02:00
Yehor Butko
5352778b3c
refactored byte to uuid converting ( #610 )
...
* refactored byte to uuid converting
* linter fixed
* error messages updated
2018-11-12 09:14:16 +00:00
Egon Elbre
6066ae7567
Check schemas while creating tables ( #609 )
2018-11-10 00:15:35 +02:00
Yehor Butko
7dcbba2541
V3-665 Creating Companies repository ( #606 )
2018-11-09 14:05:24 +02:00
Yehor Butko
54cd9491c6
V3-664 Extend User repository. Reimplemented with dbx ( #591 )
...
* V3-664 Extend User repository. Reimplemented with dbx
* structure updated
* redundant packages removed, structure simplified
* fixing goimports
* removed constuctor from user struct
* separated types declarations from database file
* test file renamed
* fixes according to review
* fixing goimports
* fixing goimports
2018-11-08 16:19:42 +02:00