zomars
285c122bdc
Uses buildjet cache action
2023-05-29 13:22:24 -07:00
zomars
be304738e7
Re-enables buildjet on PR blocking tasks
2023-05-29 12:54:02 -07:00
Joe Au-Yeung
9f881e9911
ci: Move linting to build jet ( #9188 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-05-29 20:43:32 +01:00
Crowdin Bot
21cb2e5609
New Crowdin translations by Github Action
2023-05-29 19:16:45 +00:00
Crowdin Bot
bfe0fb91f3
New Crowdin translations by Github Action
2023-05-29 19:14:49 +00:00
Adithya Krishna
37e6f18378
feat: Auto check PR titles if they follow conventional commits spec ( #9109 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-05-29 20:12:31 +01:00
jemiluv8
15e50fcd34
fix: Route Builder rules should be case insensitive ( #9040 )
...
* override jsonLogic operators on string operands to allow for case insensitive comparisons.
Affected Operators: "==", "===", "!=", "!==", "in"
* disable no-explicit-any on jsonLogicOverrides file since most of the code there will be from jsonLogic and may not meet our coding style.
Majority of overrides require us to copy over functions and their signatures from jsonLogic and then modify their implementation.
The signature of functions implementing most operators take the operands typed as "any", which is intended, but doesn't adhere to our coding style. Hence the need to override the eslint rule
* run linter to fix issues
* Fix bug in in operator when second arg is an array
* remove redundant indexOf check on overriden jsonLogic "in" operator.
Note: this deviates from the original implementation in the jsonLogic library because our current useage ensures that the second operand is always a string or string[] and will therefore always have .index function. Whenever our invariants change in the future, make sure to modify this implementation to prevent any unexpected
---------
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-05-29 20:11:55 +01:00
TachyonicBytes
5534153d43
Add the or operator to the emails package.json as well ( #9013 )
...
Co-authored-by: TachyonicBytes <support@tachyonicbytes.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-05-29 20:11:45 +01:00
Crowdin Bot
f0a9897daf
New Crowdin translations by Github Action
2023-05-29 19:11:19 +00:00
Crowdin Bot
a334415ff9
New Crowdin translations by Github Action
2023-05-29 19:10:28 +00:00
Crowdin Bot
75347b7a79
New Crowdin translations by Github Action
2023-05-29 19:09:34 +00:00
Crowdin Bot
b8a756f98d
New Crowdin translations by Github Action
2023-05-29 19:08:22 +00:00
Crowdin Bot
3bf23850a3
New Crowdin translations by Github Action
2023-05-29 19:07:27 +00:00
Crowdin Bot
d13eb45565
New Crowdin translations by Github Action
2023-05-29 19:06:26 +00:00
Crowdin Bot
414c616f03
New Crowdin translations by Github Action
2023-05-29 19:05:35 +00:00
zomars
bca4df677c
Debugging API linting staleness
2023-05-29 12:03:32 -07:00
Crowdin Bot
876584e132
New Crowdin translations by Github Action
2023-05-29 18:59:25 +00:00
Crowdin Bot
d242145c0a
New Crowdin translations by Github Action
2023-05-29 18:58:30 +00:00
GitStart-Cal.com
5640e2eb25
fix: Change Detroit to New York as a default for EST time zone ( #8218 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2023-05-29 19:57:34 +01:00
Peer Richelsen
db7494b714
Merge branch 'main' of https://github.com/calcom/cal.com
2023-05-29 17:28:09 +01:00
mohammed hussam
ada8e19715
feat: filter bookings by event type ( #9011 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-05-29 17:01:17 +01:00
GitStart-Cal.com
df7870bfce
fix: dark mode fixes ( #9141 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
2023-05-29 16:53:33 +01:00
Crowdin Bot
07749a9623
New Crowdin translations by Github Action
2023-05-29 15:53:25 +00:00
Udit Takkar
8a181f3204
refactor: radio area group ( #9113 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-05-29 16:52:27 +01:00
zomars
fcb0fce799
Migrates missing jest test to vitest
2023-05-26 14:15:01 -07:00
Crowdin Bot
fcb06f82d9
New Crowdin translations by Github Action
2023-05-26 20:59:30 +00:00
zomars
75ba35c732
Possible fix to stuck CI
2023-05-26 13:58:33 -07:00
Alex van Andel
1b68cc139f
v2.9.4
2023-05-26 12:48:01 +02:00
Crowdin Bot
084f56d052
New Crowdin translations by Github Action
2023-05-26 10:39:48 +00:00
Crowdin Bot
85caa247f8
New Crowdin translations by Github Action
2023-05-26 10:38:53 +00:00
Crowdin Bot
77904e0c55
New Crowdin translations by Github Action
2023-05-26 10:38:07 +00:00
Hariom Balhara
6f338b6fc7
fix: Broken 2 Factor Authentication ( #9139 )
...
* Fix 2 Factor Auth
* Update apps/web/pages/auth/login.tsx
2023-05-26 10:02:02 +00:00
Yatendra
e760122db6
change /ee to /commercial ( #8948 )
...
Co-authored-by: ygpta <25252636+yatendraguptaofficial@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-05-25 17:50:30 +00:00
zomars
8084a225e1
Removes jest from API
2023-05-25 15:22:06 -07:00
Omar López
98a6f8fc0e
v2.9.3
2023-05-25 15:12:59 -07:00
zomars
5e13cc06a6
Prevents flooding the logs when querying custom logos
2023-05-25 14:55:44 -07:00
zomars
448792aafe
Update yarn.lock
2023-05-25 11:53:58 -07:00
zomars
8795f41b78
Ignores API unit tests for now
2023-05-25 11:53:47 -07:00
Peer Richelsen
a93e1b2881
Update README.md
2023-05-25 19:33:10 +01:00
zomars
47488f5fff
Moved API files to correct dir
2023-05-25 11:29:10 -07:00
zomars
ea32a698a3
Merge branch 'main' into open-source-public-api
2023-05-25 11:25:53 -07:00
Crowdin Bot
d939cf20ec
New Crowdin translations by Github Action
2023-05-25 16:54:06 +00:00
Crowdin Bot
417050596a
New Crowdin translations by Github Action
2023-05-25 16:36:54 +00:00
Crowdin Bot
08604a9008
New Crowdin translations by Github Action
2023-05-25 16:27:51 +00:00
Crowdin Bot
f3fd74dd6b
New Crowdin translations by Github Action
2023-05-25 16:22:26 +00:00
Crowdin Bot
e2a811a967
New Crowdin translations by Github Action
2023-05-25 16:18:23 +00:00
Crowdin Bot
9042bba312
New Crowdin translations by Github Action
2023-05-25 16:16:02 +00:00
Crowdin Bot
0f0943066e
New Crowdin translations by Github Action
2023-05-25 16:15:05 +00:00
Nafees Nazik
abc9dfdaf4
fix: translate ( #9108 )
2023-05-25 15:50:56 +00:00
Crowdin Bot
bbf93a7435
New Crowdin translations by Github Action
2023-05-25 15:49:09 +00:00