Skip to content

Commit

Permalink
CI: Spp11901 (#391)
Browse files Browse the repository at this point in the history
* Amending help centure to no longer use the help_centre_structure file to build the help centre navigation and build on demand instead

Signed-off-by: jasonbellONS <[email protected]>

* Running black

Signed-off-by: jasonbellONS <[email protected]>

* Amending loop

Signed-off-by: jasonbellONS <[email protected]>

* Nav created at app startup and grabbed from app.cache, rather than built each time a help centre page is accessed

Signed-off-by: jasonbellONS <[email protected]>

* Sorting subcategories

Signed-off-by: jasonbellONS <[email protected]>

* Running Black

Signed-off-by: jasonbellONS <[email protected]>

* Adding submit method request

Signed-off-by: jasonbellONS <[email protected]>

* Amending empty list check to use correct method

Signed-off-by: jasonbellONS <[email protected]>

* Amending categories to use existing category url's to keep everything consistent

Signed-off-by: jasonbellONS <[email protected]>

* Running Black

Signed-off-by: jasonbellONS <[email protected]>

* Adding comments to explain method

Signed-off-by: jasonbellONS <[email protected]>

* Amendments for linting

Signed-off-by: jasonbellONS <[email protected]>

* Initial commit

Signed-off-by: jasonbellONS <[email protected]>

* Contentful audit created, scripts moved to scripts folder

Signed-off-by: jasonbellONS <[email protected]>

* Updating git ignore

Signed-off-by: jasonbellONS <[email protected]>

* Merging with main

Signed-off-by: jasonbellONS <[email protected]>

* running isort on contentful_audit

Signed-off-by: jasonbellONS <[email protected]>

* scripts moved to scripts folder, cont

Signed-off-by: jasonbellONS <[email protected]>

* Script amended to write to Json and Html file to give better overview of changes

Signed-off-by: jasonbellONS <[email protected]>

* running black

Signed-off-by: jasonbellONS <[email protected]>

* renamed contentful_Audit.sh to match other scripts

Signed-off-by: jasonbellONS <[email protected]>

* fixing header on html file

Signed-off-by: jasonbellONS <[email protected]>

* changing output filepaths to inside scripts folder to keep everything self contained

Signed-off-by: jasonbellONS <[email protected]>

* Testing amendments

Signed-off-by: jasonbellONS <[email protected]>

* adding some comments to easier track what the script is doing

Signed-off-by: jasonbellONS <[email protected]>

* removing debug print statement

Signed-off-by: jasonbellONS <[email protected]>

---------

Signed-off-by: jasonbellONS <[email protected]>
  • Loading branch information
JasonBellONS authored Nov 27, 2024
1 parent 1fd05ce commit 3f2c294
Show file tree
Hide file tree
Showing 20 changed files with 4,674 additions and 8,857 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,10 @@ lambda_functions/alerter/.DS_Store
lambda_functions/healthcheck.DS_Store
content/.DS_Store
/.idea

# Contentful ignored data
contentful-data/audits
contentful-data/content-exports
contentful-data/migrations
contentful-data/rollbacks
contentful-data/migration-log.txt
Loading

0 comments on commit 3f2c294

Please sign in to comment.