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

Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog #1083

Merged
merged 13 commits into from
Mar 15, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2023

Bumps werkzeug from 2.0.2 to 2.2.3.

Release notes

Sourced from werkzeug's releases.

2.2.3

This is a fix release for the 2.2.x release branch.

This release contains security fixes for:

2.2.2

This is a fix release for the 2.2.0 feature release.

2.2.1

This is a fix release for the 2.2.0 feature release.

2.2.0

This is a feature release, which includes new features and removes previously deprecated features. The 2.2.x branch is now the supported bugfix branch, the 2.1.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades.

2.1.2

This is a fix release for the 2.1.0 feature release.

2.1.1

This is a fix release for the 2.1.0 feature release.

2.1.0

This is a feature release, which includes new features and removes previously deprecated features. The 2.1.x branch is now the supported bugfix branch, the 2.0.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades.

2.0.3

Changelog

Sourced from werkzeug's changelog.

Version 2.2.3

Released 2023-02-14

  • Ensure that URL rules using path converters will redirect with strict slashes when the trailing slash is missing. :issue:2533
  • Type signature for get_json specifies that return type is not optional when silent=False. :issue:2508
  • parse_content_range_header returns None for a value like bytes */-1 where the length is invalid, instead of raising an AssertionError. :issue:2531
  • Address remaining ResourceWarning related to the socket used by run_simple. Remove prepare_socket, which now happens when creating the server. :issue:2421
  • Update pre-existing headers for multipart/form-data requests with the test client. :issue:2549
  • Fix handling of header extended parameters such that they are no longer quoted. :issue:2529
  • LimitedStream.read works correctly when wrapping a stream that may not return the requested size in one read call. :issue:2558
  • A cookie header that starts with = is treated as an empty key and discarded, rather than stripping the leading ==.
  • Specify a maximum number of multipart parts, default 1000, after which a RequestEntityTooLarge exception is raised on parsing. This mitigates a DoS attack where a larger number of form/file parts would result in disproportionate resource use.

Version 2.2.2

Released 2022-08-08

  • Fix router to restore the 2.1 strict_slashes == False behaviour whereby leaf-requests match branch rules and vice versa. :pr:2489
  • Fix router to identify invalid rules rather than hang parsing them, and to correctly parse / within converter arguments. :pr:2489
  • Update subpackage imports in :mod:werkzeug.routing to use the import as syntax for explicitly re-exporting public attributes. :pr:2493
  • Parsing of some invalid header characters is more robust. :pr:2494
  • When starting the development server, a warning not to use it in a production deployment is always shown. :issue:2480
  • LocalProxy.__wrapped__ is always set to the wrapped object when the proxy is unbound, fixing an issue in doctest that would cause it to fail. :issue:2485
  • Address one ResourceWarning related to the socket used by run_simple. :issue:2421

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from minump as a code owner February 16, 2023 05:16
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 16, 2023
@minump
Copy link
Collaborator

minump commented Feb 22, 2023

Converting to draft as its not yet tested.

@minump minump marked this pull request as draft February 22, 2023 19:20
@minump minump self-assigned this Feb 22, 2023
@minump minump requested a review from sandeep-ps February 23, 2023 19:57
@minump
Copy link
Collaborator

minump commented Mar 9, 2023

Deploy to dev and test if it works.
Keep track of the previous develop image SHA (image URI) incase we need to revert.

@minump minump marked this pull request as ready for review March 9, 2023 16:59
@minump minump linked an issue Mar 9, 2023 that may be closed by this pull request
@minump minump requested a review from bingzhang as a code owner March 9, 2023 18:02
@minump
Copy link
Collaborator

minump commented Mar 9, 2023

Works fine in python.
Error when importing BaseResponse from werkzueg in docker.

  File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 32, in <module>
    from werkzeug.wrappers import BaseResponse

think it should be changed to from werkzeug.wrappers import Response as BaseResponse

Full error log below :

[2023-03-09 18:12:07 +0000] [1] [INFO] Starting gunicorn 19.9.0
[2023-03-09 18:12:07 +0000] [1] [INFO] Listening at: http://0.0.0.0:5050 (1)
[2023-03-09 18:12:07 +0000] [1] [INFO] Using worker: gevent
/usr/local/lib/python3.9/os.py:1023: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
return io.open(fd, *args, **kwargs)
[2023-03-09 18:12:07 +0000] [8] [INFO] Booting worker with pid: 8
[2023-03-09 18:12:07 +0000] [9] [INFO] Booting worker with pid: 9
[2023-03-09 18:12:07 +0000] [10] [INFO] Booting worker with pid: 10
[2023-03-09 18:12:07 +0000] [11] [INFO] Booting worker with pid: 11
[2023-03-09 18:12:08 +0000] [9] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
worker.init_process()
File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/ggevent.py", line 203, in init_process
super(GeventWorker, self).init_process()
File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 129, in init_process
self.load_wsgi()
File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
self.wsgi = self.app.wsgi()
File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 52, in load
return self.load_wsgiapp()
File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp
return util.import_app(self.app_uri)
File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 350, in import_app
import(module)
File "/usr/src/app/catalog/catalog_rest_service.py", line 19, in
import utils.jsonutil as jsonutil
File "/usr/src/app/catalog/utils/jsonutil.py", line 17, in
from flask import session
File "/usr/local/lib/python3.9/site-packages/flask/init.py", line 21, in
from .app import Flask
File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 32, in
from werkzeug.wrappers import BaseResponse
ImportError: cannot import name 'BaseResponse' from 'werkzeug.wrappers' (/usr/local/lib/python3.9/site-packages/werkzeug/wrappers/init.py)
[2023-03-09 18:12:08 +0000] [8] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
worker.init_process()
File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/ggevent.py", line 203, in init_process
super(GeventWorker, self).init_process()
File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 129, in init_process
self.load_wsgi()
File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
self.wsgi = self.app.wsgi()
File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 52, in load
return self.load_wsgiapp()
File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp
return util.import_app(self.app_uri)
File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 350, in import_app
import(module)
File "/usr/src/app/catalog/catalog_rest_service.py", line 19, in
import utils.jsonutil as jsonutil
File "/usr/src/app/catalog/utils/jsonutil.py", line 17, in
from flask import session
File "/usr/local/lib/python3.9/site-packages/flask/init.py", line 21, in
from .app import Flask
File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 32, in
from werkzeug.wrappers import BaseResponse
ImportError: cannot import name 'BaseResponse' from 'werkzeug.wrappers' (/usr/local/lib/python3.9/site-packages/werkzeug/wrappers/init.py)
[2023-03-09 18:12:08 +0000] [8] [INFO] Worker exiting (pid: 8)
[2023-03-09 18:12:08 +0000] [9] [INFO] Worker exiting (pid: 9)
[2023-03-09 18:12:08 +0000] [10] [ERROR] Exception in worker process

@minump
Copy link
Collaborator

minump commented Mar 14, 2023

From several user posts/discussions in github and other places, the solution is to either upgrade flask to the latest, or downgrade werkzerug to 2.0.3 (or 2.0.2 version that we used to have).

blog post, issue closed in github.

"""
The werkzeug package has refactored and moved BaseRequest and BaseResponse modules to Request and Response respectively.
You will get an ImportError when you import either one of the modules.

To fix this error, you can upgrade the packages that depend on werkzeug to the latest version, or downgrade werkzeug to version 2.0.x.

If you’re building an application with werkzeug, then you can adjust the import statement so that it supports all versions of werkzeug.

"""

@sandeep-ps
Copy link
Collaborator

Thanks for gathering these. Yes, you could update Flask to the latest version along with this PR.

@minump
Copy link
Collaborator

minump commented Mar 14, 2023

Updated flask and connexion version.
Docker build and run works fins in contributions. http://0.0.0.0:5000/contributions/ok response is ok.
Docker build is successful in catalog. But http://localhost:5050/catalog/ gives Internal Server Error. The error is same as the one mentioned in cryptography bump PR.

[2023-03-14 22:20:48 +0000] [10] [INFO] Booting worker with pid: 10
[2023-03-14 22:20:49 +0000] [11] [INFO] Booting worker with pid: 11
'FLASK_ENV' is deprecated and will not be used in Flask 2.3. Use 'FLASK_DEBUG' instead.
'FLASK_ENV' is deprecated and will not be used in Flask 2.3. Use 'FLASK_DEBUG' instead.
'FLASK_ENV' is deprecated and will not be used in Flask 2.3. Use 'FLASK_DEBUG' instead.
'FLASK_ENV' is deprecated and will not be used in Flask 2.3. Use 'FLASK_DEBUG' instead.
2023-03-14T22:21:00.615Z ERROR   [Dummy-1   ] : catalog_rest_service - Exception on /catalog/ [GET]
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 2528, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 1825, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 1823, in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 1799, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
  File "/usr/src/app/catalog/controllers/contribute.py", line 70, in home
    result = requestutil.request_contributions(headers)
  File "/usr/src/app/catalog/utils/requestutil.py", line 67, in request_contributions
    result = requests.get(cfg.CONTRIBUTION_BUILDING_BLOCK_URL, headers=headers)
  File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 75, in get
    return request('get', url, params=params, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 60, in request
    return session.request(method=method, url=url, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 519, in request
    prep = self.prepare_request(req)
  File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 452, in prepare_request
    p.prepare(
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 313, in prepare
    self.prepare_url(url, params)
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 387, in prepare_url
    raise MissingSchema(error)
requests.exceptions.MissingSchema: Invalid URL '': No schema supplied. Perhaps you meant http://?

@minump
Copy link
Collaborator

minump commented Mar 14, 2023

Once review is done, can proceed to deploy to dev and test (similar to the process followed by the cryptography bump PR).

Copy link
Collaborator

@sandeep-ps sandeep-ps left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you could proceed with doing DEV instance deployment for testing this. Thanks.

Copy link
Collaborator

@minump minump left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approving PR

@minump
Copy link
Collaborator

minump commented Mar 15, 2023

Merging to develop branch. Will deploy to dev.

@minump minump merged commit 213a249 into develop Mar 15, 2023
@minump minump deleted the dependabot/pip/contributions/catalog/werkzeug-2.2.3 branch March 15, 2023 15:43
@minump
Copy link
Collaborator

minump commented Mar 15, 2023

Deployed ContributionsBB to DEV instance. Works fine.
Screen Shot 2023-03-15 at 1 50 41 PM

Deployed CatalogBB to DEV instance. Works fine.
Screen Shot 2023-03-15 at 1 55 52 PM

minump added a commit that referenced this pull request Mar 31, 2023
* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* 1090 customize dropdown menu (#1101)

* updated indexing of env vars

* reverted to original develop

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* added down arrow caret

* commented all javascirpt for custom dropdown

* added arrow style for dropdown

* undo unneccessary change

* undo unwanted change

* updated cahngelog

* removed javascript for full customized dropdown

* removed the extra styling classes for customized dropdown

* remove orange underline border

* 1092 fill footer at bottom of pages (#1104)

* changed content page size for small contents

* updated changelog

* 1054 bug select contribution type buttons display (#1107)

* added a right tab for div

* put breadcrumbs in container class

* updated moveselector placeholder function

* updated changelog

* 1103 validation for form fields in UI (#1106)

* input type verification for capability and contribution

* updated type in input tag

* updated changelog

* added minlength and maxlength attributes to tel

* 1102 fix form texts and placeholders (#1108)

* corrected div placement

* div rearrangement

* updated form text and plcaeholders

* updated placeholders

* upload icon text

* removed f

* phone number placeholder

* updated text and placeholders

* updated changelog

* removed spacing of textarea

* placeholder texts updated

* change contributors to persons in placeholder text

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Update contributions/catalog/webapps/templates/contribute/contribute.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* 1069 change wordings details page (#1109)

* updated wordings for contribution view page

* updated wordings for capability view page

* updated wording for talent view page

* capability details small case

* updated changelog

* siwtched to capitalize

* capitalize in capability details

* updated text in contribution details

* Update text fields on talent_details.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated changelog for release

* updated yaml version for release

* updated security file

* update version in events yaml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
minump added a commit that referenced this pull request Apr 5, 2023
* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* Release/1.18.0 (#1114)

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* 1090 customize dropdown menu (#1101)

* updated indexing of env vars

* reverted to original develop

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* added down arrow caret

* commented all javascirpt for custom dropdown

* added arrow style for dropdown

* undo unneccessary change

* undo unwanted change

* updated cahngelog

* removed javascript for full customized dropdown

* removed the extra styling classes for customized dropdown

* remove orange underline border

* 1092 fill footer at bottom of pages (#1104)

* changed content page size for small contents

* updated changelog

* 1054 bug select contribution type buttons display (#1107)

* added a right tab for div

* put breadcrumbs in container class

* updated moveselector placeholder function

* updated changelog

* 1103 validation for form fields in UI (#1106)

* input type verification for capability and contribution

* updated type in input tag

* updated changelog

* added minlength and maxlength attributes to tel

* 1102 fix form texts and placeholders (#1108)

* corrected div placement

* div rearrangement

* updated form text and plcaeholders

* updated placeholders

* upload icon text

* removed f

* phone number placeholder

* updated text and placeholders

* updated changelog

* removed spacing of textarea

* placeholder texts updated

* change contributors to persons in placeholder text

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Update contributions/catalog/webapps/templates/contribute/contribute.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* 1069 change wordings details page (#1109)

* updated wordings for contribution view page

* updated wordings for capability view page

* updated wording for talent view page

* capability details small case

* updated changelog

* siwtched to capitalize

* capitalize in capability details

* updated text in contribution details

* Update text fields on talent_details.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated changelog for release

* updated yaml version for release

* updated security file

* update version in events yaml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
minump added a commit that referenced this pull request Apr 21, 2023
* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated indexing of env vars

* reverted to original develop

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* Release/1.18.0 (#1114)

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* 1090 customize dropdown menu (#1101)

* updated indexing of env vars

* reverted to original develop

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* added down arrow caret

* commented all javascirpt for custom dropdown

* added arrow style for dropdown

* undo unneccessary change

* undo unwanted change

* updated cahngelog

* removed javascript for full customized dropdown

* removed the extra styling classes for customized dropdown

* remove orange underline border

* 1092 fill footer at bottom of pages (#1104)

* changed content page size for small contents

* updated changelog

* 1054 bug select contribution type buttons display (#1107)

* added a right tab for div

* put breadcrumbs in container class

* updated moveselector placeholder function

* updated changelog

* 1103 validation for form fields in UI (#1106)

* input type verification for capability and contribution

* updated type in input tag

* updated changelog

* added minlength and maxlength attributes to tel

* 1102 fix form texts and placeholders (#1108)

* corrected div placement

* div rearrangement

* updated form text and plcaeholders

* updated placeholders

* upload icon text

* removed f

* phone number placeholder

* updated text and placeholders

* updated changelog

* removed spacing of textarea

* placeholder texts updated

* change contributors to persons in placeholder text

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Update contributions/catalog/webapps/templates/contribute/contribute.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* 1069 change wordings details page (#1109)

* updated wordings for contribution view page

* updated wordings for capability view page

* updated wording for talent view page

* capability details small case

* updated changelog

* siwtched to capitalize

* capitalize in capability details

* updated text in contribution details

* Update text fields on talent_details.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated changelog for release

* updated yaml version for release

* updated security file

* update version in events yaml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* updated ui table spacing

* updated changelog

* inserted spacing

* inserted spacing

* fixed changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
minump added a commit that referenced this pull request Aug 31, 2023
* updated indexing of env vars

* reverted to original develop

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* 1090 customize dropdown menu (#1101)

* updated indexing of env vars

* reverted to original develop

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* added down arrow caret

* commented all javascirpt for custom dropdown

* added arrow style for dropdown

* undo unneccessary change

* undo unwanted change

* updated cahngelog

* removed javascript for full customized dropdown

* removed the extra styling classes for customized dropdown

* remove orange underline border

* 1092 fill footer at bottom of pages (#1104)

* changed content page size for small contents

* updated changelog

* 1054 bug select contribution type buttons display (#1107)

* added a right tab for div

* put breadcrumbs in container class

* updated moveselector placeholder function

* updated changelog

* 1103 validation for form fields in UI (#1106)

* input type verification for capability and contribution

* updated type in input tag

* updated changelog

* added minlength and maxlength attributes to tel

* 1102 fix form texts and placeholders (#1108)

* corrected div placement

* div rearrangement

* updated form text and plcaeholders

* updated placeholders

* upload icon text

* removed f

* phone number placeholder

* updated text and placeholders

* updated changelog

* removed spacing of textarea

* placeholder texts updated

* change contributors to persons in placeholder text

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Update contributions/catalog/webapps/templates/contribute/contribute.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* 1069 change wordings details page (#1109)

* updated wordings for contribution view page

* updated wordings for capability view page

* updated wording for talent view page

* capability details small case

* updated changelog

* siwtched to capitalize

* capitalize in capability details

* updated text in contribution details

* Update text fields on talent_details.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Master to develop after 1.18.0 (#1115)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* Release/1.18.0 (#1114)

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* 1090 customize dropdown menu (#1101)

* updated indexing of env vars

* reverted to original develop

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* added down arrow caret

* commented all javascirpt for custom dropdown

* added arrow style for dropdown

* undo unneccessary change

* undo unwanted change

* updated cahngelog

* removed javascript for full customized dropdown

* removed the extra styling classes for customized dropdown

* remove orange underline border

* 1092 fill footer at bottom of pages (#1104)

* changed content page size for small contents

* updated changelog

* 1054 bug select contribution type buttons display (#1107)

* added a right tab for div

* put breadcrumbs in container class

* updated moveselector placeholder function

* updated changelog

* 1103 validation for form fields in UI (#1106)

* input type verification for capability and contribution

* updated type in input tag

* updated changelog

* added minlength and maxlength attributes to tel

* 1102 fix form texts and placeholders (#1108)

* corrected div placement

* div rearrangement

* updated form text and plcaeholders

* updated placeholders

* upload icon text

* removed f

* phone number placeholder

* updated text and placeholders

* updated changelog

* removed spacing of textarea

* placeholder texts updated

* change contributors to persons in placeholder text

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Update contributions/catalog/webapps/templates/contribute/contribute.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* 1069 change wordings details page (#1109)

* updated wordings for contribution view page

* updated wordings for capability view page

* updated wording for talent view page

* capability details small case

* updated changelog

* siwtched to capitalize

* capitalize in capability details

* updated text in contribution details

* Update text fields on talent_details.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated changelog for release

* updated yaml version for release

* updated security file

* update version in events yaml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 1117 catalog UI spacing (#1120)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated indexing of env vars

* reverted to original develop

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* Release/1.18.0 (#1114)

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3)

---
updated…
sandeep-ps added a commit that referenced this pull request Sep 6, 2023
* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* Release/1.18.0 (#1114)

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* 1090 customize dropdown menu (#1101)

* updated indexing of env vars

* reverted to original develop

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* added down arrow caret

* commented all javascirpt for custom dropdown

* added arrow style for dropdown

* undo unneccessary change

* undo unwanted change

* updated cahngelog

* removed javascript for full customized dropdown

* removed the extra styling classes for customized dropdown

* remove orange underline border

* 1092 fill footer at bottom of pages (#1104)

* changed content page size for small contents

* updated changelog

* 1054 bug select contribution type buttons display (#1107)

* added a right tab for div

* put breadcrumbs in container class

* updated moveselector placeholder function

* updated changelog

* 1103 validation for form fields in UI (#1106)

* input type verification for capability and contribution

* updated type in input tag

* updated changelog

* added minlength and maxlength attributes to tel

* 1102 fix form texts and placeholders (#1108)

* corrected div placement

* div rearrangement

* updated form text and plcaeholders

* updated placeholders

* upload icon text

* removed f

* phone number placeholder

* updated text and placeholders

* updated changelog

* removed spacing of textarea

* placeholder texts updated

* change contributors to persons in placeholder text

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Update contributions/catalog/webapps/templates/contribute/contribute.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* 1069 change wordings details page (#1109)

* updated wordings for contribution view page

* updated wordings for capability view page

* updated wording for talent view page

* capability details small case

* updated changelog

* siwtched to capitalize

* capitalize in capability details

* updated text in contribution details

* Update text fields on talent_details.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated changelog for release

* updated yaml version for release

* updated security file

* update version in events yaml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Release/1.19.0 (#1154)

* updated indexing of env vars

* reverted to original develop

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* 1090 customize dropdown menu (#1101)

* updated indexing of env vars

* reverted to original develop

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* added down arrow caret

* commented all javascirpt for custom dropdown

* added arrow style for dropdown

* undo unneccessary change

* undo unwanted change

* updated cahngelog

* removed javascript for full customized dropdown

* removed the extra styling classes for customized dropdown

* remove orange underline border

* 1092 fill footer at bottom of pages (#1104)

* changed content page size for small contents

* updated changelog

* 1054 bug select contribution type buttons display (#1107)

* added a right tab for div

* put breadcrumbs in container class

* updated moveselector placeholder function

* updated changelog

* 1103 validation for form fields in UI (#1106)

* input type verification for capability and contribution

* updated type in input tag

* updated changelog

* added minlength and maxlength attributes to tel

* 1102 fix form texts and placeholders (#1108)

* corrected div placement

* div rearrangement

* updated form text and plcaeholders

* updated placeholders

* upload icon text

* removed f

* phone number placeholder

* updated text and placeholders

* updated changelog

* removed spacing of textarea

* placeholder texts updated

* change contributors to persons in placeholder text

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Update contributions/catalog/webapps/templates/contribute/contribute.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* 1069 change wordings details page (#1109)

* updated wordings for contribution view page

* updated wordings for capability view page

* updated wording for talent view page

* capability details small case

* updated changelog

* siwtched to capitalize

* capitalize in capability details

* updated text in contribution details

* Update text fields on talent_details.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Master to develop after 1.18.0 (#1115)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* Release/1.18.0 (#1114)

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabo…
minump added a commit that referenced this pull request Sep 6, 2023
* updated indexing of env vars

* reverted to original develop

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* 1090 customize dropdown menu (#1101)

* updated indexing of env vars

* reverted to original develop

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* added down arrow caret

* commented all javascirpt for custom dropdown

* added arrow style for dropdown

* undo unneccessary change

* undo unwanted change

* updated cahngelog

* removed javascript for full customized dropdown

* removed the extra styling classes for customized dropdown

* remove orange underline border

* 1092 fill footer at bottom of pages (#1104)

* changed content page size for small contents

* updated changelog

* 1054 bug select contribution type buttons display (#1107)

* added a right tab for div

* put breadcrumbs in container class

* updated moveselector placeholder function

* updated changelog

* 1103 validation for form fields in UI (#1106)

* input type verification for capability and contribution

* updated type in input tag

* updated changelog

* added minlength and maxlength attributes to tel

* 1102 fix form texts and placeholders (#1108)

* corrected div placement

* div rearrangement

* updated form text and plcaeholders

* updated placeholders

* upload icon text

* removed f

* phone number placeholder

* updated text and placeholders

* updated changelog

* removed spacing of textarea

* placeholder texts updated

* change contributors to persons in placeholder text

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Update contributions/catalog/webapps/templates/contribute/contribute.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* 1069 change wordings details page (#1109)

* updated wordings for contribution view page

* updated wordings for capability view page

* updated wording for talent view page

* capability details small case

* updated changelog

* siwtched to capitalize

* capitalize in capability details

* updated text in contribution details

* Update text fields on talent_details.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Master to develop after 1.18.0 (#1115)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* Release/1.18.0 (#1114)

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* 1090 customize dropdown menu (#1101)

* updated indexing of env vars

* reverted to original develop

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* added down arrow caret

* commented all javascirpt for custom dropdown

* added arrow style for dropdown

* undo unneccessary change

* undo unwanted change

* updated cahngelog

* removed javascript for full customized dropdown

* removed the extra styling classes for customized dropdown

* remove orange underline border

* 1092 fill footer at bottom of pages (#1104)

* changed content page size for small contents

* updated changelog

* 1054 bug select contribution type buttons display (#1107)

* added a right tab for div

* put breadcrumbs in container class

* updated moveselector placeholder function

* updated changelog

* 1103 validation for form fields in UI (#1106)

* input type verification for capability and contribution

* updated type in input tag

* updated changelog

* added minlength and maxlength attributes to tel

* 1102 fix form texts and placeholders (#1108)

* corrected div placement

* div rearrangement

* updated form text and plcaeholders

* updated placeholders

* upload icon text

* removed f

* phone number placeholder

* updated text and placeholders

* updated changelog

* removed spacing of textarea

* placeholder texts updated

* change contributors to persons in placeholder text

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Update contributions/catalog/webapps/templates/contribute/contribute.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* 1069 change wordings details page (#1109)

* updated wordings for contribution view page

* updated wordings for capability view page

* updated wording for talent view page

* capability details small case

* updated changelog

* siwtched to capitalize

* capitalize in capability details

* updated text in contribution details

* Update text fields on talent_details.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated changelog for release

* updated yaml version for release

* updated security file

* update version in events yaml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 1117 catalog UI spacing (#1120)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated indexing of env vars

* reverted to original develop

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* Release/1.18.0 (#1114)

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2..…
bingzhang added a commit that referenced this pull request Sep 7, 2023
* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* Release/1.18.0 (#1114)

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* 1090 customize dropdown menu (#1101)

* updated indexing of env vars

* reverted to original develop

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* added down arrow caret

* commented all javascirpt for custom dropdown

* added arrow style for dropdown

* undo unneccessary change

* undo unwanted change

* updated cahngelog

* removed javascript for full customized dropdown

* removed the extra styling classes for customized dropdown

* remove orange underline border

* 1092 fill footer at bottom of pages (#1104)

* changed content page size for small contents

* updated changelog

* 1054 bug select contribution type buttons display (#1107)

* added a right tab for div

* put breadcrumbs in container class

* updated moveselector placeholder function

* updated changelog

* 1103 validation for form fields in UI (#1106)

* input type verification for capability and contribution

* updated type in input tag

* updated changelog

* added minlength and maxlength attributes to tel

* 1102 fix form texts and placeholders (#1108)

* corrected div placement

* div rearrangement

* updated form text and plcaeholders

* updated placeholders

* upload icon text

* removed f

* phone number placeholder

* updated text and placeholders

* updated changelog

* removed spacing of textarea

* placeholder texts updated

* change contributors to persons in placeholder text

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Update contributions/catalog/webapps/templates/contribute/contribute.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* 1069 change wordings details page (#1109)

* updated wordings for contribution view page

* updated wordings for capability view page

* updated wording for talent view page

* capability details small case

* updated changelog

* siwtched to capitalize

* capitalize in capability details

* updated text in contribution details

* Update text fields on talent_details.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated changelog for release

* updated yaml version for release

* updated security file

* update version in events yaml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Release/1.19.0 (#1154)

* updated indexing of env vars

* reverted to original develop

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* 1090 customize dropdown menu (#1101)

* updated indexing of env vars

* reverted to original develop

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* added down arrow caret

* commented all javascirpt for custom dropdown

* added arrow style for dropdown

* undo unneccessary change

* undo unwanted change

* updated cahngelog

* removed javascript for full customized dropdown

* removed the extra styling classes for customized dropdown

* remove orange underline border

* 1092 fill footer at bottom of pages (#1104)

* changed content page size for small contents

* updated changelog

* 1054 bug select contribution type buttons display (#1107)

* added a right tab for div

* put breadcrumbs in container class

* updated moveselector placeholder function

* updated changelog

* 1103 validation for form fields in UI (#1106)

* input type verification for capability and contribution

* updated type in input tag

* updated changelog

* added minlength and maxlength attributes to tel

* 1102 fix form texts and placeholders (#1108)

* corrected div placement

* div rearrangement

* updated form text and plcaeholders

* updated placeholders

* upload icon text

* removed f

* phone number placeholder

* updated text and placeholders

* updated changelog

* removed spacing of textarea

* placeholder texts updated

* change contributors to persons in placeholder text

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Update contributions/catalog/webapps/templates/contribute/contribute.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* 1069 change wordings details page (#1109)

* updated wordings for contribution view page

* updated wordings for capability view page

* updated wording for talent view page

* capability details small case

* updated changelog

* siwtched to capitalize

* capitalize in capability details

* updated text in contribution details

* Update text fields on talent_details.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Master to develop after 1.18.0 (#1115)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* Release/1.18.0 (#1114)

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabo…
bingzhang added a commit that referenced this pull request Sep 8, 2023
* updated indexing of env vars

* reverted to original develop

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* 1090 customize dropdown menu (#1101)

* updated indexing of env vars

* reverted to original develop

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* added down arrow caret

* commented all javascirpt for custom dropdown

* added arrow style for dropdown

* undo unneccessary change

* undo unwanted change

* updated cahngelog

* removed javascript for full customized dropdown

* removed the extra styling classes for customized dropdown

* remove orange underline border

* 1092 fill footer at bottom of pages (#1104)

* changed content page size for small contents

* updated changelog

* 1054 bug select contribution type buttons display (#1107)

* added a right tab for div

* put breadcrumbs in container class

* updated moveselector placeholder function

* updated changelog

* 1103 validation for form fields in UI (#1106)

* input type verification for capability and contribution

* updated type in input tag

* updated changelog

* added minlength and maxlength attributes to tel

* 1102 fix form texts and placeholders (#1108)

* corrected div placement

* div rearrangement

* updated form text and plcaeholders

* updated placeholders

* upload icon text

* removed f

* phone number placeholder

* updated text and placeholders

* updated changelog

* removed spacing of textarea

* placeholder texts updated

* change contributors to persons in placeholder text

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Update contributions/catalog/webapps/templates/contribute/contribute.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* 1069 change wordings details page (#1109)

* updated wordings for contribution view page

* updated wordings for capability view page

* updated wording for talent view page

* capability details small case

* updated changelog

* siwtched to capitalize

* capitalize in capability details

* updated text in contribution details

* Update text fields on talent_details.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Master to develop after 1.18.0 (#1115)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* Release/1.18.0 (#1114)

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* 1090 customize dropdown menu (#1101)

* updated indexing of env vars

* reverted to original develop

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* added down arrow caret

* commented all javascirpt for custom dropdown

* added arrow style for dropdown

* undo unneccessary change

* undo unwanted change

* updated cahngelog

* removed javascript for full customized dropdown

* removed the extra styling classes for customized dropdown

* remove orange underline border

* 1092 fill footer at bottom of pages (#1104)

* changed content page size for small contents

* updated changelog

* 1054 bug select contribution type buttons display (#1107)

* added a right tab for div

* put breadcrumbs in container class

* updated moveselector placeholder function

* updated changelog

* 1103 validation for form fields in UI (#1106)

* input type verification for capability and contribution

* updated type in input tag

* updated changelog

* added minlength and maxlength attributes to tel

* 1102 fix form texts and placeholders (#1108)

* corrected div placement

* div rearrangement

* updated form text and plcaeholders

* updated placeholders

* upload icon text

* removed f

* phone number placeholder

* updated text and placeholders

* updated changelog

* removed spacing of textarea

* placeholder texts updated

* change contributors to persons in placeholder text

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Update contributions/catalog/webapps/templates/contribute/contribute.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* 1069 change wordings details page (#1109)

* updated wordings for contribution view page

* updated wordings for capability view page

* updated wording for talent view page

* capability details small case

* updated changelog

* siwtched to capitalize

* capitalize in capability details

* updated text in contribution details

* Update text fields on talent_details.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated changelog for release

* updated yaml version for release

* updated security file

* update version in events yaml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 1117 catalog UI spacing (#1120)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated indexing of env vars

* reverted to original develop

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* Release/1.18.0 (#1114)

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3)

---
updated…
sandeep-ps added a commit that referenced this pull request Nov 2, 2023
* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* Release/1.18.0 (#1114)

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* 1090 customize dropdown menu (#1101)

* updated indexing of env vars

* reverted to original develop

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* added down arrow caret

* commented all javascirpt for custom dropdown

* added arrow style for dropdown

* undo unneccessary change

* undo unwanted change

* updated cahngelog

* removed javascript for full customized dropdown

* removed the extra styling classes for customized dropdown

* remove orange underline border

* 1092 fill footer at bottom of pages (#1104)

* changed content page size for small contents

* updated changelog

* 1054 bug select contribution type buttons display (#1107)

* added a right tab for div

* put breadcrumbs in container class

* updated moveselector placeholder function

* updated changelog

* 1103 validation for form fields in UI (#1106)

* input type verification for capability and contribution

* updated type in input tag

* updated changelog

* added minlength and maxlength attributes to tel

* 1102 fix form texts and placeholders (#1108)

* corrected div placement

* div rearrangement

* updated form text and plcaeholders

* updated placeholders

* upload icon text

* removed f

* phone number placeholder

* updated text and placeholders

* updated changelog

* removed spacing of textarea

* placeholder texts updated

* change contributors to persons in placeholder text

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Update contributions/catalog/webapps/templates/contribute/contribute.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* 1069 change wordings details page (#1109)

* updated wordings for contribution view page

* updated wordings for capability view page

* updated wording for talent view page

* capability details small case

* updated changelog

* siwtched to capitalize

* capitalize in capability details

* updated text in contribution details

* Update text fields on talent_details.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated changelog for release

* updated yaml version for release

* updated security file

* update version in events yaml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Release/1.19.0 (#1154)

* updated indexing of env vars

* reverted to original develop

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* 1090 customize dropdown menu (#1101)

* updated indexing of env vars

* reverted to original develop

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* added down arrow caret

* commented all javascirpt for custom dropdown

* added arrow style for dropdown

* undo unneccessary change

* undo unwanted change

* updated cahngelog

* removed javascript for full customized dropdown

* removed the extra styling classes for customized dropdown

* remove orange underline border

* 1092 fill footer at bottom of pages (#1104)

* changed content page size for small contents

* updated changelog

* 1054 bug select contribution type buttons display (#1107)

* added a right tab for div

* put breadcrumbs in container class

* updated moveselector placeholder function

* updated changelog

* 1103 validation for form fields in UI (#1106)

* input type verification for capability and contribution

* updated type in input tag

* updated changelog

* added minlength and maxlength attributes to tel

* 1102 fix form texts and placeholders (#1108)

* corrected div placement

* div rearrangement

* updated form text and plcaeholders

* updated placeholders

* upload icon text

* removed f

* phone number placeholder

* updated text and placeholders

* updated changelog

* removed spacing of textarea

* placeholder texts updated

* change contributors to persons in placeholder text

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Update contributions/catalog/webapps/templates/contribute/contribute.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* 1069 change wordings details page (#1109)

* updated wordings for contribution view page

* updated wordings for capability view page

* updated wording for talent view page

* capability details small case

* updated changelog

* siwtched to capitalize

* capitalize in capability details

* updated text in contribution details

* Update text fields on talent_details.html

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

---------

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Master to develop after 1.18.0 (#1115)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* Release/1.18.0 (#1114)

* Master to develop after 1.17.0 (#1057)

* Update CHANGELOG.md

* Update version numbers in the OpenAPI documents.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version number in YAML file.

* Point to production health and talent chooser API documentation in production.

* Update CHANGELOG.

* Update version number in OpenAPI spec files.

* Update Building Block URL in Api Doc Dockerfile.

* Minor update to CHANGELOG.

* Fix Auth library dependencies versions to avoid breaking changes.

* Update Events Building Block Dockerfile.

* Update App Config Dockerfile.

* Update Authentication Building Block Dockerfile.

* Update Profile Building Block Dockerfile.

* Update Contributions Building Block Dockerfile and requirements.

* Update Contributions Catalog Dockerfile and requirements.

* Update Logging Building Block Dockerfile.

* Update version numbers in API specs.

* Update CHANGELOG.

* Update CHANGELOG.md

* Update version number.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update version numbers in OpenAPI specification.

* turn off group authentication on image get endpoint

* turn off group authentication on image get endpoint

* Update Events Building Block logs and related configuration.

* Update CHANGELOG.

* Added more information to logs

* changed the log's building block name

* updated to use longDescription

* updated changelog

* Update CHANGELOG and verson numbers.

* Update API Doc Dockerfile.

* Fix CHANGELOG.

* Fix CHANGELOG.

* Update version numbers in SECURITY.md

* Fix merge conflicts.

* Update CHANGELOG.md

* Update CHANGELOG.

* Update Dockerfile.

* Update version number in API spec files.

* Updater version in SECURITY.md

* Update CHANGELOG.

* Update Events BB version number.

* Update SECURITY.md

* updated for release

* resolved merge conflicts

* updated version in yaml files

* updated version in yaml

* workaround for Oauth transport lib error

* updated changelog

* updated docker build with nocache option

* moved ProxyFix to catalog

* removed no-cache from docker build

* updated version in yaml

* updated security

* Update contributions/api/contributions_rest_service.py

remove blank line

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* added version comparison

* Update catalog_rest_service.py

Comment on the proxyFix

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* updated release version

* release 1.16.0

* Update SECURITY.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update CHANGELOG.md

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* release 1.16.0

* Update appconfig.yaml

Updating version number in AppConfig YAML file.

* added release to changelog

* updated version in yaml

* updated security

* reverting version for unchanged blocks

* reverting version for auth

* update version for events

* revert version logging and profile

* 1048 bug edit contribution database detail (#1049)

* added index to database detail field

* updated changelog

* updated changelog for release

* Set ApibaseUrl in catalog (#1052)

* set and get apibaseurl

* updated changelog

* 1050 multiple contribution admins field (#1051)

* fixes for multiple contribution admins

* updated changelog to release

* added space for display in create page

* comma separated display in details page

* changed contributionAdmin to list

* updated versionurl field

* updated changelog

* 1053 bug open source url field (#1055)

* onclick function isopensourceurl

* updated changelog

* changed chmod permissions

* reverting version changes to match appconfig

* change to dev urls

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
Co-authored-by: Bing Zhang <[email protected]>
Co-authored-by: YONG WOOK KIM <[email protected]>

* 1034 UI change capability details page (#1035)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* added height to font css

* styles for capability details and moved button outside div

* added html font style

* update colsm9 style

* added same classes to all smallbodytext

* remove unwanted classes

* moved view contribution button to container div

* updated small body text style

* changed grid container and col classes

* updated top margin

* moved to unreleased

* moved to unreleased section

* 1036 UI changes footer in catalog (#1039)

* updated footer ui

* updated changelog

* added image

* updated padding for footer

* added class link

* moved to unreleased section

* 1040 header UI changes (#1042)

* changes to topnav

* added cursor pointer to plus icon

* removed inactive styles classes from style html

* added contribute button

* removed unwanted style classes

* remove unwanted styling

* added plus icon

* removed extra space

* changed topnav styles

* updated styling for login and logout button

* add navlogout display script

* topnav classes and scripts

* styles for topnav buttons

* updated changelog

* changed style of buttons

* added icons stylesheet

* added icons stylesheet

* changed button class name

* updated width of topright nav

* updated margins

* added blockI

* style topnav right divs

* moved to unreleased

* removed unwanted comment

* changed footer class name

* updated flex div

* updated header styling

* removed exclamation mark

* removed h1 class redundant

* added typekit css

* added typekit css to head

* added typekit css to talent details

* 1060 UI talent details page (#1061)

* fixed tag div

* added div and style same as capability

* updated col styling

* updated changelog

* added col div

* 1041 contribution details UI change (#1062)

* added css style classes

* updated changelog

* updated footer css

* updated changelog

* remove footer

* unchanged footer in home

* unchanging footer in home

* removed footer from changelog

* changed css names

* css for contribution details page

* added comment

* added container and changed layout

* changed layout

* added h5 class

* updated layout and styling

* updated buttons

* removed input styling and updated button colors

* changelog updated

* removed duplicate issue

* removed input type styling

* deleted duplicates

* fixed button styles

* corrected display of contribution admins

* change button styles

* changed button class to match style

* updated font style in button

* changed button height padding and font size

* updated changelog

* font weight changed

* 1063 catalog home page UI (#1064)

* add bookshelf image asset

* removed styling and added div

* updated class css styling

* added button styles

* updated changelog

* removed unwanted styling

* sorted stylecss

* changed class name and style

* updated styling

* updated contribution link class

* changed view contribution div

* updated card and contribution link positions

* removed additional style sheet

* changed styling

* removed container style

* updated h4 font weight

* 1044 add footer for all pages (#1067)

* added container margin and padding

* added footer, changed filename

* changed filename

* removed footer from home

* updated filename

* updated filename

* updated changelog

* added image assets

* added scrset to footer image

* renamed topbottomnav

* created footer page

* removed footer margin css

* added footer and renamed topnav

* added spaces

* moved footer to bottom

* added zeplin padding

* removed unwanted styles

* changed footer and main div

* moved box sizing style

* 1059 task update codeowners file (#1068)

* Update CODEOWNERS file

Include CHANGELOG as a separate entry.

* Update CHANGELOG.md

* 1065 updated styles for create page (#1071)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* 1066 review page UI changes (#1082)

* updated styles for create page

* changed button styling

* added padding style

* removed duplicate class style

* removed unwanted comments

* changed divs

* removed class text input field

* changed wordings

* updated input box styling

* added checkbox svg asset

* added checkbox styling

* added checkbox styling

* rearranging input div table cell

* updated cancel modal

* changed close button

* changed close button

* changed col spaces

* checkbox stlye

* updated focus styling

* updated changelog

* close and other buttons

* button active and hover styles

* added form-control class and changed textarea

* updated styles for form control and check classes

* added font size

* changed button and font style

* change padding so that text is visible

* added form group divs

* added tertiary button styles

* removed input reset styles

* changed button classes to update styles

* updated changelog

* updated button focus styles

* added custom dropdown div

* added custom dropdown menu styles

* javascript for custom dropdown menu

* added border line style and removed unwanted styles

* added hover style

* updated font weight on hover

* added border on hover

* removed customized dropdown

* 1079 contribute create page div rearrangement (#1093)

* removed closing div tag

* added container class divs

* updated changelog

* 1077 task fix detect secrets GitHub action (#1098)

* Change to GitHub Actions version 3.

* Add virtual environment to detect secrets GitHub action workflow and update run command.

* Replace source with dot.

* Upgrade pip.

* Update run command.

* Fix detect-secrets.yaml

Applying the fix from https://github.com/rokwire/core-building-block/pull/627/files#diff-6be25c6f69ed96a573185fa0c1f601914a92ecd85fd9fb4cf5fb3c2e53fb6e2c

* Update detect-secrets.yaml

* Update .pre-commit-config.yaml

* Remove virtual environment.

* Update .secrets.baseline

* Change scanning to staged files only.

* Update baseline.

* Change scanning to all tracked files.

* Update local dev requirements.

* Update baseline.

* Update baseline.

* Update CHANGELOG.

* testing github precommit detect secrets

* removed test changelog

---------

Co-authored-by: Minu Mathew <[email protected]>

* 1087 vertical alignment in contribute page (#1095)

* removed closing div tag

* added container class divs

* updated changelog

* added div class col sm 10 for radio buttons

* updated style for label

* added radio inline class

* updated cursor pointer style

* input file style

* added checkbox inline style label

* separated label and input

* removed input class

* added checkbox style

* added calendar hover style

* changes to nav breadcrumbs

* added submit div href link to breadcrumb

* added col sm 10 for vertical alignment in edit page

* updated styling

* changed talent form edit page to match create page

* updated changelog

* removed inline style for add person

* moved add environment variable button to row and col divs

* added styling to add environment variables div row

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions (#1073)

* Bump cryptography from 3.3.2 to 39.0.1 in /contributions

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated cryptography in auth middleware

* updated cryptography verison changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>
Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice (#1074)

* Bump cryptography from 3.3.2 to 39.0.1 in /appconfigservice

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update gevent

* update cryptography

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Minu Mathew <[email protected]>

* Bump cryptography from 3.3.2 to 39.0.1 in /eventservice (#1076)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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

* 1084 card alignment in catalog home page (#1096)

* added bookshelf images

* removed styles and changed class names

* updated styles for cards

* updated changelog

* updated max width for main container

* removed search bar styling

* added space before grid cards start

* 1085 finalize button styles (#1097)

* updated buttons in contribution details page

* changed topnav buttons

* topnav buton styles updated

* updated illinois home page url

* deleted old home page

* updated changelog

* updated focus styles

* arranged div spacing

* changed buttons

* updated inline style outline

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog (#1083)

* Bump werkzeug from 2.0.2 to 2.2.3 in /contributions/catalog

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed typo in prev changelog and updated changelog

* upgrade flask version to match with werkzeug

* upgrade flask version to match catalog

* upgrade connexion version to match flask version

---------

Signed-off-by: dependabot[bot] <support@…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Werkzeug version bump in catalog
2 participants