Skip to content

Commit

Permalink
Merge branch 'master' into chore/TMP-1657/update-deck-data-api-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
seldinpQ committed Nov 29, 2024
2 parents 728e42a + 3c6b0e1 commit be76245
Show file tree
Hide file tree
Showing 425 changed files with 9,221 additions and 19,148 deletions.
623 changes: 314 additions & 309 deletions .circleci/config.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ DerivedData
*.ipa
*.xcuserstate
project.xcworkspace
.gradle

# node.js
#
Expand Down
Binary file added .gradle/8.8/checksums/checksums.lock
Binary file not shown.
Empty file.
Binary file added .gradle/8.8/fileChanges/last-build.bin
Binary file not shown.
Binary file added .gradle/8.8/fileHashes/fileHashes.bin
Binary file not shown.
Binary file added .gradle/8.8/fileHashes/fileHashes.lock
Binary file not shown.
Empty file added .gradle/8.8/gc.properties
Empty file.
Binary file added .gradle/8.9/checksums/checksums.lock
Binary file not shown.
Empty file.
Binary file added .gradle/8.9/fileChanges/last-build.bin
Binary file not shown.
Binary file added .gradle/8.9/fileHashes/fileHashes.lock
Binary file not shown.
Empty file added .gradle/8.9/gc.properties
Empty file.
Binary file added .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 2 additions & 0 deletions .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Thu Sep 19 14:30:13 CEST 2024
gradle.version=8.9
Empty file added .gradle/vcs-1/gc.properties
Empty file.
7 changes: 7 additions & 0 deletions .storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,13 @@
font-display: swap;
}

@font-face {
font-family: "Times Modern";
src: url(static/fonts/TimesModern-light.woff2) format("woff2");
font-style: normal;
font-weight: 300;
font-display: swap;
}

@font-face {
font-family: 'Times Modern';
Expand Down
Binary file not shown.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Any of these source files can be debugged directly.

Follow these steps [here](https://github.com/newsuk/cps-content-render#integrating-with-times-components)

You will also see the option to do a canary release in the pipeline, which will publish a test version of your changes that you can import in render.

## See your changes in Render with rnw.js files

Besides linking the Times Components and Render repos together, you can view changes made to Times Components in Render through the rnw.js files.
Expand Down
16 changes: 16 additions & 0 deletions lib/cypress-rerun.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash
#
# ===== Parallelism Script ======
#
# Description: Check if arguments are passed correctly,create a test directory, add symbolic link and run the test command.
# Date: Septemeber 2024
# Author: [email protected]
# Team: @tm-qa-engineers (QA team)
#


echo "Creating directory structure at './packages/ssr/test-results'..."
mkdir -p "./packages/ssr/test-results"
ln -s /home/circleci/project/node_modules/cypress-circleci-reporter "/home/circleci/project/packages/ssr/node_modules/cypress-circleci-reporter"
echo "Running yarn command: yarn test:e2e:ci..."
yarn test:e2e:ci
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@
"test:unit": "lerna run test:unit --stream",
"test:unit:updatesnapshot": "lerna run test:unit:updatesnapshot --stream",
"test:e2e": "yarn bundle && lerna run test:integration --stream",
"test:e2e:ci": "yarn bundle && lerna run test:integration:ci --stream",
"test:e2e:debug": "yarn bundle && lerna run test:integration:debug --stream",
"lerna:publish:verdaccio": "yarn lerna publish --conventional-commits --concurrency=1 --registry=\"http://localhost:4873\" --no-verify-access --no-git-tag-version --no-verify-registry --yes ",
"verdaccio:start": "yarn verdaccio -c ./.verdaccio-config.yaml",
"verdaccio:start:detached": "yarn pm2 start \"yarn verdaccio:start\"",
"watch": "lerna run watch --stream --no-sort --concurrency 100"
"watch": "lerna run watch --stream --no-sort --concurrency 100",
"stop:testserver": "kill $(lsof -t -i:3000)"
},
"jest": {
"coveragePathIgnorePatterns": [
Expand Down Expand Up @@ -112,6 +114,7 @@
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"commitizen": "2.9.6",
"coveralls": "2.13.1",
"cypress-circleci-reporter": "0.2.0",
"cz-conventional-changelog": "2.1.0",
"dashify": "0.2.2",
"es6-promise-pool": "^2.5.0",
Expand Down Expand Up @@ -159,4 +162,4 @@
"verdaccio": "5.26.2",
"winston": "3.10.0"
}
}
}
8 changes: 8 additions & 0 deletions packages/article-byline/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.13.56](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-10-18)

**Note:** Version bump only for package @times-components/article-byline





## [3.13.55](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-07-02)

**Note:** Version bump only for package @times-components/article-byline
Expand Down
4 changes: 2 additions & 2 deletions packages/article-byline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@times-components/article-byline",
"version": "3.13.55",
"version": "3.13.56",
"description": "Article byline information ",
"main": "dist/article-byline",
"dev": "src/article-byline",
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@times-components/link": "3.17.34",
"@times-components/markup": "3.8.61",
"@times-components/markup": "3.9.0",
"@times-components/markup-forest": "1.9.2",
"@times-components/tracking": "2.22.34",
"@times-components/ts-styleguide": "1.50.34",
Expand Down
203 changes: 203 additions & 0 deletions packages/article-comments/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,209 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.44.23](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-11-22)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.22](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-11-20)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.21](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-11-05)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.20](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-11-05)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.19](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-10-28)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.18](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-10-28)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.17](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-10-23)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.16](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-10-18)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.15](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-10-18)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.14](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-10-17)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.13](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-10-15)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.12](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-10-15)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.11](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-10-14)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.10](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-09-30)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.9](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-09-16)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.8](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-09-06)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.7](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-08-28)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.6](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-08-28)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.5](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-08-28)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.4](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-08-23)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.3](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-08-22)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.2](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-08-14)

**Note:** Version bump only for package @times-components/article-comments





## [0.44.1](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-08-08)

**Note:** Version bump only for package @times-components/article-comments





# [0.44.0](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-08-08)


### Features

* **TMG-1729:** test-integrated commenting with internal cps endpoint ([#3910](https://github.com/newsuk/times-components/issues/3910)) ([7a4958d](https://github.com/newsuk/times-components/commit/7a4958db25785ecb068e0ab2d29fc0295bc8358f))





## [0.43.28](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-08-08)

**Note:** Version bump only for package @times-components/article-comments





## [0.43.27](https://github.com/newsuk/times-components/compare/@times-components/[email protected]...@times-components/[email protected]) (2024-07-15)

**Note:** Version bump only for package @times-components/article-comments
Expand Down
4 changes: 2 additions & 2 deletions packages/article-comments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@times-components/article-comments",
"version": "0.43.27",
"version": "0.44.23",
"description": "Article Comments",
"main": "dist/article-comments",
"dev": "src/article-comments",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@times-components/link": "3.17.34",
"@times-components/tracking": "2.22.34",
"@times-components/ts-components": "1.98.2",
"@times-components/ts-components": "1.111.0",
"@times-components/ts-styleguide": "1.50.34",
"@times-components/user-state": "0.5.51",
"prop-types": "15.7.2",
Expand Down
Loading

0 comments on commit be76245

Please sign in to comment.