Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 15 additions & 9 deletions .github/workflows/ppr-ui-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,29 @@ on:
push:
branches:
- main
- feature*
- hotfix*
- release*
paths:
- "ppr-ui/**"
workflow_dispatch:
inputs:
target:
description: "Environment"
description: "Deploy To"
required: true
type: choice
options:
- dev
- test
- sandbox
- prod
tagname:
description: "Specify a previous version (git tag) to deploy"
required: false
default: ""
- "dev"
- "test"
- "sandbox"
- "prod"
redeploy:
description: "Redeploy Application"
required: true
type: choice
options:
- "false"
- "true"

jobs:
ppr-ui-cd:
Expand Down
2 changes: 0 additions & 2 deletions ppr-ui/.dockerignore

This file was deleted.

10 changes: 0 additions & 10 deletions ppr-ui/.editorconfig

This file was deleted.

4 changes: 0 additions & 4 deletions ppr-ui/.eslintignore

This file was deleted.

40 changes: 0 additions & 40 deletions ppr-ui/.eslintrc.js

This file was deleted.

1 change: 0 additions & 1 deletion ppr-ui/.gcloudignore

This file was deleted.

158 changes: 18 additions & 140 deletions ppr-ui/.gitignore
Original file line number Diff line number Diff line change
@@ -1,146 +1,24 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
/dist

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
*.postman_environment.json
coverage/

# Translations
*.mo
*.pot

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule
dist

# SageMath parsed files
*.sage.py
# Node dependencies
node_modules

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.env.local
.env.*.local
configuration.json.*
local/

# Template parameter files
k8s/*.param

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# vuepress
/**/.temp
# Logs
logs
*.log

# node
/**/node_modules

# OS specific
/**/.DS_Store
/**/node_modules

# IDE
/**/.vscode
*/*/.idea/*
/**/.idea/*
.idea/*

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
# Misc
.DS_Store
.fleet
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Misc backups
*.bak

# IDE history
.history
.firebase
.firebaserc
# Local env files
.env
.env.*
!.env.example
19 changes: 0 additions & 19 deletions ppr-ui/.sonarcloud.properties

This file was deleted.

74 changes: 0 additions & 74 deletions ppr-ui/CODE_OF_CONDUCT.md

This file was deleted.

10 changes: 0 additions & 10 deletions ppr-ui/CONTRIBUTING.md

This file was deleted.

23 changes: 0 additions & 23 deletions ppr-ui/Dockerfile

This file was deleted.

Loading