Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: justia/gtm-pii-url-cleaner-variable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2024.0.2
Choose a base ref
...
head repository: justia/gtm-pii-url-cleaner-variable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 5 files changed
  • 3 contributors

Commits on Aug 23, 2024

  1. Merge pull request #4 from justia/v2024.0.2

    Release v2024.0.2
    github-actions[bot] authored Aug 23, 2024
    Copy the full SHA
    f0798f4 View commit details
  2. chore: update metadata file

    mayrop committed Aug 23, 2024
    Copy the full SHA
    47052ad View commit details
  3. Merge branch 'master' of github.com:justia/gtm-pii-cleaner-variable

    mayrop committed Aug 23, 2024
    Copy the full SHA
    4c9291f View commit details

Commits on Sep 5, 2024

  1. chore: metadata.yaml

    mayrop authored Sep 5, 2024
    Copy the full SHA
    0e7a651 View commit details

Commits on Sep 10, 2024

  1. docs: update correct domain

    mayrop authored Sep 10, 2024
    Copy the full SHA
    76469a1 View commit details

Commits on Sep 16, 2024

  1. docs: add shields into oc

    mayrop authored Sep 16, 2024
    Copy the full SHA
    c828131 View commit details

Commits on Oct 10, 2024

  1. Copy the full SHA
    d863471 View commit details
  2. Merge branch 'master' of github.com:justia/gtm-pii-cleaner-variable

    mayrop committed Oct 10, 2024
    Copy the full SHA
    948877a View commit details
  3. chore(release): 2024.1.0

    [email protected] authored and [email protected] committed Oct 10, 2024
    Copy the full SHA
    df823fc View commit details
  4. docs: update metadata

    mayrop authored Oct 10, 2024
    Copy the full SHA
    a2ab1df View commit details
  5. Merge pull request #5 from justia/v2024.1.0

    Release v2024.1.0
    mayrop authored Oct 10, 2024
    Copy the full SHA
    f74ac9b View commit details

Commits on Oct 13, 2024

  1. Copy the full SHA
    97742be View commit details
  2. Copy the full SHA
    ffabc2f View commit details
  3. chore: update metadata

    mayrop committed Oct 13, 2024
    Copy the full SHA
    49109bd View commit details
Showing with 363 additions and 89 deletions.
  1. +5 −3 .github/workflows/release.yml
  2. +7 −0 CHANGELOG.md
  3. +7 −3 README.md
  4. +5 −3 metadata.yaml
  5. +339 −80 template.tpl
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Release
on:
push:
branches:
- master
workflow_dispatch:
inputs:
increment:
required: false
description: 'Version to release (major, minor, patch or specific version)'
jobs:
release:
name: Conventional Release
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


# [2024.1.0](https://github.com/justia/gtm-pii-url-cleaner-variable/compare/2024.0.2...2024.1.0) (2024-10-10)


### Features

* add support to delete parameters ([d863471](https://github.com/justia/gtm-pii-url-cleaner-variable/commit/d863471183efdaf06166d1e2d8f12c58f67435c8))

## [2024.0.2](https://github.com/justia/gtm-pii-url-cleaner-variable/compare/2024.0.1...2024.0.2) (2024-08-23)


10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Google Tag Manager 'PII - URL Cleaner' Variable Template
# GTM 'Clean or Redact PII from URLs' Variable Template

[![Template Status](https://img.shields.io/badge/Community%20Template%20Gallery%20Status-published-green)](https://tagmanager.google.com/gallery/#/owners/justia/templates/gtm-pii-url-cleaner-variable) ![Repo Size](https://img.shields.io/github/repo-size/justia/gtm-pii-url-cleaner-variable) ![License](https://img.shields.io/github/license/justia/gtm-pii-url-cleaner-variable)

---

## Summary

@@ -44,12 +48,12 @@ Note that `foo` was not matched; therefore, the original value was retained.
**Full Match Keys**: Checked

Redacted URL:
`https://www.jmbm.com/?first_name=[redacted]&cellphone=123-456-7890&&foo=bar`
`https://example.com/?first_name=[redacted]&cellphone=123-456-7890&&foo=bar`

Note that `phone` was not matched since the key is `cellphone`; therefore, the original value was retained.

## Tips
Make sure to default the `false` value to the initial input, in case any error happens during the replacement of the URL.

## Contributing
See our [contributing guidelines](CONTRIBUTING.md).
See our [contributing guidelines](CONTRIBUTING.md).
8 changes: 5 additions & 3 deletions metadata.yaml
Original file line number Diff line number Diff line change
@@ -16,7 +16,9 @@ homepage: "https://company.justia.com/"
documentation: "https://github.com/justia/gtm-pii-url-cleaner-variable"
versions:
# Latest version
- sha: fec1afa1650820bea4fec867be9ac426a79f4696
changeNotes: Update Documentation
- sha: 40202c4e83c3adbb0a3ad3288bfae767c756e19e
- sha: 97742be482c008649358cf0ec9ebd3788b104c21
changeNotes: Add support for different matching conditions
- sha: d863471183efdaf06166d1e2d8f12c58f67435c8
changeNotes: Add support to delete query parameters
- sha: 5191ee559766a50faedccbf99d92459097335ca9
changeNotes: Initial Version
Loading