Anthony LC
de8dea20d5
🔖 (major) release 2.0.0
...
Added:
- 🔧 (backend) add option to configure list of
essential OIDC claims
- 🔧 (helm) add option to disable default tls
setting by @dominikkaminski
- 💄 (frontend) Add left panel
- 💄 (frontend) add filtering to left panel
- ✨ (frontend) new share modal ui
- ✨ (frontend) add favorite feature
Changed:
- 🏗️ (yjs-server) organize yjs server
- ♻️ (frontend) better separation collaboration
process
- 💄 (frontend) updating the header and leftpanel
for responsive
- 💄 (frontend) update DocsGrid component
- 💄 (frontend) update DocsGridOptions component
- 💄 (frontend) update DocHeader ui
- 💄 (frontend) update doc versioning ui
- 💄 (frontend) update doc summary u
Fixed:
- 🐛 (backend) fix create document via s2s
if sub unknown but email found
- 🐛 (frontend) hide search and create doc
button if not authenticated
- 🐛 (backend) race condition creation issue
2025-01-15 12:46:00 +01:00
Jacques ROUSSEL
f12c06e975
🔧 (helm) add option to configure deployment annotations
...
We need to be abble to add specific annotations on Deployment in order
to use a reloader when external-secret sync new secrets
2025-01-09 07:20:01 +01:00
Jacques ROUSSEL
60dbf6c11d
💚 (ci) fix jobs after migration
...
The repository migration broke the CI. To fix it, we removed the
dependency on the secrets repository.
2025-01-06 12:17:40 +01:00
Anthony LC
f2f64f7dd6
🔖 (minor) release 1.10.0
...
Added:
- ✨ (backend) add server-to-server API endpoint
to create documents
- ✨ (email) white brand email
- ✨ (y-provider) create a markdown converter endpoint
Changed:
- ⚡ ️(docker) improve y-provider image
Fixed:
- ⚡ ️(e2e) reduce flakiness on e2e tests
2024-12-17 17:54:49 +01:00
Anthony LC
7dfc62b2c5
🔖 (minor) release 1.9.0
...
Added:
- ✨ (backend) annotate number of accesses
on documents in list view
- ✨ (backend) allow users to mark/unmark
documents as favorite
Changed:
- 🔒 ️(collaboration) increase collaboration access security
- 🔨 (frontend) encapsulated title to its own component
- ⚡ ️(backend) optimize number of queries on
document list view
- ♻️ (frontend) stop to use provider with version
- 🚚 (collaboration) change the websocket key name
Fixed:
- 🐛 (frontend) fix initial content with collaboration
- 🐛 (frontend) Fix hidden menu on Firefox
- 🐛 (backend) fix sanitize problem IA
2024-12-12 08:37:10 +01:00
Samuel Paccoud - DINUM
2cba228a67
🧑💻 (helm) rename minio root user password
...
Using "impress" as the name of minio's root user in Tilt's
dev environment, was triggering obfuscation of the logs in Tilt's
console each time the word "impress" was used.
This made the logs hard to read.
2024-12-11 14:54:41 +01:00
Anthony LC
797d9442ac
🔖 (patch) release 1.8.2
...
Changed:
- ♻️ (SW) change strategy html caching
2024-11-28 15:31:03 +01:00
Anthony LC
2035a256f5
🔖 (patch) release 1.8.1
...
Fixed:
🐛 (frontend) link not clickable and flickering firefox
2024-11-27 17:17:35 +01:00
Anthony LC
2194301716
🔖 (minor) release 1.8.0
...
Added:
- 🌐 (backend) add german translation
- 🌐 (frontend) Add German translation
- ✨ (frontend) Add a broadcast store
- ✨ (backend) whitelist pod's IP address
- ✨ (backend) config endpoint
- ✨ (frontend) config endpoint
- ✨ (frontend) add sentry
- ✨ (frontend) add crisp chatbot
Changed:
- 🚸 (backend) improve users similarity search and
sort results
- ♻️ (frontend) simplify stores
- ✨ (frontend) update $css Box props type to add
styled components RuleSet
- ✅ (CI) trivy continue on error
Fixed:
- 🔧 (backend) fix logging for docker and make it
configurable by envar
- 🦺 (backend) add comma to sub regex
- 🐛 (editor) collaborative user tag hidden when
read only
- 🐛 (frontend) users have view access when revoked
- 🐛 (frontend) fix placeholder editable when double clicks
2024-11-27 09:47:42 +01:00
Samuel Paccoud - DINUM
c3da28b07f
⏪ ️(helm) bring back helm chart
...
This is a revert of 1da5a removing actual deployments and keeping
only the dev environment in Tilt.
The clean-up was a bit heavy handed. We should keep the Helm
chart to the development repository and move away only the
deployment configuration.
2024-11-20 11:51:20 +01:00
Jacques ROUSSEL
1da5a6a411
🗑️ (ci) clean old deployment and ci
...
We move deployment stuff to a new repository. we don't need this
codeanymore
2024-10-24 09:50:18 +02:00
Jacques ROUSSEL
9e318f88be
🐛 (CI) improve submodule
...
- remove deplucate declaration
- simplify helmfile
- use symlink
2024-06-11 10:40:39 +02:00
Jacques ROUSSEL
37f02893ed
🐛 (CI) purge secret from repository
...
- Remove *.enc.*
- Adapt helmfile
- Adapt CI
2024-06-07 10:11:19 +02:00
Jacques ROUSSEL
72bb079f10
👷 (helm) preprod configuration
...
This PR adds the preprod configuration
for the helm chart.
2024-05-30 16:57:45 +02:00
Anthony LC
dc319578b6
👷 (helm) production configuration
...
This PR adds the production configuration
for the helm chart.
2024-05-23 10:44:52 +02:00
Anthony LC
a764e5989c
🧑💻 (helm) add minio in dev environment
...
Add minio in dev environment.
Set the env var for the backend.
2024-05-13 12:12:52 +02:00
Jacques ROUSSEL
0c2d097d8d
💚 (ci) improve secrets for k8s deployment
...
Avoid secrets to be visible from running deployments
2024-05-02 16:06:58 +02:00
Anthony LC
dbb592bc9a
🔨 (CI) add Tilt
...
Tilt is a tool for local Kubernetes development.
It makes it easy to see your changes as you
make them, and it rebuilds and redeploys
your app as you change it.
It is a great tool for local development
and testing of Kubernetes applications.
2024-04-12 16:24:23 +02:00
Anthony LC
560dbf1c2e
🔧 (helm) replace occurences of desk and people
...
Replace naively all occurences of
desk and people with impress.
2024-04-05 12:42:33 +02:00
Anthony LC
17729e231b
✨ (CI) copy helm config from people
...
Naive copy of helm config from people repository
to impress repository.
2024-04-05 12:42:33 +02:00