Skip to content

Commit

Permalink
Merge branch 'main' into aiu/update_audit_source_for_calculations
Browse files Browse the repository at this point in the history
  • Loading branch information
defectiveAi authored Jul 29, 2024
2 parents 802ab3b + aa9a0bb commit 4a1d781
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 851 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci-orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
secrets:
dh3serviceaccount_privatekey: ${{ secrets.dh3serviceaccount_privatekey }}

#
# CodeQL Check
#
ci_codeql:
uses: ./.github/workflows/codeql.yml

#
# Detect changes to start relevant workflows
#
Expand Down Expand Up @@ -92,7 +86,6 @@ jobs:
needs:
[
ci_base,
ci_codeql,
dh_ci_frontend,
dh_ci_dotnet,
watt_ci,
Expand Down
74 changes: 0 additions & 74 deletions .github/workflows/codeql.yml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,8 @@ The repository is using [GitHub Actions workflows](https://docs.github.com/en/ac
for automation including CI/CD pipelines for each application.
Workflows are located in `.github/workflows` which currently contains the following:

- `ci-orchestrator.yml` - Markdown check and YAML validation, CodeQL check, renders C4 model diagrams, detects changes to start relevant workflows and branch policy status check.
- `ci-orchestrator.yml` - Markdown check and YAML validation, renders C4 model diagrams, detects changes to start relevant workflows and branch policy status check.
- `clean-up-cache.yml` - Cleanup GitHub workflow caches for closed branches.
- `codeql.yml` - Performs CodeQL Analysis.
- `create-tokens.yml` - Generates design tokens based on a JSON file exported from Figma.
- `detect-changes.yml` - Figures out what part of the codebase is affected by a change.
- `dh-cd.yml`: Used by DataHub for updating BFF code coverage, publishing a release, dispatching a deployment request, and dispatching a notification on failure.
Expand Down
5 changes: 2 additions & 3 deletions apps/dh/api-dh/documents/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ To create a new query using Hot Chocolate, follow this example:
new Book { Id = 1, Title = "The Great Gatsby", Author = "F. Scott Fitzgerald" },
new Book { Id = 2, Title = "To Kill a Mockingbird", Author = "Harper Lee" }
}

// ...
}
```
Expand Down Expand Up @@ -175,8 +175,7 @@ The current subsystem clients can be found at:
Update the subsystem clients using NSwag:

- Delete the respective `swagger.json` file, eg. `apps/dh/api-dh/source/DataHub.WebApi/Clients/Wholesale/V3/swagger.json`
- Make sure you have access to the `swagger.json` source mentioned in the respective `nswag.json` file
Example from the `apps/dh/api-dh/source/DataHub.WebApi/Clients/Wholesale/V3/nswag.json` config:
- Make sure you have access to the `swagger.json` source mentioned in the respective `nswag.json` file. **You might have to connect using VPN.** Example from the `apps/dh/api-dh/source/DataHub.WebApi/Clients/Wholesale/V3/nswag.json` config:

```json
{
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4a1d781

Please sign in to comment.