Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Release-1 - Step 4 #18

Merged
merged 38 commits into from
Nov 12, 2022
Merged

Update Release-1 - Step 4 #18

merged 38 commits into from
Nov 12, 2022

Conversation

HolimaX
Copy link
Owner

@HolimaX HolimaX commented Oct 30, 2019

This PR:

  • Merges Release 1 of complete solution.

Goal of closure:

@HolimaX HolimaX added this to the EDU-1.0.0 milestone Oct 30, 2019
@HolimaX HolimaX self-assigned this Oct 30, 2019
@HolimaX HolimaX changed the title Update README.md Update README.md - Step 3 Oct 31, 2019
@HolimaX HolimaX changed the title Update README.md - Step 3 Update README.md - Step 4 Oct 31, 2019
@HolimaX HolimaX added the documentation Improvements or additions to documentation label Dec 31, 2019
@HolimaX HolimaX changed the title Update README.md - Step 4 Dev-1 - Update README.md - Step 4 Dec 7, 2020
@HolimaX HolimaX changed the title Dev-1 - Update README.md - Step 4 DEV-1 - Update README.md - Step 4 Dec 7, 2020
@HolimaX HolimaX changed the title DEV-1 - Update README.md - Step 4 Update README.md - Step 4 Dec 7, 2020
@HolimaX HolimaX changed the title Update README.md - Step 4 Update Release-1 - Step 4 Dec 7, 2020
HolimaX and others added 7 commits December 23, 2020 12:06
…riable configuration for package dependecy support ; Updating VSCode project name ; Attempting to re-fix CircleCI breakage
* Adding comments, TODOs, tf plan variable for task, QA stage and unit test reference

* Adding comments and QA shared library versioning parametrization

* Adding initial Native Code/JNI support

* Adding generic function calls for JNI C/Cpp comm standard

* #EDU-1 #8 Syncing currently used Python SO module name

Co-authored-by: Linards <hx@inbox.lv>
* Update README.md

* Create README.md

* Create README.md

* Create README.md

* Update README.md
Adding additional handling for GitHubs registry with dummy credentials
Adding better handling for terraform states
@HolimaX
Copy link
Owner Author

HolimaX commented May 21, 2022

@dependabot rebase

* #DEV-2 - Adding SOE capabilities
* Updated config.yml
* #DEV-2 - Updating dependencies
HolimaX and others added 6 commits May 24, 2022 17:13
* Update README.md

* #DEV-1 - initial commit for dynamic integration resolution logic

* Update manifest.json

* #DEV-2 - Updating dependencies

* #DEV-2 - Updating dependencies and adding fix for missing prop check

* #EDU-1.0.0 - Add initial logic for exported method and REST API support for PII data handling via dynamic graph rendering

* #EDU-1.0.0 - Rename merge conflicted package.json

Co-authored-by: Linards Liepins <hx@inbox.lv>
…irebase-and-okta ; Add support for reCaptcha v2
@HolimaX
Copy link
Owner Author

HolimaX commented May 26, 2022

@dependabot rebase

…#72)

* #DEV-1 - Bugfixes to PCD loading

* #DEV-1 - Adding reAptcha integration, AdSense integration, ToC and PP/CP Consent popup, Fixing local configuration, Reducing techdebt by minor cleanups

* #DEV-1 - Typo fix

* #CICD-1 - Adding QA for MD and YAML files

* #CICD-1 - Adjusting build to use npm ci

* #DEV-1 - Adding initial support for EC2 and EKS Terraform provisioning

* #DEV-1 - Adding initial README for terraform

* #CICD-1 - Updating CodeQL version

* #CICD-1 - Syntax and semantics cleanup

* #DEV-1 - NPM Audit fixes

* #DEV-1 #CICD-1 - Adding support for OpenGraph, Fixing branding in Profile, Adjusting API request syntax and Updating dependencies
@pull-request-quantifier-deprecated

This PR has 2364 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience!


Quantification details

Label      : Extra Large
Size       : +2192 -172
Percentile : 100%

Total files changed: 81

Change summary by file extension:
.yml : +248 -44
.env : +9 -0
.gitignore : +11 -1
.md : +184 -58
.groovy : +78 -0
.rb : +7 -0
.mdlrc : +1 -0
.tf : +727 -12
.py : +77 -0
.html : +44 -0
.tfvars : +68 -0
.json : +60 -21
.txt : +2 -0
.xml : +27 -0
.js : +375 -2
.jsx : +73 -6
.mjs : +41 -0
.jenkinsci/Jenkinsfile : +51 -28
.terraformconfig/aws_eks/LICENSE : +109 -0

Change counts above are quantified counts, based on the PullRequestQuantifier customizations.

Why proper sizing of changes matters

Optimal pull request sizes drive a better predictable PR flow as they strike a
balance between between PR complexity and PR review overhead. PRs within the
optimal size (typical small, or medium sized PRs) mean:

  • Fast and predictable releases to production:
    • Optimal size changes are more likely to be reviewed faster with fewer
      iterations.
    • Similarity in low PR complexity drives similar review times.
  • Review quality is likely higher as complexity is lower:
    • Bugs are more likely to be detected.
    • Code inconsistencies are more likely to be detected.
  • Knowledge sharing is improved within the participants:
    • Small portions can be assimilated better.
  • Better engineering practices are exercised:
    • Solving big problems by dividing them in well contained, smaller problems.
    • Exercising separation of concerns within the code changes.

What can I do to optimize my changes

  • Use the PullRequestQuantifier to quantify your PR accurately
    • Create a context profile for your repo using the context generator
    • Exclude files that are not necessary to be reviewed or do not increase the review complexity. Example: Autogenerated code, docs, project IDE setting files, binaries, etc. Check out the Excluded section from your prquantifier.yaml context profile.
    • Understand your typical change complexity, drive towards the desired complexity by adjusting the label mapping in your prquantifier.yaml context profile.
    • Only use the labels that matter to you, see context specification to customize your prquantifier.yaml context profile.
  • Change your engineering behaviors
    • For PRs that fall outside of the desired spectrum, review the details and check if:
      • Your PR could be split in smaller, self-contained PRs instead
      • Your PR only solves one particular issue. (For example, don't refactor and code new features in the same PR).

How to interpret the change counts in git diff output

  • One line was added: +1 -0
  • One line was deleted: +0 -1
  • One line was modified: +1 -1 (git diff doesn't know about modified, it will
    interpret that line like one addition plus one deletion)
  • Change percentiles: Change characteristics (addition, deletion, modification)
    of this PR in relation to all other PRs within the repository.


Was this comment helpful? 👍  :ok_hand:  :thumbsdown: (Email)
Customize PullRequestQuantifier for this repository.

@HolimaX HolimaX merged commit 519347f into master Nov 12, 2022
HolimaX added a commit that referenced this pull request Dec 7, 2022
* Bump merge-deep from 3.0.2 to 3.0.3 (#44)

Bumps [merge-deep](https://github.com/jonschlinkert/merge-deep) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/jonschlinkert/merge-deep/releases)
- [Commits](jonschlinkert/merge-deep@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: merge-deep
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump url-parse from 1.4.7 to 1.5.3 (#49)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.4.7...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ws from 5.2.2 to 5.2.3 (#48)

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@5.2.2...5.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Linards <33150232+HolimaX@users.noreply.github.com>

* Bump color-string from 1.5.3 to 1.6.0 (#47)

Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.6.0.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/commits/1.6.0)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Linards <33150232+HolimaX@users.noreply.github.com>

* Bump tmpl from 1.0.4 to 1.0.5 (#46)

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Linards <33150232+HolimaX@users.noreply.github.com>

* Bump path-parse from 1.0.6 to 1.0.7 (#45)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Linards <33150232+HolimaX@users.noreply.github.com>

* Bump ssri from 6.0.1 to 6.0.2 (#38)

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](npm/ssri@v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump dns-packet from 1.3.1 to 1.3.4 (#43)

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](mafintosh/dns-packet@v1.3.1...v1.3.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Linards <33150232+HolimaX@users.noreply.github.com>

* Bump follow-redirects from 1.8.1 to 1.14.7 (#50)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.8.1 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.8.1...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Linards <33150232+HolimaX@users.noreply.github.com>

* Create CODE_OF_CONDUCT.md

* Bump url-parse from 1.5.3 to 1.5.7 (#54)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.5.3...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.14.7 to 1.14.8 (#53)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Linards <33150232+HolimaX@users.noreply.github.com>

* Bump hosted-git-info from 2.8.4 to 2.8.9 (#42)

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.4 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](npm/hosted-git-info@v2.8.4...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Linards <33150232+HolimaX@users.noreply.github.com>

* Bump handlebars from 4.7.6 to 4.7.7 (#40)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.7.6...v4.7.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Linards <33150232+HolimaX@users.noreply.github.com>

* Bump y18n from 3.2.1 to 3.2.2 (#37)

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Linards <33150232+HolimaX@users.noreply.github.com>

* Bump elliptic from 6.5.3 to 6.5.4 (#36)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](indutny/elliptic@v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Linards <33150232+HolimaX@users.noreply.github.com>

* Update config.yml

* Update config.yml

* Bump url-parse from 1.5.7 to 1.5.10 (#55)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.5.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump node-sass from 4.13.1 to 7.0.0 (#52)

Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 7.0.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](sass/node-sass@v4.13.1...v7.0.0)

---
updated-dependencies:
- dependency-name: node-sass
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Linards <33150232+HolimaX@users.noreply.github.com>

* Updated config.yml

* Updated config.yml

* Revert "Bump node-sass from 4.13.1 to 7.0.0 (#52)" (#58)

This reverts commit 7fa49ae.

* #DEV-2 - Updating dependencies

* Add .circleci/config.yml (#62)

* Update Release-1 - Step 4 (#18)

* Create README.md

* Update README.md

* #DEV-1 #8 Adding OKTA Support for Auth and Adding UI elements for Cloud Dashboard

* #EDU-1.0.0 #8 CircleCI fix try 11

* Re-locating files to enable easy implementation of rss feeds

* Update README.md (#24)

* Adds GitHub Actions badge

* #DEV-1 - Adding additional info and env variable for automation

* #EDU-1 - Updating NPM packaging configuration; Adding Node global variable configuration for package dependency support; Updating VSCode project name; Attempting to re-fix CircleCI breakage

* Initial setup of platform integration and cleanup - Step 1 (#14)

* Adding comments, TODOs, tf plan variable for task, QA stage and unit test reference

* Adding comments and QA shared library versioning parametrization

* Adding initial Native Code/JNI support

* Adding generic function calls for JNI C/Cpp comm standard

* #EDU-1 #8 Syncing currently used Python SO module name

Co-authored-by: Linards <hx@inbox.lv>

* Update Feature/c-so-integration - Step 2 (#17)

* Update README.md

* Create README.md

* Update README.md

* Update Jenkinsfile (#16)

* Adding additional handling for GitHubs registry with dummy credentials

* Update main.tf (#15)

* Adding better handling for terraform states

* Feature/adding reactjs robots sitemap support (#51)

* #DEV-2 - Adding SOE capabilities
* Updated config.yml
* #DEV-2 - Updating dependencies

* Delete package-lock.json

* Feature/adding dynamic integration resolution (#60)

* Update README.md

* #DEV-1 - initial commit for dynamic integration resolution logic

* Update manifest.json

* #DEV-2 - Updating dependencies

* #DEV-2 - Updating dependencies and adding fix for missing prop check

* #EDU-1.0.0 - Add initial logic for exported method and REST API support for PII data handling via dynamic graph rendering

* #EDU-1.0.0 - Rename merge conflicted package.json

Co-authored-by: Linards Liepins <hx@inbox.lv>

* Deleting lock files to workaround merge conflicts

* Delete yarn.lock

* #CICD-1 - Adding QA for MD and YAML files (#76)

* Bugfix/release 1 business1.0.0 marketing1.0.5 techncial0.2.6 final 34 (#72)

* #DEV-1 - Bugfixes to PCD loading

* #DEV-1 - Adding reAptcha integration, AdSense integration, ToC and PP/CP Consent popup, Fixing local configuration, Reducing techdebt by minor cleanups

* #DEV-1 - Typo fix

* #CICD-1 - Adding QA for MD and YAML files

* #CICD-1 - Adjusting build to use npm ci

* #DEV-1 - Adding initial support for EC2 and EKS Terraform provisioning

* #DEV-1 - Adding initial README for terraform

* #CICD-1 - Updating CodeQL version

* #CICD-1 - Syntax and semantics cleanup

* #DEV-1 - NPM Audit fixes

* #DEV-1 #CICD-1 - Adding support for OpenGraph, Fixing branding in Profile, Adjusting API request syntax and Updating dependencies

* Merge branch 'release/release-3-3' for PR #79

* Documentation update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Extra Large
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant