Skip to content

Commit

Permalink
Merge remote-tracking branch 'idsa/develop' into idsa-main
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianOpriel committed Jul 4, 2022
2 parents 9e88926 + 10bdf5e commit 035a238
Show file tree
Hide file tree
Showing 107 changed files with 22,488 additions and 10,749 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
target-branch: "develop"
open-pull-requests-limit: 30
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
target-branch: "develop"
open-pull-requests-limit: 30
56 changes: 56 additions & 0 deletions .github/workflows/build-deploy-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: Build and publish a Docker image

on:
push:
branches:
- 'main'
- 'develop'
tags:
- '*.*.*'
pull_request:
branches:
- 'main'
- 'develop'

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Log in to the Container registry
uses: docker/login-action@v1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v3
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=schedule
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=ref,event=branch
type=ref,event=pr
type=sha
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
146 changes: 134 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
# macOS finder metadata
.DS_Store
node_modules
/dist


# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# distribution
dist/

# Editor directories and files
.idea
Expand All @@ -21,3 +12,134 @@ pnpm-debug.log*
*.njsproj
*.sln
*.sw?

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# vuepress v2.x temp and cache directory
.temp
.cache

# Docusaurus cache and generated files
.docusaurus

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,49 @@
All notable changes to this project will be documented in this file.
(Skipped major version 1, 2 and 3 to match versioning of IDS DataSpaceConnector)


## [10.0.0] - 2022-07-04 (compatible with DSC 7.1.0)
**_ATTENTION: This release requires at least DSC version 7.1.0, which introduces `addition` field in EndpointView. See [Changelog DSC v7.1.0](https://github.com/International-Data-Spaces-Association/DataspaceConnector/releases/tag/v7.1.0,changelog)_**

### Added
- Functionality to add custom properties to Resources (see [README.md](https://github.com/International-Data-Spaces-Association/DataspaceConnectorUI#add-custom-attributes-to-resources))
- Functionality to add a Basic Auth to protect the backend (see [README.md](https://github.com/International-Data-Spaces-Association/DataspaceConnectorUI#protect-backend-with-basic-auth))
- Functionality to set DeployMode of a Connector via Settings
- Functionality to manage whitelisted DAPS
- Dashboard card showing the configured default endpoint
- Dashboard card showing number of data sources
- Dashboard card showing number of policy templates
- Dashboard card showing number of data offerings
- Dashboard card showing number of active contracts
- Customizable background color of navigation via variable `navigationBackground`
- Health check in backend for kubernetes probes
- Title and description for data sources
- Templating for policies (Contract + Rules as templates)
- Advanced mode toggle (bottom of navigation bar) hiding in default's disabled mode several navigation bar elements
- Header shows connector description
- Check if a contract's validity time range fits to the current date, otherwise do not show buttons to request artifact
- Display title in backend connection remove dialog instead of URL
- Display title in backend connection select dialog

### Changed
- Several labels to explain functionalities simpler
- Navigation elements structure
- Adjusted shown fields in Add and Adjust popup for Backend Connections
- Colors of dropdown elements
- Sticky logo on small screens showing scroll bar in navigation
- Moved CSS styles from App.vue into separate default.css
- Updated package.json version number

### Fixed
- Screen refreshing when pressing enter in URL field at Data Consumption view
- Raised a broad range of comparisons of variables from value to type level
- Validation for database URLs does not require http prefix
- Opening browser in dev mode on wrong URL (0.0.0.0 instead of localhost)

### Removed
- Unused imports


## [9.3.0] - 2022-05-04 (compatible with DSC 7.x)

### Added
Expand Down
Loading

0 comments on commit 035a238

Please sign in to comment.