Skip to content

Commit

Permalink
Changes by create-pull-request action (#96)
Browse files Browse the repository at this point in the history
Changes by create-pull-request action
  • Loading branch information
blankdots committed Dec 14, 2023
2 parents 8b124e4 + 0020f7d commit 5a08609
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 53 deletions.
96 changes: 47 additions & 49 deletions docs/dictionary/wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
ACCESSIONROUTING
BIGINT
Bigpicture
CENTERPREFIX
DNS
FK
HOSTKEY
INGESTROUTING
JWTPUBKEYURL
MAPPINGROUTING
NSS
PEMKEYPASS
PEMKEYPATH
PGDATA
PREFETCHCOUNT
RegisterFile
SYNCPUBKEYPATH
SetAccessionID
aaf
aai
aaiconnectprofile
Expand All @@ -7,6 +25,8 @@ accessionids
accesskey
ack'ed
acked
adminPassword
adminUser
ae
aissue
aj
Expand All @@ -16,9 +36,14 @@ apis
atitle
auth
automagically
autonumber
backend
backupArchive
backupRoutingKey
backuppubkey
bbug
bigint
bigpicture
blockquote
bmi
bugfix
Expand All @@ -36,6 +61,7 @@ checksums
chunksize
clientcert
clientkey
clusterIssuer
cmd
cn
commandline
Expand All @@ -55,6 +81,9 @@ dataset
datasetid
datasetids
datasets
dbPassword
dbUser
dbschema
ddfqevq
decrypt
decryptable
Expand All @@ -76,6 +105,7 @@ egaf
egas
endcoordinate
envs
erDiagram
exportrequests
federatedega
fega
Expand All @@ -91,6 +121,7 @@ getheaderforstableid
getinboxpath
gh
ghcr
glbal
golang
golangci
gopath
Expand All @@ -112,8 +143,12 @@ isolations
jks
jku
json
jsonb
jwk
jwt
jwtKey
jwtPub
jwtSecret
jwtpubeyurl
jwtpubkeypath
jwtpubkeyurl
Expand Down Expand Up @@ -143,6 +178,8 @@ miniostorage
misspelled words:
mountpoint
mq
mqPassword
mqUser
msgtype
mtls
mvn
Expand All @@ -153,6 +190,7 @@ nbis
neic
neicnordic
notls
nss
oidc
ol
oldpath
Expand All @@ -173,12 +211,14 @@ png
podman
posix
postgres
postgresAdminPassword
postgresql
pre
prefetchcount
prepended
publickey
rabbitmq
rabbitmqctl
readme
readthedocs
readypath
Expand All @@ -194,29 +234,36 @@ repo
reqs
requesters
rootedfilesystem
routingError
routingkey
rsa
samtools
schemas
sda
sda's
secretName
secretkey
sequenceDiagram
setaccessionid
setarchived
sftp
sftpinbox
sha
smth
somedir
speciffic
src
sshd
ssl
sslmode
stableIDs
startcoordinate
storageType
storeheader
submitters
svc
svg
syncapi
sysdevs
tada
testsuite
Expand Down Expand Up @@ -248,52 +295,3 @@ wyenrumyh
yaml
yihkqimti
yml
JWTPUBKEYURL
RegisterFile
PREFETCHCOUNT
SetAccessionID
DNS
helpdesk
submitters
backupArchive
backupRoutingKey
clusterIssuer
dbPassword
dbUser
glbal
jwtKey
jwtPub
jwtSecret
mqPassword
mqUser
routingError
secretName
storageType
NSS
nss
svc
adminPassword
adminUser
postgresAdminPassword
autonumber
sequenceDiagram
BIGINT
FK
PGDATA
bigint
dbschema
erDiagram
jsonb
ACCESSIONROUTING
Bigpicture
INGESTROUTING
MAPPINGROUTING
bigpicture
stableIDs
syncapi
CENTERPREFIX
HOSTKEY
PEMKEYPASS
PEMKEYPATH
SYNCPUBKEYPATH
rabbitmqctl
8 changes: 4 additions & 4 deletions docs/guides/sda-dev-test-doc.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Developing components of the SDA stack
## Getting Started developing components of the SDA stack

If you wish to work on the SDA stack itself you'll first need [Go](https://www.golang.org/) installed on your machine. The recommended version can be checked by running:

Expand Down Expand Up @@ -27,7 +27,7 @@ $ make build-all
...
```

To build the container for a specific component replace `all` with the folder name:
To build the container for a speciffic component replace `all` with the folder name:

```sh
$ make build-<folder-name>
Expand Down Expand Up @@ -66,7 +66,7 @@ $ make lint-all
...
```

To run golangci-lint for a specific component replace `all` with the folder name (`sda`, `sda-auth`, `sda-download`):
To run golangci-lint for a speciffic component replace `all` with the folder name (`sda`, `sda-auth`, `sda-download`):

```sh
$ make lint-<folder-name>
Expand All @@ -84,7 +84,7 @@ $ make test-all
...
```

To run the static code tests for a specific component replace `all` with the folder name (`sda`, `sda-auth`, `sda-download`, `sda-sftp-inbox`):
To run the static code tests for a speciffic component replace `all` with the folder name (`sda`, `sda-auth`, `sda-download`, `sda-sftp-inbox`):

```sh
$ make test-<folder-name>
Expand Down

0 comments on commit 5a08609

Please sign in to comment.