- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 31
Comparing changes
Open a pull request
base repository: 42atomys/stud42
base: v0.33.0
head repository: 42atomys/stud42
compare: main
Commits on May 30, 2024
-
fix: devcontainer installation process with new kubernetes versions (#…
…588) **Describe the pull request** The pull request introduces modifications to the Dockerfile and scripts within the `.devcontainer` directory, notably changing the method of installing kubectl and helm from using repositories to directly downloading binaries. It also updates the `devcontainer.json` to specify absolute paths for certain commands and refines the associated postCreateCommand.sh and postStartCommand.sh scripts for improved syntax and environment variable handling. **Checklist** - [x] I have made the modifications or added tests related to my PR - [x] I have run the tests and linters locally and they pass - [x] I have added/updated the documentation for my RP
Configuration menu - View commit details
-
Copy full SHA for 90e78fe - Browse repository at this point
Copy the full SHA 90e78feView commit details -
fix: intra send location create event for 3b3 users (#603)
**Describe the pull request** This pull request resolves an issue that occurs when the 42 intranet sends an event to the webhook processor to create a new location for an anonymized (3b3-) user. By design, this should never happen on the intra side, but when it does, it causes a significant increase in the size of RabbitMQ. Therefore, I have implemented a protection mechanism to prevent this. **Checklist** - [x] I have made the modifications or added tests related to my PR - [x] I have run the tests and linters locally and they pass - [x] I have added/updated the documentation for my RP
Configuration menu - View commit details
-
Copy full SHA for eea9fd9 - Browse repository at this point
Copy the full SHA eea9fd9View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5858eec - Browse repository at this point
Copy the full SHA 5858eecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b14f00 - Browse repository at this point
Copy the full SHA 8b14f00View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec3bd64 - Browse repository at this point
Copy the full SHA ec3bd64View commit details -
Configuration menu - View commit details
-
Copy full SHA for e891d3f - Browse repository at this point
Copy the full SHA e891d3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35bdcb6 - Browse repository at this point
Copy the full SHA 35bdcb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61b03b2 - Browse repository at this point
Copy the full SHA 61b03b2View commit details
Commits on Jun 10, 2024
-
fix: github webhooked template json synthax error (#610)
**Describe the pull request** A JSON synthax error cause error on webhooks processor. **Checklist** - [x] I have made the modifications or added tests related to my PR - [x] I have run the tests and linters locally and they pass - [x] I have added/updated the documentation for my RP Signed-off-by: Atomys <contact@atomys.fr>
Configuration menu - View commit details
-
Copy full SHA for 3eb2f22 - Browse repository at this point
Copy the full SHA 3eb2f22View commit details
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29eb10b - Browse repository at this point
Copy the full SHA 29eb10bView commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f60f91e - Browse repository at this point
Copy the full SHA f60f91eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b355f40 - Browse repository at this point
Copy the full SHA b355f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07f4f7e - Browse repository at this point
Copy the full SHA 07f4f7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8423ce0 - Browse repository at this point
Copy the full SHA 8423ce0View commit details -
**Describe the pull request** The 42 token rotation are not work correctly and block the auth service to allow login of any users **Checklist** - [x] I have made the modifications or added tests related to my PR - [x] I have run the tests and linters locally and they pass - [x] I have added/updated the documentation for my RP Signed-off-by: Atomys <contact@atomys.fr>
Configuration menu - View commit details
-
Copy full SHA for 642953f - Browse repository at this point
Copy the full SHA 642953fView commit details -
Configuration menu - View commit details
-
Copy full SHA for af978bd - Browse repository at this point
Copy the full SHA af978bdView commit details -
chore(deps-dev): bump eslint-config-airbnb-typescript from 17.0.0 to …
…17.1.0 in /web/ui (#619)
Configuration menu - View commit details
-
Copy full SHA for 2e581a0 - Browse repository at this point
Copy the full SHA 2e581a0View commit details -
chore: change the contribute button to the contribution guide (#615)
Signed-off-by: Atomys <contact@atomys.fr>
Configuration menu - View commit details
-
Copy full SHA for bc51493 - Browse repository at this point
Copy the full SHA bc51493View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bdb5161 - Browse repository at this point
Copy the full SHA bdb5161View commit details -
Configuration menu - View commit details
-
Copy full SHA for a21b36a - Browse repository at this point
Copy the full SHA a21b36aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2f04cf - Browse repository at this point
Copy the full SHA c2f04cfView commit details -
fix: webhook on github sponsorship cause crash due to an error or for…
…mat (#628) **Describe the pull request** We encountered a critical issue where the webhook associated with GitHub Sponsorships is causing a system crash. The crash occurs due to an unexpected error in the payload format received from the webhook **Checklist** - [x] I have made the modifications or added tests related to my PR - [x] I have run the tests and linters locally and they pass - [x] I have added/updated the documentation for my RP --------- Signed-off-by: Atomys <contact@atomys.fr>
Configuration menu - View commit details
-
Copy full SHA for 8ddbbad - Browse repository at this point
Copy the full SHA 8ddbbadView commit details
Commits on Aug 28, 2024
-
fix: loki retention are not cleaned at all
Signed-off-by: Atomys <contact@atomys.fr>
Configuration menu - View commit details
-
Copy full SHA for 2983684 - Browse repository at this point
Copy the full SHA 2983684View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d90639 - Browse repository at this point
Copy the full SHA 2d90639View commit details -
Configuration menu - View commit details
-
Copy full SHA for 689c876 - Browse repository at this point
Copy the full SHA 689c876View commit details
Commits on Nov 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f54f1f - Browse repository at this point
Copy the full SHA 1f54f1fView commit details
Commits on Jan 27, 2025
-
fix: malaga identifier don't match the api (#656)
**Describe the pull request** The Malaga campus file don't match the identifier of the real campus. **Checklist** - [x] I have made the modifications or added tests related to my PR - [x] I have run the tests and linters locally and they pass - [x] I have added/updated the documentation for my RP **Additional context** <!-- Add any other context about your PR here. --> --------- Signed-off-by: Steamopollys <152987794+Steamopollys@users.noreply.github.com> Signed-off-by: Atomys <contact@atomys.fr> Co-authored-by: Atomys <contact@atomys.fr>
Configuration menu - View commit details
-
Copy full SHA for ecb4d2b - Browse repository at this point
Copy the full SHA ecb4d2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88632f1 - Browse repository at this point
Copy the full SHA 88632f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca7bff8 - Browse repository at this point
Copy the full SHA ca7bff8View commit details
Commits on Mar 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b6a7d4a - Browse repository at this point
Copy the full SHA b6a7d4aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.33.0...main