Update corteza-locale dep
This commit is contained in:
committed by
Vivek Patel
parent
176883c436
commit
bd67c322b8
@@ -18,7 +18,7 @@ require (
|
||||
github.com/SentimensRG/ctx v0.0.0-20180729130232-0bfd988c655d
|
||||
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
||||
github.com/brianvoe/gofakeit/v6 v6.5.0
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211122123708-d5c179b9eb73
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211209194516-5c1ac47046ad
|
||||
github.com/crewjam/saml v0.4.5
|
||||
github.com/crusttech/go-oidc v0.0.0-20180918092017-982855dad3e1
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
@@ -56,7 +56,7 @@ require (
|
||||
github.com/joho/godotenv v1.3.0
|
||||
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
|
||||
github.com/lestrrat-go/jwx v1.2.11
|
||||
github.com/lestrrat-go/strftime v1.0.5
|
||||
github.com/lestrrat-go/strftime v1.0.5
|
||||
github.com/lib/pq v1.1.0
|
||||
github.com/markbates/goth v1.67.1
|
||||
github.com/mattn/go-colorable v0.1.11 // indirect
|
||||
|
||||
@@ -92,6 +92,8 @@ github.com/cortezaproject/corteza-locale v0.0.0-20211107083849-eaef5250945f h1:U
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211107083849-eaef5250945f/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211122123708-d5c179b9eb73 h1:11xTWL1FafVJk4MZTjZPMLWyw8MfH24+FSjwyawXLk0=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211122123708-d5c179b9eb73/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211209194516-5c1ac47046ad h1:iPd8aIOA37scbRLpxhPPhy2zh1cZr6apgvDUvsj0mxM=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211209194516-5c1ac47046ad/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
|
||||
github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da h1:WXnT88cFG2davqSFqvaFfzkSMC0lqh/8/rKZ+z7tYvI=
|
||||
github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da/go.mod h1:+rmNIXRvYMqLQeR4DHyTvs6y0MEMymTz4vyFpFkKTPs=
|
||||
|
||||
+37
@@ -0,0 +1,37 @@
|
||||
# Security
|
||||
|
||||
At Corteza, the security of our products and services is important to us.
|
||||
All of our source code repositories are managed through GitHub organisations.
|
||||
Here is the list of [Corteza Repositories](https://github.com/orgs/cortezaproject/repositories)
|
||||
|
||||
If you believe you have found a security vulnerability in any Corteza repository, please report it to us as described below.
|
||||
|
||||
## Reporting Security Issues
|
||||
|
||||
**Please do not report security vulnerabilities through public GitHub issues.**
|
||||
|
||||
Instead, please send email to [info@cortezaproject.org](mailto:info@cortezaproject.org).
|
||||
|
||||
You should receive a response within 24 business hours. If for some reason you do not,
|
||||
please follow up via email to ensure we received your original message.
|
||||
|
||||
Please include the requested information listed below (as much as you can provide)
|
||||
to help us better understand the nature and scope of the possible issue:
|
||||
|
||||
* Type of issue,
|
||||
* full paths of source file(s) related to the manifestation of the issue,
|
||||
* the location of the affected source code (tag/branch/commit or direct URL),
|
||||
* any special configuration required to reproduce the issue,
|
||||
* step-by-step instructions to reproduce the issue,
|
||||
* proof-of-concept or exploit code (if possible),
|
||||
* impact of the issue, including how an attacker might exploit the issue.
|
||||
|
||||
This information will help us triage your report more quickly.
|
||||
|
||||
## Preferred Languages
|
||||
|
||||
We prefer all communications to be in English.
|
||||
|
||||
## Policy
|
||||
|
||||
[Corteza Privacy Policy](https://cortezaproject.org/privacy-policy/)
|
||||
Generated
Vendored
-1
@@ -130,7 +130,6 @@ metric:
|
||||
modulePlaceholder: Pick a module
|
||||
numberFormat: Number format
|
||||
operationAvg: Avg
|
||||
operationCountd: Count
|
||||
operationLabel: Aggregation operation
|
||||
operationMax: Max
|
||||
operationMin: Min
|
||||
|
||||
Generated
Vendored
-1
@@ -39,7 +39,6 @@ edit:
|
||||
fixTooltips: Always show tooltips
|
||||
function:
|
||||
avg: AVG
|
||||
countd: COUNTD
|
||||
label: Function
|
||||
max: MAX
|
||||
min: MIN
|
||||
|
||||
Generated
Vendored
+1
@@ -1,4 +1,5 @@
|
||||
errors:
|
||||
invalidConfiguration: Invalid report configuration
|
||||
invalidID: invalid ID
|
||||
notAllowedToCreate: not allowed to create reports
|
||||
notAllowedToDelete: not allowed to delete this report
|
||||
|
||||
Generated
Vendored
+3
@@ -219,6 +219,9 @@ permissions:
|
||||
update:
|
||||
success: Permissions updated
|
||||
error: Permissions update failed
|
||||
clone:
|
||||
success: Permissions cloned
|
||||
error: Permissions clone failed
|
||||
role:
|
||||
error: Failed to add role
|
||||
|
||||
|
||||
Generated
Vendored
+6
@@ -31,6 +31,12 @@ ui:
|
||||
compose: Compose permissions
|
||||
federation: Federation permissions
|
||||
|
||||
clone:
|
||||
clone: Clone
|
||||
label: Clone permissions
|
||||
title: Clone permissions to
|
||||
description: This will clone all the permissions of the current role and apply them to the selected
|
||||
|
||||
resources:
|
||||
automation:
|
||||
component:
|
||||
|
||||
Generated
Vendored
-1
@@ -160,7 +160,6 @@ metric:
|
||||
modulePlaceholder: Pick a module
|
||||
numberFormat: Number format
|
||||
operationAvg: Avg
|
||||
operationCountd: Count
|
||||
operationLabel: Aggregation operation
|
||||
operationMax: Max
|
||||
operationMin: Min
|
||||
|
||||
Generated
Vendored
-1
@@ -50,7 +50,6 @@ edit:
|
||||
fixTooltips: Always show tooltips
|
||||
function:
|
||||
avg: AVG
|
||||
countd: COUNTD
|
||||
label: Function
|
||||
max: MAX
|
||||
min: MIN
|
||||
|
||||
Generated
Vendored
+11
-1
@@ -24,7 +24,17 @@ edit:
|
||||
allFields: All Fields
|
||||
description: 'Match federated fields with existing ones:'
|
||||
title: Map
|
||||
errorFetchingData: Error fetching server data
|
||||
error:
|
||||
fetch:
|
||||
data: Error fetching server data
|
||||
exposed: Error fetching exposed module info
|
||||
shared: Error fetching shared module info
|
||||
mmap: Error fetching module mapping info
|
||||
node: Error fetching nodes info
|
||||
persist:
|
||||
exposed: Error persisting exposed module info
|
||||
shared: Error persisting shared module info
|
||||
mmap: Error persisting module mapping info
|
||||
general:
|
||||
receive: Receive new records from another organization (downstream)
|
||||
send: Send new records to the federated network (upstream)
|
||||
|
||||
Generated
Vendored
-1
@@ -130,7 +130,6 @@ metric:
|
||||
modulePlaceholder: Pick a module
|
||||
numberFormat: Number format
|
||||
operationAvg: Avg
|
||||
operationCountd: Count
|
||||
operationLabel: Aggregation operation
|
||||
operationMax: Max
|
||||
operationMin: Min
|
||||
|
||||
Generated
Vendored
-1
@@ -39,7 +39,6 @@ edit:
|
||||
fixTooltips: Always show tooltips
|
||||
function:
|
||||
avg: AVG
|
||||
countd: COUNTD
|
||||
label: Function
|
||||
max: MAX
|
||||
min: MIN
|
||||
|
||||
Generated
Vendored
-1
@@ -130,7 +130,6 @@ metric:
|
||||
modulePlaceholder: Pick a module
|
||||
numberFormat: Number format
|
||||
operationAvg: Avg
|
||||
operationCountd: Count
|
||||
operationLabel: Aggregation operation
|
||||
operationMax: Max
|
||||
operationMin: Min
|
||||
|
||||
Generated
Vendored
-1
@@ -39,7 +39,6 @@ edit:
|
||||
fixTooltips: Always show tooltips
|
||||
function:
|
||||
avg: AVG
|
||||
countd: COUNTD
|
||||
label: Function
|
||||
max: MAX
|
||||
min: MIN
|
||||
|
||||
Generated
Vendored
-1
@@ -130,7 +130,6 @@ metric:
|
||||
modulePlaceholder: Pick a module
|
||||
numberFormat: Number format
|
||||
operationAvg: Avg
|
||||
operationCountd: Count
|
||||
operationLabel: Aggregation operation
|
||||
operationMax: Max
|
||||
operationMin: Min
|
||||
|
||||
Generated
Vendored
-1
@@ -39,7 +39,6 @@ edit:
|
||||
fixTooltips: Always show tooltips
|
||||
function:
|
||||
avg: AVG
|
||||
countd: COUNTD
|
||||
label: Function
|
||||
max: MAX
|
||||
min: MIN
|
||||
|
||||
Generated
Vendored
-1
@@ -130,7 +130,6 @@ metric:
|
||||
modulePlaceholder: Pick a module
|
||||
numberFormat: Number format
|
||||
operationAvg: Avg
|
||||
operationCountd: Count
|
||||
operationLabel: Aggregation operation
|
||||
operationMax: Max
|
||||
operationMin: Min
|
||||
|
||||
Generated
Vendored
-1
@@ -39,7 +39,6 @@ edit:
|
||||
fixTooltips: Always show tooltips
|
||||
function:
|
||||
avg: AVG
|
||||
countd: COUNTD
|
||||
label: Function
|
||||
max: MAX
|
||||
min: MIN
|
||||
|
||||
Vendored
+1
-1
@@ -44,7 +44,7 @@ github.com/brianvoe/gofakeit/v6
|
||||
github.com/brianvoe/gofakeit/v6/data
|
||||
# github.com/cespare/xxhash/v2 v2.1.1
|
||||
github.com/cespare/xxhash/v2
|
||||
# github.com/cortezaproject/corteza-locale v0.0.0-20211122123708-d5c179b9eb73
|
||||
# github.com/cortezaproject/corteza-locale v0.0.0-20211209194516-5c1ac47046ad
|
||||
## explicit
|
||||
github.com/cortezaproject/corteza-locale
|
||||
# github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da
|
||||
|
||||
Reference in New Issue
Block a user