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

[pull] master from hook0:master #1

Open
wants to merge 82 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
ce28ed6
fix(self-hosted): ensure Docker Compose works with IAM v2
dsferruzza Jul 5, 2024
5594f70
chore(frontend): upgrade to node v20
FGRibreau Jul 5, 2024
2a542c8
Merge branch 'master' of gitlab.com:hook0/hook0
FGRibreau Jul 5, 2024
aaafe46
fix(frontend): fix links
FGRibreau Jul 5, 2024
d1dcc26
feat(self-hosted): extract some runtime variables in an env file
dsferruzza Jul 5, 2024
eaf10be
chore(docker): remove keycloak deps
FGRibreau Jul 5, 2024
df0adc8
Merge branch 'iam-v2-docker' of gitlab.com:hook0/hook0 into iam-v2-do…
FGRibreau Jul 5, 2024
f6164e8
fix: Docker deployment
dsferruzza Jul 5, 2024
238865d
fix(api): unverified users config
dsferruzza Jul 12, 2024
95a4efc
chore: update dependencies
dsferruzza Jul 12, 2024
6161f24
feat(api): change HSTS max age to 2 years
dsferruzza Jul 12, 2024
08ecef7
perf(api): add an index in request attempt table
dsferruzza Jul 12, 2024
1948806
fix: replace deprecated reqwest feature
dsferruzza Jul 12, 2024
a7b58df
fix(api): weird routing behavior when 'application-secret-compatibili…
dsferruzza Jul 13, 2024
67b6345
fix(docker): frontend sending 404 responses on paths other than /
dsferruzza Jul 13, 2024
6f1daae
feat(api): improve emails
dsferruzza Jul 17, 2024
d551a59
chore: update dependencies
dsferruzza Jul 26, 2024
0d52f10
feat(output-worker): make timeouts configurable
dsferruzza Jul 26, 2024
e0360bb
chore: update dependencies
dsferruzza Jul 31, 2024
9c332d7
feat(api): add a security header
dsferruzza Jul 31, 2024
b28c932
chore: update dependencies
dsferruzza Aug 14, 2024
b350665
fix(frontend): remove useless broken code
dsferruzza Aug 14, 2024
b9e5ce9
Merge branch 'iam-v2-docker'
dsferruzza Aug 23, 2024
4a4a1f0
chore: update dependencies
dsferruzza Aug 23, 2024
5a0a265
```
FGRibreau Aug 26, 2024
6874889
feat(api): update api keywords
FGRibreau Aug 26, 2024
30b45f2
refactor(repo): add semver checks in CI, fixes #48
FGRibreau Aug 26, 2024
b6eef1b
fix(ci)
FGRibreau Aug 26, 2024
a17464c
feat(self-hosting): helm & kubernetes yaml
FGRibreau Aug 30, 2024
de84bff
Merge branch 'feat-k8s-helm' into 'master'
FGRibreau Aug 30, 2024
079a043
chore: update dependencies
dsferruzza Aug 30, 2024
bd40ea7
fix: remove wrong ignores
dsferruzza Aug 30, 2024
f8386c9
Add event type deactivation
dsferruzza Aug 31, 2024
414eac0
Merge branch 'add-event-type-deactivation' into 'master'
FGRibreau Aug 31, 2024
7ddf2dc
fix: EditorConfig
dsferruzza Sep 3, 2024
012f102
fix(api): unhandled event type errors
dsferruzza Sep 3, 2024
d992d91
Merge branch 'fix-unhandled-errors' into 'master'
FGRibreau Sep 3, 2024
ee4a526
chore: update dependencies
dsferruzza Sep 3, 2024
01f0637
perf(output-worker): try to reduce stress on the database when output…
dsferruzza Sep 5, 2024
f16ba8a
Merge branch 'tweak-idle-output-worker' into 'master'
FGRibreau Sep 5, 2024
a4b6619
chore: update dependencies
dsferruzza Sep 6, 2024
4ff7dd7
fix(frontend): fix typescript build error
FGRibreau Sep 8, 2024
1a2462f
Merge branch 'master' of gitlab.com:hook0/hook0
FGRibreau Sep 8, 2024
d7467a4
feat(api): Update Hook0Select.vue to use default props
FGRibreau Sep 8, 2024
97831e2
Fix Hook0Select bug & improve subscriptions target validation
dsferruzza Sep 8, 2024
66fb06d
Merge branch 'subscription-validation' into 'master'
FGRibreau Sep 8, 2024
b15820c
Cleanup expired tokens
dsferruzza Sep 8, 2024
c60e666
Merge branch 'cleanup-expired-tokens' into 'master'
FGRibreau Sep 8, 2024
2a59af1
chore: update dependencies
dsferruzza Sep 9, 2024
3ae71df
chore: update dependencies
dsferruzza Sep 16, 2024
69b0483
feat(api): delete unreachable organizations
dsferruzza Sep 16, 2024
ca88260
Merge branch 'unreachable-organizations' into 'master'
FGRibreau Sep 17, 2024
36d1471
fix(api): return a 404 response when organization does not exist
dsferruzza Sep 21, 2024
a2f1d52
feat(api): only clean up empty organizations
dsferruzza Sep 21, 2024
d17e9ef
ci: update Clever Cloud Pipeline component
dsferruzza Sep 21, 2024
4a2ca30
feat(api): vacuum, analyze and reindex after unverified users cleanup
dsferruzza Sep 21, 2024
e2fd29b
feat: update dependencies
dsferruzza Sep 27, 2024
9f8166e
```diff --git a/website/src/gdpr-subprocessors.ejs b/website/src/gdpr…
FGRibreau Sep 27, 2024
3e4fb1a
feat(website): better DPA
FGRibreau Sep 27, 2024
c56302d
fix(website): better sub-processors
dsferruzza Sep 28, 2024
1b6f360
fix(website): better DPA
dsferruzza Sep 28, 2024
15826fb
fix(website): DPA and subprocessors
dsferruzza Sep 28, 2024
fc800fd
fix(website): missing illustration
dsferruzza Oct 3, 2024
701ed32
fix: display an error when constraint (user__organization_pkey) violated
ThomasTartrau Oct 21, 2024
e0f5a28
fix(api): import from Keyclaok when an organization was removed
dsferruzza Oct 22, 2024
105d47d
chore: update dependencies
dsferruzza Oct 22, 2024
3e827ed
fix(frontend): sidebar opening on mobile
dsferruzza Oct 22, 2024
07112b7
fix(frontend): remove outdated welcome message
dsferruzza Oct 23, 2024
8756728
fix(frontend): sidebar disappearing on desktop
dsferruzza Oct 23, 2024
1cf7fe2
Apply 1 suggestion(s) to 1 file(s)
ThomasTartrau Oct 23, 2024
c3a72e3
fix: remove useless warning
ThomasTartrau Oct 23, 2024
48540f7
style(api): run cargo fmt
dsferruzza Oct 24, 2024
a2b889a
Merge branch 'issue-55'
dsferruzza Oct 24, 2024
ba13f36
chore: update dependencies
dsferruzza Oct 27, 2024
f6ca281
fix(docker): Fixes FEATURES build arg scope for API Dockerfile
hamishforbes Nov 26, 2024
4956d39
fix(docker): Concurrent builds with cache
hamishforbes Nov 27, 2024
e683e93
feat(worker): Configurable signature header name
hamishforbes Nov 26, 2024
9238fb5
feat(worker): Improve usage on signature_header_name
hamishforbes Nov 28, 2024
d702b34
chore: update dependencies
dsferruzza Dec 3, 2024
fae4e96
ci: update deployment component
dsferruzza Dec 3, 2024
38f7b00
fix: update the RUST_VERSION argument to 1.83.0 (last stable rust doc…
ThomasTartrau Dec 16, 2024
7b605f3
Merge branch 'api-dockerfile-fix-rust-version' into 'master'
FGRibreau Dec 17, 2024
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
4 changes: 3 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

root = true


[*]
# Change these settings to your own preference
indent_style = space
Expand All @@ -16,5 +15,8 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.rs]
indent_size = 4

[*.md]
trim_trailing_whitespace = false
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
PG_VERSION: "15"
RUST_VERSION: "1.79"
RUST_VERSION: "1.83"
NODE_VERSION: "20"
POSTGRES_DB: hook0-ci
POSTGRES_USER: runner
Expand All @@ -27,7 +27,6 @@ include:
- local: 'output-worker/.gitlab-ci.yml'
- local: 'sentry-integration/.gitlab-ci.yml'
- local: 'website/.gitlab-ci.yml'
- local: 'keycloak-theme/.gitlab-ci.yml'

osv_dependency_scan:
stage: test
Expand Down
Loading