Skip to content

Commit e751ef2

Browse files
committed
Revert "Add an API for active job posts (#427)"
Squashed commit of the following: commit 02b2538186209b5fd91d9b7fe074c618065027cf Author: Carl Vitullo <[email protected]> Date: Thu Jan 9 18:44:08 2025 -0500 Revert "Add an API for active job posts (#427)" This reverts commit f055545. commit db62b36759d3baa125c3c925074514e06fd7638d Author: Carl Vitullo <[email protected]> Date: Thu Jan 9 18:44:05 2025 -0500 Revert "Revert "Fix a couple of long-standing bugs in job board validation logic (#429)"" This reverts commit 04d56fa.
1 parent 04d56fa commit e751ef2

18 files changed

+167
-1443
lines changed

.eslintrc.cjs renamed to .eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = {
22
root: true,
33
parser: "@typescript-eslint/parser",
4-
parserOptions: { sourceType: "module" },
54
plugins: ["@typescript-eslint"],
65
extends: [
76
"eslint:recommended",

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# TODO: see if we need to do anything special to cache docker images
2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: 22
23+
node-version: 20
2424
cache: npm
2525

2626
- name: Login to GitHub Container Registry

cluster/ingress.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

cluster/service.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

kustomization.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ namespace: default
44
commonLabels:
55
app: reactibot
66
resources:
7-
- cluster/service.yaml
87
- cluster/deployment.yaml
9-
- cluster/ingress.yaml
108

119
configMapGenerator:
1210
- name: k8s-context # this is an internal name

0 commit comments

Comments
 (0)