* Util: Adding git pre-commit checks (PROJQUAY-4658) (#1585)
* Util: Adding git pre-commit checks (PROJQUAY-0000)
* updating getting started markdown
* ui: Add script for adobe analytics for quay.io (PROJQUAY-4582) (#1648)
Analytics will be added only when building for quay.io
* secscan: Correct links (PROJQUAY-2164) (#1552)
Use first link in the "array", don't display link icon when
no links exist.
Signed-off-by: crozzy <joseph.crosland@gmail.com>
* ui: Show UI toggle on quay.io only to redhat users (PROJQUAY-4804) (#1653)
ui: Show UI toggle on quay.io only to redhat users (PROJQUAY-4804)
New UI preview on quay.io is being released as a preview only
to RedHat users before being GA
* Update nginx config (#1639)
Signed-off-by: Dave O'Connor <doconnor@redhat.com>
* ui: Add script for adobe analytics for quay.io in angular UI (PROJQUAY-4582) (#1654)
This will be used for usage analytics on quay.io
* Add cookie consent for quay.io (#1657)
* ui: Remove FEATURE_UI_V2 from analytics scripts (PROJQUAY-4582) (#1658)
* ui: Remove FEATURE_ from feature_set in base template (PROJQUAY-4582)
the variable `feature_set` has features with the `FEATURE_` prefix
removed. Fix the jinja check for this
* remove feature_ui_v2
Signed-off-by: crozzy <joseph.crosland@gmail.com>
Signed-off-by: Dave O'Connor <doconnor@redhat.com>
Co-authored-by: Sunandadadi <Sunandadadi@users.noreply.github.com>
Co-authored-by: Syed Ahmed <syed@apache.org>
Co-authored-by: Joseph Crosland <joseph.crosland@gmail.com>
* dev: Add pre-commit script to run black (PROJQUAY-4039)
Automatically formats python files before commit
* Add makefile target to install hook
* Update instructions for installing pre-commit hook
- It appears that Flake8 is raising issues with the existing Python 2.7 code.
While it is possible that these could genuinely use some cleanup, it
appears some errors come from the expectation of Python 3.x syntax. It has
been temporarily commented out until we can fix it.
- Related to: https://github.com/quay/quay/pull/162