dependabot[bot]
64fbafacba
Bump jinja2 from 2.11.3 to 3.1.3 in /source/_scripts/_python
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 2.11.3 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/2.11.3...3.1.3 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-16 17:49:41 +00:00
dependabot[bot]
a4436c6477
Bump gitpython from 3.1.37 to 3.1.41 in /source/_scripts/_python
...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython ) from 3.1.37 to 3.1.41.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases )
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES )
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.37...3.1.41 )
---
updated-dependencies:
- dependency-name: gitpython
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-10 16:59:24 +00:00
dependabot[bot]
2e562eb9d5
Bump gitpython from 3.1.35 to 3.1.37 in /source/_scripts/_python
...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython ) from 3.1.35 to 3.1.37.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases )
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES )
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.35...3.1.37 )
---
updated-dependencies:
- dependency-name: gitpython
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-10 20:58:39 +00:00
dependabot[bot]
a28c550571
Bump gitpython from 3.1.34 to 3.1.35 in /source/_scripts/_python
...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython ) from 3.1.34 to 3.1.35.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases )
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES )
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.34...3.1.35 )
---
updated-dependencies:
- dependency-name: gitpython
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-25 19:20:02 +00:00
dependabot[bot]
8e9eae778f
Bump gitpython from 3.1.32 to 3.1.34 in /source/_scripts/_python
...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython ) from 3.1.32 to 3.1.34.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases )
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES )
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.32...3.1.34 )
---
updated-dependencies:
- dependency-name: gitpython
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-06 18:41:20 +00:00
dependabot[bot]
85eacfd1e9
Bump gitpython from 3.1.30 to 3.1.32 in /source/_scripts/_python
...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython ) from 3.1.30 to 3.1.32.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases )
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES )
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.30...3.1.32 )
---
updated-dependencies:
- dependency-name: gitpython
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-11 20:26:44 +00:00
dependabot[bot]
79ba1811ba
Bump gitpython from 2.1.11 to 3.1.30 in /source/_scripts/_python
...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython ) from 2.1.11 to 3.1.30.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases )
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES )
- [Commits](https://github.com/gitpython-developers/GitPython/compare/2.1.11...3.1.30 )
---
updated-dependencies:
- dependency-name: gitpython
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-24 08:25:22 +00:00
Pitterle, Matthew D
4d26edff1d
Resolve dependabot security alert
2022-10-18 14:19:57 -07:00
michael vincerra
12a9c29a5d
Adds missing space in conditional statement in _python/template.html ( #761 )
...
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com >
2019-09-03 10:53:36 -07:00
michael vincerra
4925650c45
Add code to show status and assign status color-code for available bundles. ( #748 )
...
* Add code to show status and assign color-coding to available bundles.
- Add regex PATTERN4 to capture bundle status values
- Add code to process capture groups in for loop
- Rename bundler() to main() to follow Python convention
- Add conditional blocks to filter tags based on below status indicators
- Add css classes for active-status, wip-status, and pending-delete-status
- Closes #747
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com >
* Programs "Deprecated" status for such bundles; color-codes it in css.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com >
* Adds #ce2029 color for "Deprecated" status to css; reorders css classes.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com >
* Revises HTML relative link in template.html to tcs_theme.css.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com >
2019-08-29 13:50:30 -07:00
michael vincerra
d2396a6b4f
Bundle lister update ( #725 )
...
* Revises to simplify and refine code:
- Removes regex PATTERN4 and 5
- Revises PATTERN3 to exclude comments on custom additions
- Removes pundler() because no longer a clr-bundles directory
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com >
Removes cruft code.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com >
Edit for rebase.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com >
* Removes decode() for string in extractor().
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com >
* Applies .bundledesc css to <p> tag on includes().
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com >
* Modifies html tags in template and styles.css.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com >
2019-08-14 10:17:20 -07:00
Kevin Putnam
badddca2e4
Turned on linkcheck in Travis. ( #708 )
...
* Turned on linkcheck in Travis.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
* Added print lines to parse-link-check.py to improve Travis log output.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-08-08 09:40:26 -07:00
michael vincerra
3f2ff7321a
Applies default css for tables to available bundles. ( #711 )
...
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com >
2019-08-07 18:49:13 -07:00
Michael Vincerra
5d716ab1ba
Upgrades to Jinja2 2.10.1, dependency for bundle_lister.py.
...
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com >
2019-08-06 14:19:09 -07:00
Kevin Putnam
34711e6266
Added items to white list.
...
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-07-24 11:11:21 -07:00
Kevin Putnam
bd0a8e6a93
fixed broken path in python script
...
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-07-11 15:30:04 -07:00
Kevin Putnam
8afc8bed1e
Modified jinja2 version as 2.11.dev0 was not available
...
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-07-11 15:23:28 -07:00
Kevin Putnam
77552f4a9f
renamed support directories by adding leading "_" to differentiate from content.
...
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-07-11 11:36:11 -07:00