Commit Graph

66 Commits

Author SHA1 Message Date
Philip Hutchins
1f452e67dc Adding dockerfile for running the web UI for Satellite (#1366)
* Adding dockerfile for running the web UI for Satellite

* Updating to work with Makefile and from root directory of repo

* Updating satellite ui build process to run in a more production like mode by generating the assets the pulling those into the satellite container

* Updates to allow external traffic to UI, updates to storagenode for identity creation, and logging for bug tracking

* Adding auto cert generation for storagenode

* removing satellite-ui-image from main images flow in Makefile and adding latest tag to docker build for it

* Adding solid defaults, tuning dockerfiles, and moving to standard logging methods

* Updating logging to be more standard

* Updating to logger.Debug

* Removing unused library and unused identity creation code

Change-Id: I956453037e303693ea37f94318180af0ab7984d5
2019-02-28 13:18:53 -07:00
Bogdan Artemenko
ff172190b0
Satellite web create project flow (#1338)
* Moved router endpoints to constants.

* Updated create new project user flow.

* Added auto selection of newly created project.
2019-02-21 16:14:18 +02:00
Bogdan Artemenko
d73b7b5fd0
Added number of overall API Keys. (#1336)
* Added number of overall API Keys.
2019-02-21 13:01:52 +02:00
Bogdan Artemenko
f552e7bc08
Satellite web unit tests fix (#1335)
* Fixed satellite web store unit test return value.

* Fixed satellite web 'user' store unit test return value.
2019-02-20 17:56:05 +02:00
Egon Elbre
4c1db6c6f6 Fixed satellite web store unit tests return value (#1332) 2019-02-20 16:04:55 +02:00
Egon Elbre
b4e9d7eefe linting satellite code (#1331)
* ignore coverage folder

* add ident constraint to tslint.json

* npm run lint

* add missing empty line

* fix hasInputError lint
2019-02-20 15:33:56 +02:00
Nikolay Yurchenko
df20597f67
[V3-1113] empty search result area bug fixed (#1303) 2019-02-15 23:19:17 +10:00
Bogdan Artemenko
b7d377bafb
Fixed Input deletion on Add Team Member Popup. (#1316) 2019-02-14 18:02:22 +02:00
Bogdan Artemenko
ad95d881c7
Implemented Multiple API key deletion. Added Notification for API key deletion result. (#1298)
* Implemented Notification for API key deletion result.

* Moved several API keys deletion to Service side.
2019-02-13 13:34:40 +02:00
Yehor Butko
8156d911fa
Updating account activation flow (#1251)
* Updating account activation flow

* Updated integration tests, createUserMutation updated

* removing redundant index

* removed redundant testing code

* review comments fixed
2019-02-11 12:33:56 +02:00
Bogdan Artemenko
4493e5ef43
Changed graphQL port to default 10100. (#1265) 2019-02-07 18:01:30 +02:00
Nikolay Yurchenko
987c112b02
web satellite popups changed (#1262) 2019-02-08 00:13:12 +10:00
Bogdan Artemenko
899b064a59
Added congratulations page after registration. Implemented Account confirmation argument validation. (#1253)
* Added congratulations page after registration. Implemented Account confirmation argument validation.
2019-02-07 09:12:20 +02:00
Yaroslav Vorobiov
ba07f337c0
Satellite api keys frontend (#1039)
* api keys frontend

* fix linter

* fixes, copy to clipboard, disable account activation

* activation is removed in https://github.com/storj/storj/pull/1143
2019-02-01 18:19:30 +02:00
Nikolay Yurchenko
21c6cbccdd
registration success popup markup (#1191) 2019-01-31 22:38:48 +10:00
Bogdan Artemenko
e5a9a73859
Updated text fields through all project (#1179)
Updated text fields through all project
2019-01-31 14:23:04 +02:00
Nikolay Yurchenko
c5047f2364
[V3-1089] [V3-1090] email markups (#1176) 2019-01-31 00:37:27 +10:00
Nikolay Yurchenko
706ee462a6
[V3-1096] web satellite ui changes and fixes (#1168) 2019-01-30 23:18:07 +10:00
Bogdan Artemenko
b75f06e229
Removed TermsAccepted in project from satellite console and web. (#1155)
* Removed TermsAccepted from satellite console and web.
2019-01-28 20:20:33 +02:00
Bogdan Artemenko
0274244f23
Added Pagination and SearchOptions reset on successfull adding new user to project. (#1156) 2019-01-28 19:45:00 +02:00
Bogdan Artemenko
702cf75af1
Fixed unit tests for Users, Project and ProjectMembers Store modules. (#1080) 2019-01-28 16:39:51 +02:00
Nikolay Yurchenko
143e6a58e9
[V3-1021] added buttons control for cabinet (#1035) 2019-01-25 23:09:46 +10:00
Jennifer Li Johnson
856b98997c
updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
Nikolay Yurchenko
5b41ec2e94 minor web satelite ui bug fixes (#1031) 2019-01-14 17:39:21 +02:00
Nikolay Yurchenko
dbc8d3ec91
[V3-1031] added front end validation for project name (#1011)
* [V3-1031] added front end validation for project name

* added tests for validation
2019-01-11 12:26:18 +02:00
Yehor Butko
6e3cbb9712
V3-978 Create missing unit tests for satellitedb (#1025)
* V3-978 Create missing unit tests for satellitedb

* fixing linter

* removing redundant checks from tests
2019-01-11 12:08:51 +02:00
Bogdan Artemenko
625ae46ae5
Satellite web Endless scroll and 'Sort by' for Team Members page. (#999)
* Implemented endless scroll and 'sort by' for Team Members page.
* Implemented actions name constants usage instead raw strings.
2019-01-10 16:44:15 +02:00
Nikolay Yurchenko
4cdd59f321
api keys markup updated (#1009) 2019-01-09 18:13:43 +02:00
Yehor Butko
7090a31ef3
V3-1033 Implement AppState module for DropDown lists (#1008)
* V3-1033 Implement AppState module for DropDown lists

* commentig unused items
2019-01-09 17:40:21 +02:00
Bogdan Artemenko
6f931759a6
Satellite Web store test coverage (#948)
* Added 100% test coverage for Users store module.

* Added 100% coverage for Projects store module.

* Added 100% coverage for ProjectMembers store module.
2019-01-08 17:14:00 +02:00
Yehor Butko
262753bde6
V3-1029 Update list Project Logic (#966) 2019-01-04 13:32:21 +02:00
Yehor Butko
6505a6f310
Web_satellite bug fixing (#962)
* Web_satellite bug fixing

* removing redundant code
2019-01-03 17:05:22 +02:00
Nikolay Yurchenko
3fa9d78690
[V3-964] Satellite api keys markup (#945)
* initial api keys markup

* Impemented api area markup and popups.
2019-01-02 15:46:55 +02:00
Nikolay Yurchenko
150dfed377
satellite hot minor changes (#946)
* hovers added, some divs changed, added default project description

* user settings redesigned
2019-01-02 15:20:51 +02:00
Nikolay Yurchenko
472341da23
[V3-911] fixed registration mandatory fields validation (#937) 2018-12-27 14:05:38 +02:00
Nikolay Yurchenko
312fd5a5fd
[V3-963] Satellite team members add dialog (#935)
* Implemented team member add dialog without api.

* logic changed according to api

* added initial app reducer and team members deletion fixed
2018-12-26 17:05:33 +02:00
Yehor Butko
5ef427265e
web/satellite notifications added, users and projects api updated (#934)
* web/satellite notifications added, users and projects api updated

* fix users api
2018-12-24 14:52:52 +02:00
Nikolay Yurchenko
2d82c078d0
[V3-959] implemented delete project dialog (#918) 2018-12-20 19:34:12 +02:00
Nikolay Yurchenko
2f2cf3f578
[V3-956] Satellite delete account dialog logic (#910)
* implemented delete account dialog

* removed ownership dependencies for deletion
2018-12-20 18:44:42 +02:00
Yehor Butko
ac860c1984
Removing company and project ownership (#917) 2018-12-20 18:18:08 +02:00
Bogdan Artemenko
8a79d184aa
[V3-965] Satellite account. Fixed Vue lint errors (#890)
* [V3-965] Satellite account. Fixed Vue lint errors
2018-12-18 16:43:23 +02:00
Nikolay Yurchenko
70b1d1050a
[V3-349] markup for delete account dialog (#850) 2018-12-13 12:18:57 +02:00
Bogdan Artemenko
e227b8e904
Satellite team logic implementation (#842)
* [V3-884] Implemented store module for project members operations

* [V3-879] Implemented footer area for team members

* [V3-875] Implemented grid item component

* [V3-877] Implemented team grid item selection

* Added route metadata to check token existence before routing
2018-12-12 18:19:20 +02:00
Nikolay Yurchenko
c8a110a36d added notification logic and tests (#829) 2018-12-12 15:44:01 +02:00
Nikolay Yurchenko
a98fb3af79 [V3-873] Error pages markup and 404 logic (#831) 2018-12-12 12:06:33 +02:00
Nikolay Yurchenko
5f6757cf7b [V3-593] grammar validation error in register page fixed (#832) 2018-12-12 12:04:40 +02:00
Yehor Butko
a8a082f4c4
V3-808 Implement graphql queries for team members page (#815) 2018-12-10 19:32:15 +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
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
Bogdan Artemenko
8592e29260
V3-896 Added TS & Vue lint rules (#769) 2018-12-06 14:12:09 +02:00