fix(console): refactoring (#197)

* return error from changes

* project member context, org-policies, state

* project type seperation

* chore(deps): bump grpc from 1.24.2 to 1.24.3 in /console (#183)

Bumps [grpc](https://github.com/grpc/grpc-node) from 1.24.2 to 1.24.3.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/grpc@1.24.2...grpc@1.24.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump google-proto-files from 1.1.2 to 2.1.0 in /console (#176)

Bumps [google-proto-files](https://github.com/googleapis/nodejs-proto-files) from 1.1.2 to 2.1.0.
- [Release notes](https://github.com/googleapis/nodejs-proto-files/releases)
- [Changelog](https://github.com/googleapis/nodejs-proto-files/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-proto-files/compare/v1.1.2...v2.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump karma-coverage-istanbul-reporter in /console (#169)

Bumps [karma-coverage-istanbul-reporter](https://github.com/mattlewis92/karma-coverage-istanbul-reporter) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/releases)
- [Changelog](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v3.0.2...v3.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update packages

* update deps

* lint

* replace assets

* add key, creationdate for roles

* project grant members

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Max Peintner
2020-06-10 12:59:12 +02:00
committed by GitHub
parent e0fb19b4e9
commit 2d369fbcd3
51 changed files with 1051 additions and 1376 deletions

View File

@@ -87,6 +87,7 @@
},
"DATA": {
"STATE": "Status",
"STATE0": "unbekannt",
"STATE1": "aktiv",
"STATE2": "inaktiv",
"STATE3": "gelöscht",
@@ -325,6 +326,7 @@
"NAME": "Name"
},
"ROLE": {
"KEY":"Key",
"TITLE": "Roles",
"DESCRIPTION":"Definieren Sie Rollen, die Sie bei der Erstellung eines Projekt-Grants vergeben können",
"NAME": "Name",
@@ -333,7 +335,8 @@
"ACTIONS": "Aktion",
"ADDTITLE": "Rolle erstellen",
"ADDDESCRIPTION": "Geben Sie die Daten für die zu erstellende Rolle ein!",
"DELETE":"Rolle löschen"
"DELETE":"Rolle löschen",
"CREATIONDATE":"Erstelldatum"
},
"TABLE": {
"TOTAL": "Einträge gesamt:",
@@ -344,7 +347,7 @@
"ORGNAME":"Org Name",
"ORGDOMAIN":"Org Domain",
"STATE":"Status",
"Type":"Typ",
"TYPE":"Typ",
"CREATIONDATE":"Erstelldatum",
"CHANGEDATE":"Letzte Änderung"
}

View File

@@ -87,6 +87,7 @@
},
"DATA": {
"STATE": "Status",
"STATE0": "unknown",
"STATE1": "active",
"STATE2": "inactive",
"STATE3": "deleted",
@@ -325,6 +326,7 @@
"NAME": "Name"
},
"ROLE": {
"KEY":"Key",
"TITLE": "Roles",
"DESCRIPTION":"Define some roles which can be used to create project-grants",
"NAME": "Name",
@@ -333,7 +335,8 @@
"ACTIONS": "Actions",
"ADDTITLE": "Create role",
"ADDDESCRIPTION": "Enter the data for the new role!",
"DELETE":"Delete Role"
"DELETE":"Delete Role",
"CREATIONDATE":"Created"
},
"TABLE": {
"TOTAL": "Entries total:",
@@ -344,7 +347,7 @@
"ORGNAME":"Org Name",
"ORGDOMAIN":"Org Domain",
"STATE":"Status",
"Type":"Type",
"TYPE":"Type",
"CREATIONDATE":"Created At",
"CHANGEDATE":"Last Modified"
}