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: kubernetes-client/javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: kubernetes-client/javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aa4d056694533549ccf46a38db02edc56d563cb5
Choose a head ref

Commits on Dec 16, 2024

  1. add proxy support

    krmodelski committed Dec 16, 2024
    Copy the full SHA
    44d8582 View commit details
  2. Copy the full SHA
    012e44c View commit details

Commits on Dec 17, 2024

  1. Copy the full SHA
    511662e View commit details
  2. Copy the full SHA
    d7a29ee View commit details
  3. refactor proxy condition

    krmodelski committed Dec 17, 2024
    Copy the full SHA
    1d47564 View commit details

Commits on Dec 18, 2024

  1. add proxy-url tests

    krmodelski committed Dec 18, 2024
    Copy the full SHA
    53b3b73 View commit details
  2. add proxy-url tests

    krmodelski committed Dec 18, 2024
    Copy the full SHA
    be1550e View commit details
  3. add missing test value

    krmodelski committed Dec 18, 2024
    Copy the full SHA
    d5e80aa View commit details
  4. add missing test value

    krmodelski committed Dec 18, 2024
    Copy the full SHA
    c7fb1e4 View commit details

Commits on Dec 19, 2024

  1. Copy the full SHA
    6b0fe15 View commit details
  2. Copy the full SHA
    934d358 View commit details
  3. deps: remove colors override

    It appears that the colors package does not exist anywhere
    in the dependency tree anymore. This commit removes the
    override. Overrides also do not appear to be applied for
    end users anyway.
    cjihrig committed Dec 19, 2024
    Copy the full SHA
    a4c4540 View commit details
  4. deps: remove unused dependencies

    The dependencies and devDependencies removed in this commit do
    not appear to be needed anymore.
    cjihrig committed Dec 19, 2024
    Copy the full SHA
    ee07122 View commit details
  5. doc: remove CHANGELOG.md

    The CHANGELOG has not... changed... in five years. It should
    probably be removed.
    cjihrig committed Dec 19, 2024
    Copy the full SHA
    7030b9f View commit details
  6. Merge pull request #2119 from cjihrig/colors

    deps: remove colors override
    k8s-ci-robot authored Dec 19, 2024
    Copy the full SHA
    e0302d7 View commit details
  7. Merge pull request #2120 from cjihrig/tslib

    deps: remove unused dependencies
    k8s-ci-robot authored Dec 19, 2024
    Copy the full SHA
    de9704b View commit details
  8. Merge pull request #2121 from cjihrig/changelog

    doc: remove CHANGELOG.md
    k8s-ci-robot authored Dec 19, 2024
    Copy the full SHA
    722b826 View commit details
  9. test: support testing transpiled code

    This commit makes it possible to execute the tests after
    transpilation. This should provide additional confidence that
    the code shipped to npm works as intended.
    cjihrig committed Dec 19, 2024
    Copy the full SHA
    afea770 View commit details
  10. add createAgent method

    krmodelski committed Dec 19, 2024
    Copy the full SHA
    d02abae View commit details
  11. Copy the full SHA
    b7a2509 View commit details

Commits on Dec 20, 2024

  1. ci: set workflow permissions for release job

    We had the issue that the github action wasnt able to push
    tags to github. This should fix the issue
    
    ref: #1828
    mstruebing committed Dec 20, 2024
    Copy the full SHA
    0947d14 View commit details
  2. Copy the full SHA
    0d58445 View commit details
  3. Merge pull request #2122 from cjihrig/tests

    test: support testing transpiled code
    k8s-ci-robot authored Dec 20, 2024
    Copy the full SHA
    3dd988e View commit details
  4. Merge pull request #2123 from kubernetes-client/max/release-permissions

    ci: set workflow permissions for release job
    k8s-ci-robot authored Dec 20, 2024
    Copy the full SHA
    e508721 View commit details
  5. chore: add cjihrig to OWNERS

    cjihrig committed Dec 20, 2024
    Copy the full SHA
    0e8d14d View commit details
  6. Merge pull request #2124 from cjihrig/owners

    chore: add cjihrig to OWNERS
    k8s-ci-robot authored Dec 20, 2024
    Copy the full SHA
    be116d7 View commit details
  7. Copy the full SHA
    0f5694e View commit details

Commits on Dec 25, 2024

  1. fix proxy tests

    krmodelski committed Dec 25, 2024
    Copy the full SHA
    984a372 View commit details

Commits on Dec 27, 2024

  1. Copy the full SHA
    27ba0e1 View commit details

Commits on Dec 28, 2024

  1. examples: fix kubectl examples for v1

    This commit updates the kubectl examples to work with the v1 branch.
    cjihrig committed Dec 28, 2024
    Copy the full SHA
    03038f8 View commit details
  2. Copy the full SHA
    7234dd9 View commit details
  3. Merge pull request #2130 from cjihrig/kubectl-examples

    examples: fix kubectl examples for v1
    k8s-ci-robot authored Dec 28, 2024
    Copy the full SHA
    63f3748 View commit details

Commits on Dec 29, 2024

  1. Merge pull request #2132 from kubernetes-client/brendandburns-patch-10

    Update test.yml to test main branch.
    k8s-ci-robot authored Dec 29, 2024
    Copy the full SHA
    4739cd0 View commit details
  2. Copy the full SHA
    85007ed View commit details

Commits on Dec 31, 2024

  1. Change type in unit test

    jportner committed Dec 31, 2024
    Copy the full SHA
    4c1e6c2 View commit details
  2. Revert "Fix type definition for KubernetesObjectApi.read()"

    This reverts commit 85007ed.
    jportner committed Dec 31, 2024
    Copy the full SHA
    0170e82 View commit details
  3. Copy the full SHA
    6354cd7 View commit details
  4. chore: fix markdown in issue template

    This commit removes extra whitespace that prevents the issue
    template from rendering properly.
    cjihrig committed Dec 31, 2024
    Copy the full SHA
    7c02380 View commit details
  5. chore: update remaining release-1.x branch references

    The release-1.x branch was renamed to main. This commit cleans up
    the remaining references to release-1.x.
    cjihrig committed Dec 31, 2024
    Copy the full SHA
    bc23275 View commit details
  6. Copy the full SHA
    cd33447 View commit details

Commits on Jan 1, 2025

  1. Merge pull request #2135 from cjihrig/branch

    chore: update remaining release-1.x branch references
    k8s-ci-robot authored Jan 1, 2025
    Copy the full SHA
    3933452 View commit details
  2. Merge pull request #2134 from cjihrig/bug-template

    chore: fix markdown in issue template
    k8s-ci-robot authored Jan 1, 2025
    Copy the full SHA
    f6feea5 View commit details
  3. Merge pull request #2129 from jportner/fix-object-api-type-definitions

    Fix type definition for KubernetesObjectApi.read()
    k8s-ci-robot authored Jan 1, 2025
    Copy the full SHA
    622a23e View commit details

Commits on Jan 4, 2025

  1. examples: fix remaining examples for v1

    This commit updates the remaining examples to work with the v1
    branch.
    cjihrig committed Jan 4, 2025
    Copy the full SHA
    01a15c6 View commit details
  2. examples: fix typescript examples for v1

    This commit updates the typescript examples to work with the v1
    branch. The examples were tested using Node 23 and the
    --experimental-strip-types flag.
    cjihrig committed Jan 4, 2025
    Copy the full SHA
    90ea1a9 View commit details
  3. examples: port missing examples from master to main

    This commit ports the remaining examples from the master branch
    to the main branch.
    
    Fixes: #1907
    cjihrig committed Jan 4, 2025
    Copy the full SHA
    4b98e59 View commit details

Commits on Jan 6, 2025

  1. Merge pull request #2136 from cjihrig/ts-examples

    examples: fix typescript examples for v1
    k8s-ci-robot authored Jan 6, 2025
    Copy the full SHA
    feb78d4 View commit details
  2. Merge pull request #2137 from cjihrig/remaining-examples

    examples: fix remaining examples for v1
    k8s-ci-robot authored Jan 6, 2025
    Copy the full SHA
    4d9e345 View commit details
  3. Merge pull request #2138 from cjihrig/missing-examples

    examples: port missing examples from master to main
    k8s-ci-robot authored Jan 6, 2025
    Copy the full SHA
    f90d996 View commit details
  4. Copy the full SHA
    8532a88 View commit details
Showing with 57,193 additions and 12,958 deletions.
  1. +4 −0 .devcontainer/devcontainer.json
  2. +7 −7 .github/ISSUE_TEMPLATE/bug_report.md
  3. +25 −0 .github/dependabot.yml
  4. +36 −31 .github/workflows/codeql-analysis.yml
  5. +3 −3 .github/workflows/deploy-docs.yml
  6. +1 −1 .github/workflows/generate-javascript.yml
  7. +5 −1 .github/workflows/release.yml
  8. +4 −3 .github/workflows/test.yml
  9. +1 −1 .husky/pre-push
  10. +0 −7 CHANGELOG.md
  11. +0 −93 FETCH_MIGRATION.md
  12. +2 −0 OWNERS
  13. +23 −20 README.md
  14. +35 −0 eslint.config.js
  15. +0 −4 examples/cache-example.js
  16. +0 −2 examples/follow-logs.js
  17. +3 −5 examples/in-cluster-create-job-from-cronjob.js
  18. +0 −2 examples/in-cluster.js
  19. +11 −11 examples/kubectl/equivalents/apply.js
  20. +5 −5 examples/kubectl/equivalents/create.js
  21. +5 −5 examples/kubectl/equivalents/delete.js
  22. +6 −6 examples/kubectl/equivalents/get.js
  23. +17 −0 examples/kubectl/equivalents/namespace-create-yaml.js
  24. +20 −0 examples/kubectl/equivalents/namespace-create.js
  25. +15 −0 examples/kubectl/equivalents/namespace-list.js
  26. +4 −0 examples/kubectl/equivalents/namespace.yaml
  27. +33 −0 examples/kubectl/equivalents/pod-create.js
  28. +16 −0 examples/kubectl/equivalents/pod-filter-by-namespace.js
  29. +29 −0 examples/kubectl/equivalents/resourceQuota-create.js
  30. +16 −0 examples/kubectl/equivalents/resourceQuota-list.js
  31. +4 −31 examples/patch-example.js
  32. +3 −1 examples/raw-example.js
  33. +0 −3 examples/scale-deployment.js
  34. +0 −1 examples/top.js
  35. +11 −11 examples/typescript/apply/apply-example.ts
  36. +5 −5 examples/typescript/apply/apply-from-file-example.ts
  37. +9 −1 examples/typescript/attach/attach-example.ts
  38. +2 −2 examples/typescript/cp/cp-example.ts
  39. +0 −4 examples/typescript/informer/informer.ts
  40. +4 −37 examples/typescript/patch/patch-example.ts
  41. +2 −1 examples/typescript/simple/example.ts
  42. +0 −6 examples/typescript/tslint.json
  43. +1 −1 examples/yaml-example.js
  44. +2,740 −1,722 package-lock.json
  45. +17 −25 package.json
  46. +2 −2 pre-check.sh
  47. +1 −1 settings
  48. +7 −8 src/attach_test.ts
  49. +35 −44 src/azure_auth_test.ts
  50. +22 −7 src/cache.ts
  51. +254 −119 src/cache_test.ts
  52. +58 −21 src/config.ts
  53. +423 −312 src/config_test.ts
  54. +9 −4 src/config_types.ts
  55. +1 −2 src/cp_test.ts
  56. +121 −31 src/exec_auth_test.ts
  57. +8 −10 src/exec_test.ts
  58. +5 −5 src/file_auth_test.ts
  59. +29 −49 src/gcp_auth_test.ts
  60. +2 −2 src/gen/.openapi-generator/COMMIT
  61. +1 −1 src/gen/.openapi-generator/VERSION
  62. +1 −1 src/gen/apis/AdmissionregistrationApi.ts
  63. +32 −32 src/gen/apis/AdmissionregistrationV1Api.ts
  64. +15 −15 src/gen/apis/AdmissionregistrationV1alpha1Api.ts
  65. +18 −18 src/gen/apis/AdmissionregistrationV1beta1Api.ts
  66. +1 −1 src/gen/apis/ApiextensionsApi.ts
  67. +11 −11 src/gen/apis/ApiextensionsV1Api.ts
  68. +1 −1 src/gen/apis/ApiregistrationApi.ts
  69. +11 −11 src/gen/apis/ApiregistrationV1Api.ts
  70. +1 −1 src/gen/apis/ApisApi.ts
  71. +1 −1 src/gen/apis/AppsApi.ts
  72. +62 −62 src/gen/apis/AppsV1Api.ts
  73. +1 −1 src/gen/apis/AuthenticationApi.ts
  74. +3 −3 src/gen/apis/AuthenticationV1Api.ts
  75. +2 −2 src/gen/apis/AuthenticationV1beta1Api.ts
  76. +1 −1 src/gen/apis/AuthorizationApi.ts
  77. +5 −5 src/gen/apis/AuthorizationV1Api.ts
  78. +1 −1 src/gen/apis/AutoscalingApi.ts
  79. +12 −12 src/gen/apis/AutoscalingV1Api.ts
  80. +12 −12 src/gen/apis/AutoscalingV2Api.ts
  81. +1 −1 src/gen/apis/BatchApi.ts
  82. +23 −23 src/gen/apis/BatchV1Api.ts
  83. +1 −1 src/gen/apis/CertificatesApi.ts
  84. +14 −14 src/gen/apis/CertificatesV1Api.ts
  85. +8 −8 src/gen/apis/CertificatesV1alpha1Api.ts
  86. +1 −1 src/gen/apis/CoordinationApi.ts
  87. +9 −9 src/gen/apis/CoordinationV1Api.ts
  88. +9 −9 src/gen/apis/CoordinationV1alpha2Api.ts
  89. +1 −1 src/gen/apis/CoreApi.ts
  90. +206 −206 src/gen/apis/CoreV1Api.ts
  91. +28 −28 src/gen/apis/CustomObjectsApi.ts
  92. +1 −1 src/gen/apis/DiscoveryApi.ts
  93. +9 −9 src/gen/apis/DiscoveryV1Api.ts
  94. +1 −1 src/gen/apis/EventsApi.ts
  95. +9 −9 src/gen/apis/EventsV1Api.ts
  96. +1 −1 src/gen/apis/FlowcontrolApiserverApi.ts
  97. +21 −21 src/gen/apis/FlowcontrolApiserverV1Api.ts
  98. +1 −1 src/gen/apis/InternalApiserverApi.ts
  99. +11 −11 src/gen/apis/InternalApiserverV1alpha1Api.ts
  100. +2 −2 src/gen/apis/LogsApi.ts
  101. +1 −1 src/gen/apis/NetworkingApi.ts
  102. +27 −27 src/gen/apis/NetworkingV1Api.ts
  103. +18 −18 src/gen/apis/NetworkingV1beta1Api.ts
  104. +1 −1 src/gen/apis/NodeApi.ts
  105. +8 −8 src/gen/apis/NodeV1Api.ts
  106. +1 −1 src/gen/apis/OpenidApi.ts
  107. +1 −1 src/gen/apis/PolicyApi.ts
  108. +12 −12 src/gen/apis/PolicyV1Api.ts
  109. +1 −1 src/gen/apis/RbacAuthorizationApi.ts
  110. +31 −31 src/gen/apis/RbacAuthorizationV1Api.ts
  111. +1 −1 src/gen/apis/ResourceApi.ts
  112. +34 −34 src/gen/apis/ResourceV1alpha3Api.ts
  113. +34 −34 src/gen/apis/ResourceV1beta1Api.ts
  114. +1 −1 src/gen/apis/SchedulingApi.ts
  115. +8 −8 src/gen/apis/SchedulingV1Api.ts
  116. +1 −1 src/gen/apis/StorageApi.ts
  117. +40 −40 src/gen/apis/StorageV1Api.ts
  118. +8 −8 src/gen/apis/StorageV1alpha1Api.ts
  119. +8 −8 src/gen/apis/StorageV1beta1Api.ts
  120. +1 −1 src/gen/apis/StoragemigrationApi.ts
  121. +11 −11 src/gen/apis/StoragemigrationV1alpha1Api.ts
  122. +1 −1 src/gen/apis/VersionApi.ts
  123. +1 −1 src/gen/apis/WellKnownApi.ts
  124. +18 −6 src/gen/configuration.ts
  125. +3 −2 src/gen/index.ts
  126. +1,598 −1,597 src/gen/types/ObjectParamAPI.ts
  127. +27,134 −3,991 src/gen/types/ObservableAPI.ts
  128. +22,346 −3,193 src/gen/types/PromiseAPI.ts
  129. +2 −2 src/health.ts
  130. +150 −138 src/health_test.ts
  131. +1 −0 src/index.ts
  132. +4 −7 src/integration_test.ts
  133. +9 −2 src/log.ts
  134. +185 −16 src/log_test.ts
  135. +32 −28 src/metrics_test.ts
  136. +32 −0 src/middleware.ts
  137. +46 −0 src/middleware_test.ts
  138. +16 −4 src/object.ts
  139. +101 −102 src/object_test.ts
  140. +4 −1 src/oidc_auth.ts
  141. +19 −19 src/oidc_auth_test.ts
  142. +5 −5 src/package_test.ts
  143. +8 −6 src/patch.ts
  144. +21 −22 src/portforward_test.ts
  145. +7 −7 src/serializer_test.ts
  146. +0 −1 src/terminal-size-queue.ts
  147. +3 −3 src/test/index.ts
  148. +19 −18 src/test/match-buffer.ts
  149. +51 −25 src/top.ts
  150. +132 −96 src/top_test.ts
  151. +13 −6 src/util.ts
  152. +42 −43 src/util_test.ts
  153. +11 −6 src/watch.ts
  154. +25 −32 src/watch_test.ts
  155. +26 −6 src/web-socket-handler.ts
  156. +143 −58 src/web-socket-handler_test.ts
  157. +11 −12 src/yaml_test.ts
  158. +61 −0 testdata/kubeconfig-proxy-url.yaml
  159. +8 −7 testdata/kubeconfig.yaml
  160. +4 −0 tsconfig-with-tests.json
  161. +1 −1 tsconfig.json
  162. +0 −21 tslint.json
  163. +2 −1 typedoc.json
4 changes: 4 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Node.js",
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm"
}
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -4,16 +4,15 @@ about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

** Client Version **
**Client Version**
e.g. `0.12.0`

** Server Version **
**Server Version**
e.g. `1.19.1`

**To Reproduce**
@@ -22,13 +21,14 @@ Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.

** Example Code**
**Example Code**
Code snippet for what you are doing

**Environment (please complete the following information):**
- OS: [e.g. Windows, Linux]
- NodeJS Version [eg. 10]
- Cloud runtime [e.g. Azure Functions, Lambda]

- OS: [e.g. Windows, Linux]
- Node.js version [eg. 20]
- Cloud runtime [e.g. Azure Functions, Lambda]

**Additional context**
Add any other context about the problem here.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
time: '02:00'
target-branch: 'main'
- package-ecosystem: 'npm'
directory: '/'
target-branch: 'master'
schedule:
interval: 'daily'
time: '01:00'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
time: '03:00'
target-branch: 'main'
- package-ecosystem: 'devcontainers'
directory: '/'
schedule:
interval: 'weekly'
target-branch: 'main'
67 changes: 36 additions & 31 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -10,38 +10,43 @@
# supported CodeQL languages.
# ******** NOTE ********

name: "CodeQL"
name: 'CodeQL'

on:
push:
branches: [ master,release-1.x ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master,release-1.x ]
schedule:
- cron: '35 14 * * 3'
push:
branches: [master, main]
pull_request:
# The branches below must be a subset of the branches above
branches: [master, main]
schedule:
- cron: '35 14 * * 3'

permissions:
actions: read
contents: read
security-events: write

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]

steps:
- name: Checkout repository
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
analyze:
name: Analyze
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
language: ['javascript']

steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
uses: actions/checkout@v4.2.2
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '20'
# Pre-check to validate that versions match between package.json
@@ -23,7 +23,7 @@ jobs:
run: npm run docs

- name: Deploy docs
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@v4.7.3
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.
2 changes: 1 addition & 1 deletion .github/workflows/generate-javascript.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Javascript
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
- name: Setup Node
uses: actions/setup-node@v4
with:
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Release

permissions:
contents: write
actions: write

on:
workflow_dispatch:
inputs:
@@ -29,7 +33,7 @@ jobs:
environment: production
steps:
- name: Checkout Javascript
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
- name: Setup Node
uses: actions/setup-node@v4
with:
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@ name: Kubernetes Javascript Client - Validation

on:
push:
branches: [master, release-1.x]
branches: [master, main]
pull_request:
branches: [master, release-1.x]
branches: [master, main]

jobs:
build:
@@ -14,7 +14,7 @@ jobs:
node: ['23', '22', '20', '18']
name: Node ${{ matrix.node }} validation
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
@@ -25,3 +25,4 @@ jobs:
- run: npm test
- run: npm run lint
- run: npm audit --audit-level=critical
- run: npm run build-with-tests && npm run test-transpiled
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

npm test && npm run lint
npm test && npm run lint && npm run build-with-tests && npm run test-transpiled
7 changes: 0 additions & 7 deletions CHANGELOG.md

This file was deleted.

93 changes: 0 additions & 93 deletions FETCH_MIGRATION.md

This file was deleted.

2 changes: 2 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -3,10 +3,12 @@ approvers:
- brendandburns
- mstruebing
- davidgamero
- cjihrig
reviewers:
- brendandburns
- mstruebing
- davidgamero
- cjihrig
emeritus_approvers:
- mbohlool # 10/22/2020
- drubin # 11/23/2023
Loading