Commit Graph

90 Commits (36e56267c947319d8d69c17eeebc2f378c54f433)

Author SHA1 Message Date
Aakansha Doshi bfeb3c7dfd
fix(changelog-check.yml): ignore l10n_master and dependabot branches in changelog workflow ()
Aakansha Doshi 37f53bccbf
Revert the changelog check of excluding the branches ()
* temp commit

* fix

* fix

* Update actionAlign.tsx
Lipis 3b86944365
chore: New Crowdin updates ()
Panayiotis Lipiridis 015a60638e chore: Update user for packages
Lipis 7abb80530f
chore: Add dependabot configuration ()
Aakansha Doshi 59cff0f219
ci: Add github action to make sure changelog for @excalidraw/excalidraw is updated ()
Add guidelines for changelog and group the commits
update the changelog with the latest commits since the last release
Co-authored-by: Lipis <lipiridis@gmail.com>
Guillaume Grossetie 5b63371c14
Fix docker build ()
* .eslintrc.json is required to build using react-scripts

* Remove the extra "deps" step

This step can be done as part of the build (faster and more reliable).

* Add a GitHub Actions to build the Docker image

Make sure that "docker build" is working on every pull request before landing on master.

* Update package-lock.json

* Add .prettierrc in the Docker image to avoid warnings in the build step

* Revert "Update package-lock.json"

This reverts commit 7ef2eaadfa.

* Make sure that the 'node_modules' layer can be cached

if package and package-lock.json didn't changed
Guillaume Grossetie a7da8901d8
Excalidraw export ()
Lipis 471a8b7676
Create codeql-analysis.yml ()
Lipis ead58bf2d9
New Crowdin updates ()
Lipis d39d8e3cb1
New Crowdin updates ()
Lipis 89cf826555
Change target branch of coverage and pretty print ()
Kostas Bariotis 8c3549f336
Add script to calculate percentage of translation ()
* add script to calculate percentage of translation

* test translation change

* change translation

* test

* change translation

* Calculate percentages of each translation file

* test

* Calculate percentages of each translation file

* change translation

* test

* test

* Calculate percentages of each translation file

* test

* Calculate percentages of each translation file

* fix workflow

* test

* test again

* Calculate percentages of each translation file

* Calculate percentages of each translation file

* test

* refactor

* change build logic

* fix types, move English first

* docs added

* test translation file

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* Calculate percentages of each translation file

* let this be the final test please

* Calculate percentages of each translation file

* test

* test

* Test

* Calculate percentages of each translation file

* test

* Calculate percentages of each translation file

* test

* Calculate percentages of each translation file

* test

* Auto commit: Calculate translation coverage

* test

* test

* test

* test

* Auto commit: Calculate translation coverage

* test

* only on master

* test

* test

* Auto commit: Calculate translation coverage

* switch to master branch

Co-authored-by: i18n automation <runner@fv-az76.2iswp1o5zimezclxzdlwqia2gf.cx.internal.cloudapp.net>
Co-authored-by: i18n automation <runner@fv-az129.idlktykl4ure3gqe2lnji05orb.cx.internal.cloudapp.net>
Co-authored-by: i18n automation <runner@fv-az76.pjgcdo5npjpenpqz2nk0ztqvxd.cx.internal.cloudapp.net>
Co-authored-by: i18n automation <runner@fv-az33.senarqq4ucbulg04aytwntvgah.cx.internal.cloudapp.net>
Co-authored-by: i18n automation <runner@fv-az51.icvemaqob4xunfekbtdiz2tu2c.cx.internal.cloudapp.net>
Co-authored-by: i18n automation <runner@fv-az78.gikxu4m3dpiulftj3bftpuu3ee.cx.internal.cloudapp.net>
Co-authored-by: i18n automation <runner@fv-az121.cqdewbghluceforu5pkvpnveec.cx.internal.cloudapp.net>
Co-authored-by: i18n automation <runner@fv-az139.jsbds1i2htye3fh1bzwbe4ugmf.cx.internal.cloudapp.net>
Co-authored-by: i18n automation <runner@fv-az50.0bg2cysi0dkefjvuua0a0kbd1h.cx.internal.cloudapp.net>
Co-authored-by: i18n automation <runner@fv-az51.nhi3in4tbx4ehjtltcwuwbwsua.cx.internal.cloudapp.net>
Kostas Bariotis f1ceeab8d9
Prepare for Docker publishing ()
* prepare for docker publishing

* fix links

* remove that

* update README

* test publish worklofw

* build and push on master

* include gtag by default
Kostas Bariotis 1f375522d6
rename docker repo ()
Guillaume Briday 5ed4614a8c
Adding publish-docker workflow ()
Lipis e9f80d7c31
Remove Sentry for staging workflow ()
Kostas Bariotis 4ecbbab7da
Add sentry integration ()
Lipis e9058dc5a7
Checks on push and fix formatting ()
Keyan Zhang 05af9f04ed
[easy] run typechecking on CI ()
Lipis 53994e71e5
Add more ESLint rules and change the formatting scripts ()
* Add curly rule in ESLint for consistency

* Fix rules

* More rules

* REturn

* Push

* no else return

* prefer const

* destructing
David Luzar 5bd1c8b3cd
update events for GH actions to include PRs ()
* update events for GH actions to include PRs

* change action events to pull_request only
Lipis 6859e11ab7
Remove deploy workflow ()
Lipis 86eadf379d
Update Prettier scripts and supported files ()
Christopher Chedeau 556843d9a2
Adding open collective sponsor ()
I just created an open collective for the project.
Giovanni Giordano 5b5a6e20ab
Merge pull request from excalidraw/issue-68
Issue 68
Giovanni Giordano 0e54ffdb49 Configure ACCESS_TOKEN
Giovanni Giordano 9e8bb264b3 Use gh-pages as branch to deploy
Giovanni Giordano ee851a0c89
Merge pull request from excalidraw/issue-68
Add master as deploy  branch
Giovanni Giordano dc08a57d00 Add master as deploy branch
Faustino Kialungila 6e6e8ad103 Adding logo in the readme
Giovanni Giordano 9c101f4bd2 Fix build script
Giovanni Giordano d41dc4cf1f Remove delpoy from node workflow
Giovanni Giordano 9504f93e94 Add deployment workflow
Giovanni Giordano a7516f6cb8 Remove lint
We have to investigate on this, because after the Typescript integration is not working anymore, so I have to deepen how we can configure the usage with TypesScript.
Giovanni Giordano 6a6a31d99c Fixed nodejs.yml
Giovanni Giordano 34d1f640af Merge branch 'issue-68' of https://github.com/excalidraw/excalidraw into issue-68
Giovanni Giordano 3aeed022b5 Add node worklow
Giovanni Giordano 6599f97088 Add node worklow
Giovanni Giordano 36b36e8dc3 Add github workflow