Browse Source

Move example ldifs from contributing-docs repository (#653)

* Move example ldifs

* Run integration tests if config has changed
pull/654/head
Thomas Rittson 1 year ago committed by GitHub
parent
commit
3c5bafe39f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/integration-test.yml
  2. 3064
      openldap/example-ldifs/directory-100.ldif
  3. 7566
      openldap/example-ldifs/directory-250.ldif
  4. 1567
      openldap/example-ldifs/directory-50.ldif
  5. 15059
      openldap/example-ldifs/directory-500.ldif
  6. 0
      openldap/ldifs/directory-20.ldif

4
.github/workflows/integration-test.yml

@ -8,10 +8,14 @@ on: @@ -8,10 +8,14 @@ on:
paths:
- ".github/workflows/integration-test.yml" # this file
- "src/services/ldap-directory.service*" # we only have integration for LDAP testing at the moment
- "./openldap*" # any change to test fixtures
- "./docker-compose.yml" # any change to Docker configuration
pull_request:
paths:
- ".github/workflows/integration-test.yml" # this file
- "src/services/ldap-directory.service*" # we only have integration for LDAP testing at the moment
- "./openldap*" # any change to test fixtures
- "./docker-compose.yml" # any change to Docker configuration
jobs:
check-test-secrets:

3064
openldap/example-ldifs/directory-100.ldif

File diff suppressed because it is too large Load Diff

7566
openldap/example-ldifs/directory-250.ldif

File diff suppressed because it is too large Load Diff

1567
openldap/example-ldifs/directory-50.ldif

File diff suppressed because it is too large Load Diff

15059
openldap/example-ldifs/directory-500.ldif

File diff suppressed because it is too large Load Diff

0
openldap/ldifs/directory.ldif → openldap/ldifs/directory-20.ldif

Loading…
Cancel
Save