aboutsummaryrefslogtreecommitdiff
path: root/src/tools/json-diff/json-diff.models.test.ts (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-05-14chore(version): release 2023.05.14-77f2efcv2023.5.14-77f2efcGravatar Corentin Thomasset 1-1/+1
2023-05-14docs(changelog): update changelog for 2023.05.14-77f2efcGravatar Corentin Thomasset 1-0/+20
2023-05-14refactor(ui): replaced some n-input with c-input-textGravatar Corentin Thomasset 39-452/+742
2023-05-14ui-lib(new-component): added text input component in the c-libGravatar Corentin Thomasset 14-21/+428
2023-05-14ui-lib(button): size variantsGravatar Corentin Thomasset 3-20/+51
2023-05-13chore(issues): updated new tool request issue templateGravatar Corentin THOMASSET 1-2/+2
2023-05-07fix(phone-parser): use default country codeGravatar Corentin Thomasset 2-4/+4
2023-05-07feat(list-converter): a small converter who deals with column based data and ↵Gravatar cgoIT 9-139/+441
do some stuff with it (#387) * feat(list-converter): a small converter who deals with column based data and do some stuff with it * Update src/tools/list-converter/index.ts * Update src/tools/list-converter/index.ts * Update src/tools/list-converter/index.ts --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> fix(list-format): fix e2e
2023-05-02feat(new tool): phone parser and normalizerGravatar Corentin Thomasset 10-140/+357
2023-05-01fix(home): prevent weird blue border on cardGravatar Corentin Thomasset 1-0/+1
2023-04-23chore(version): release 2023.04.23-92bd835v2023.4.23-92bd835Gravatar Corentin Thomasset 1-1/+1
2023-04-23docs(changelog): update changelog for 2023.04.23-92bd835Gravatar Corentin Thomasset 1-0/+19
2023-04-23feat(ui-lib): demo pages for c-lib componentsGravatar Corentin Thomasset 14-240/+286
2023-04-23fix(ts): cleaned legacy typechecking warningGravatar Corentin Thomasset 7-17/+20
2023-04-23feat(new-tool): diff of two json objectsGravatar Corentin Thomasset 12-134/+751
2023-04-20refactor(ui-lib): prevent c-button to shrinkGravatar Corentin Thomasset 1-0/+1
2023-04-20refactor(ui): replaced naive ui cards with custom onesGravatar Corentin Thomasset 40-304/+352
2023-04-19refactor(clean): removed unused lodash importGravatar Corentin Thomasset 1-1/+0
2023-04-19fix(mac-address-lookup): added copy handler on button clickGravatar Corentin Thomasset 1-1/+4
2023-04-19refactor(clean): removed useless br tagsGravatar Corentin Thomasset 13-43/+21
2023-04-19refactor(ui): getting ride of naive ui buttonsGravatar Corentin Thomasset 44-205/+739
2023-04-19feat(ipv4-range-expander): expands a given IPv4 start and end address to a ↵Gravatar cgoIT 11-9/+284
valid IPv4 subnet (#366) * feat(ipv4-range-expander): expands a given IPv4 start and end address to a valid IPv4 subnet * feat(ipv4-range-expander): remove old component copyable-ip-like.vue * feat(ipv4-range-expander): fix sonar findings * feat(ipv4-range-expander): changes due to review * feat(ipv4-range-expander): only show n-alert if both ipv4 addresses are valid
2023-04-19feat(date converter): auto focus main inputGravatar Corentin Thomasset 1-0/+1
2023-04-14chore(version): release 2023.04.14-dbad773v2023.4.14-dbad773Gravatar Corentin Thomasset 1-1/+1
2023-04-14docs(changelog): update changelog for 2023.04.14-dbad773Gravatar Corentin Thomasset 1-0/+12
2023-04-14chore(release): create a github release on new versionGravatar Corentin Thomasset 8-819/+356
2023-04-14chore(version): reset CHANGELOG content to support new formatGravatar Corentin Thomasset 1-573/+2
2023-04-14feat(new-tool): http status codesGravatar Corentin Thomasset 6-0/+525
2023-04-13refactor(uuid-generator): prevent NaN in quantityGravatar Corentin Thomasset 1-29/+25
2023-04-13chore(version): release v2023.04.13-dce9ff9v2023.4.13-dce9ff9Gravatar Corentin Thomasset 1-1/+1
2023-04-13feat(cd): git version tag pushed to dockerGravatar Corentin Thomasset 2-6/+63
2023-04-13refactor(404): simplified 404 pageGravatar Corentin Thomasset 1-14/+11
2023-04-12refactor(date-converter): improved ux and layoutGravatar Corentin Thomasset 7-76/+346
2023-04-12chore(deps): updated dependenciesGravatar Corentin Thomasset 2-334/+341
2023-04-10feat(new-tool): yaml and json convertersGravatar Corentin Thomasset 9-1/+149
2023-04-10refactor(dx): generic data transformerGravatar Corentin Thomasset 5-50/+78
2023-04-10refactor(config): removed new tools env configGravatar Corentin Thomasset 3-17/+3
2023-04-10refactor(lint): auto fix lintGravatar Corentin Thomasset 4-10/+7
2023-04-09feat(new-tool): generate ula based on timestamp and mac address (#344)Gravatar cgoIT 2-5/+6
* feat(ipv6-ula-generator): new tool: generate ula based on timestamp and mac address This new tool generates a random unique ula based on the current timestamp and the provided mac address. An ULA is your "secondary" IPV6-Address only for internal use. It can also be used as a backup address if your provider gets offline and your Prefix-IPs are not longer valid.Also you can create the most of your internal firewall rules based on your ULAs. * feat(ipv6-ula-generator): changes requested by review * Update src/tools/ipv6-ula-generator/index.ts * Update src/tools/ipv6-ula-generator/ipv6-ula-generator.vue --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2023-04-09feat(new-tool): generate ula based on timestamp and mac address (#344)Gravatar cgoIT 6-12/+98
* feat(ipv6-ula-generator): new tool: generate ula based on timestamp and mac address This new tool generates a random unique ula based on the current timestamp and the provided mac address. An ULA is your "secondary" IPV6-Address only for internal use. It can also be used as a backup address if your provider gets offline and your Prefix-IPs are not longer valid.Also you can create the most of your internal firewall rules based on your ULAs. * feat(ipv6-ula-generator): changes requested by review * Update src/tools/ipv6-ula-generator/index.ts * Update src/tools/ipv6-ula-generator/ipv6-ula-generator.vue --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2023-04-09feat(test): added e2e testsGravatar Corentin Thomasset 11-5/+245
2023-04-09chore(cd): don't run nightly release if their is no new commitsGravatar Corentin Thomasset 1-0/+18
2023-04-09fix(mac-address-lookup): fix typo in mac-address-lookup tool (#345)Gravatar cgoIT 1-3/+3
2023-04-08feat(new-tool): ipv4 address converterGravatar Corentin Thomasset 2-1/+2
2023-04-08feat(new-tool): ipv4 address converterGravatar Corentin Thomasset 5-1/+152
2023-04-08fix(roman-numeral-converter): input validation and feedback (#332)Gravatar cgoIT 3-14/+62
* fix(roman-numeral-converter): checks for valid input and conversion enhancements Validates if numeral values are between 1 and 3999999. Validates if a roman number is valid. * fix(roman-numeral-converter): optimize logic for copy button * fix(roman-numeral-converter): changes due to review
2023-04-07feat(new-tool): mac address lookupGravatar Corentin Thomasset 7-9/+209
2023-04-06chore(cd): docker nightly releasesGravatar Corentin Thomasset 1-1/+3
2023-04-06chore(cd): docker nightly releasesGravatar Corentin Thomasset 1-5/+12
2023-04-06feat(css): added unocss with attributify presetGravatar Corentin Thomasset 15-13/+406
>@astrojs/solid-js@5.0.6@astrojs/react@4.2.2@astrojs/preact@4.0.7@astrojs/netlify@6.2.4@astrojs/mdx@4.2.2@astrojs/markdoc@0.13.2@astrojs/db@0.14.9@astrojs/cloudflare@12.3.1@astrojs/alpinejs@0.4.4Gravatar Houston (Bot) 56-132/+197 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2025-03-26[ci] formatGravatar Florian Lefebvre 2-2/+2 2025-03-26fix(astro): dynamically import actions (#13510)Gravatar Florian Lefebvre 12-51/+96 * feat: update test * feat: dynamic import * chore: changeset * Update .changeset/clever-tigers-dig.md 2025-03-26[ci] formatGravatar Matt Kane 2-2/+2 2025-03-26fix: cache raw cookie value and decode when getting (#13485)Gravatar Matt Kane 3-17/+37 * fix: cache raw cookie value and decode when getting * Add test * Add comment 2025-03-25fix: update vite (#13505)Gravatar Emanuele Stoppa 16-104/+123 * fix: update vite * use dedupe 2025-03-24[ci] formatGravatar Emanuele Stoppa 1-1/+1 2025-03-24fix(app): call renderer when routes don't match (#13483)Gravatar Emanuele Stoppa 4-1/+30 * fix(app): call renderer when routes don't match * chore: pick 404 exactly * chore: pick route differently Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com> 2025-03-21[ci] release (#13460)astro@5.5.4@astrojs/vercel@8.1.3@astrojs/tailwind@6.0.1@astrojs/svelte@7.0.7@astrojs/preact@4.0.6@astrojs/cloudflare@12.3.0Gravatar Houston (Bot) 45-118/+119 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2025-03-21fix: better error handling on Stackblitz (#13484)Gravatar Matt Kane 2-0/+12 * fix: better error handling on Stackblitz * Remove unused imports 2025-03-21Repair server islands to work with client router (#13481)Gravatar Martin Trapp 2-6/+11 * rerun server island scripts when used with client router 2025-03-21fix: generate correct external redirects (#13480)Gravatar Matt Kane 3-4/+21 2025-03-21fix(deps): update all non-major dependencies (#13440)Gravatar renovate[bot] 24-435/+436 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2025-03-21[ci] formatGravatar Florian Lefebvre 2-2/+2 2025-03-21feat(cloudflare): global env (#13444)Gravatar Florian Lefebvre 6-47/+130 * feat(cloudflare): global env * fix: test 2025-03-21fix(deps): update astro client runtimes (#13474)Gravatar renovate[bot] 7-345/+348 * fix(deps): update astro client runtimes * fix: pin vite-plugin-vue --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> 2025-03-20Small change to linking style (#13472)Gravatar Chris Swithinbank 1-1/+1 Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com> 2025-03-20Add deprecation notice to Tailwind integration README (#13471)Gravatar Chris Swithinbank 2-6/+11 * Add deprecation notice to Tailwind integration README * Add changeset * Use `[docs]` link style again * update link to more direct content --------- Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: anaxite <89195061+anaxite@users.noreply.github.com> Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Adammatthiesen <30383579+Adammatthiesen@users.noreply.github.com> Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com> 2025-03-20[ci] formatGravatar Matt Kane 2-2/+1 2025-03-20fix(preact,svelte): empty target container before rendering `client:only` ↵Gravatar Matt Kane 5-5/+41 island (#13470) * fix(preact,svelte): empty target container before rendering `client:only` island * Remove log 2025-03-20chore(renovate): group updates (#13466)Gravatar Emanuele Stoppa 1-11/+58 2025-03-19[ci] formatGravatar Matt Kane 1-3/+2 2025-03-19fix: don't attempt to move files after build with base (#13463)Gravatar Matt Kane 8-13/+66 * fix: don't attempt to move files after build with base * Remove console * Reword changeset * Remove unused import 2025-03-19[ci] formatGravatar Emanuele Stoppa 2-6/+18 2025-03-19fix(routing): don't add site to static redirects (#13447)Gravatar Emanuele Stoppa 7-10/+49 * fix(routing): don't add site to static redirects * chore: fix canonical tag * chore: fix canonical tag Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com> 2025-03-18[ci] formatGravatar Matt Kane 2-2/+1 2025-03-18fix: set correct statusText for custom error pages (#13457)Gravatar Matt Kane 4-2/+19 * fix: set correct statusText for custom error pages * Set conditionally 2025-03-18chore(deps): update github-actions (#13459)Gravatar renovate[bot] 9-13/+13 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2025-03-18chore(deps): update github-actions (#13458)Gravatar renovate[bot] 1-5/+5 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2025-03-18[ci] formatGravatar Emanuele Stoppa 1-1/+3 2025-03-18chore: remove deprecated package (#13455)Gravatar Emanuele Stoppa 3-23/+16 2025-03-18fix(deps): update dependency miniflare to v4 (#13441)Gravatar renovate[bot] 2-31/+31 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>