Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: redirects #3704

Merged
merged 28 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
bd98d09
chore: move lambda files to repo
coelhucas Dec 17, 2024
a9ac9f4
chore: add workflow to trigger lambda build
coelhucas Jan 3, 2025
2ed07d2
chore: trigger action
coelhucas Jan 7, 2025
f3cc817
chore: trigger workflow
coelhucas Jan 7, 2025
c399056
chore: trigger workflow
coelhucas Jan 7, 2025
be1e42b
chore: trigger workflow
coelhucas Jan 7, 2025
68f06fd
chore: trigger workflow
coelhucas Jan 7, 2025
ea0d72d
chore: trigger workflow
coelhucas Jan 7, 2025
a1f0a4c
chore: trigger workflow
coelhucas Jan 8, 2025
096c665
chore: update token secret
coelhucas Jan 8, 2025
a475760
chore: trigger workflow
coelhucas Jan 9, 2025
71e1323
chore: trigger workflow
coelhucas Jan 9, 2025
d7f6d12
chore: trigger workflow
coelhucas Jan 9, 2025
105ec84
chore: trigger workflow
coelhucas Jan 9, 2025
a4b0a2e
chore: trigger workflow
coelhucas Jan 9, 2025
80dd73a
chore: trigger workflow
coelhucas Jan 9, 2025
f2065bb
chore: trigger workflow
coelhucas Jan 9, 2025
f3da0f3
chore: trigger workflow
coelhucas Jan 9, 2025
049d85b
chore: trigger workflow
coelhucas Jan 9, 2025
a4ff695
chore: trigger workflow
coelhucas Jan 9, 2025
ed7fe7d
chore: trigger workflow
coelhucas Jan 9, 2025
018463a
chore: trigger workflow
coelhucas Jan 9, 2025
7fea512
chore: trigger workflow
coelhucas Jan 10, 2025
74cba3e
chore: trigger workflow
coelhucas Jan 13, 2025
3a90115
chore: trigger workflow
coelhucas Jan 13, 2025
01eef32
chore: trigger workflow
coelhucas Jan 13, 2025
2a29b4c
chore: trigger workflow
coelhucas Jan 13, 2025
9e0f26e
chore: remove CSP configuration
coelhucas Jan 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/deploy-lambdas.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Deploy redirects to lambda

on:
push:
paths:
Expand Down
43 changes: 0 additions & 43 deletions lambda/csp.js

This file was deleted.

45 changes: 0 additions & 45 deletions lambda/index.mjs

This file was deleted.

4 changes: 0 additions & 4 deletions lambda/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,4 @@ module.exports = [
from: "/use-timescale/latest/compression/backfill-historical-data/",
to: "https://github.com/timescale/timescaledb-extras/blob/master/backfill.sql",
},
{
from: "/use-timescale/unexistent-path",
to: "https://github.com/timescale",
},
];
Loading