Commit Graph

91 Commits

Author SHA1 Message Date
Lipis 2b434db062
chore: Don't run docker build on PRs (#2601) 2020-12-15 14:24:00 +01:00
Aakansha Doshi bfeb3c7dfd
fix(changelog-check.yml): ignore l10n_master and dependabot branches in changelog workflow (#2594) 2020-12-15 02:25:45 +05:30
Aakansha Doshi 37f53bccbf
Revert the changelog check of excluding the branches (#2590)
* temp commit

* fix

* fix

* Update actionAlign.tsx
2020-12-14 22:41:00 +02:00
Lipis 3b86944365
chore: New Crowdin updates (#2480) 2020-12-14 16:49:01 +02:00
Panayiotis Lipiridis 015a60638e chore: Update user for packages 2020-12-14 03:49:43 +02:00
Lipis 7abb80530f
chore: Add dependabot configuration (#2535) 2020-12-14 03:47:13 +02:00
Aakansha Doshi 59cff0f219
ci: Add github action to make sure changelog for @excalidraw/excalidraw is updated (#2518)
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>
2020-12-13 18:53:14 +05:30
Guillaume Grossetie 5b63371c14
Fix docker build (#2348)
* .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
2020-11-07 22:22:19 +00:00
Guillaume Grossetie a7da8901d8
Excalidraw export (#2246) 2020-11-02 20:14:20 +01:00
Lipis 471a8b7676
Create codeql-analysis.yml (#2308) 2020-10-29 00:52:49 +02:00
Lipis ead58bf2d9
New Crowdin updates (#1856) 2020-07-07 18:30:58 +03:00
Lipis d39d8e3cb1
New Crowdin updates (#1846) 2020-07-01 19:49:53 +03:00
Lipis 89cf826555
Change target branch of coverage and pretty print (#1850) 2020-07-01 12:05:21 +03:00
Kostas Bariotis 8c3549f336
Add script to calculate percentage of translation (#1826)
* 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>
2020-06-30 19:28:19 +01:00
Kostas Bariotis f1ceeab8d9
Prepare for Docker publishing (#1771)
* prepare for docker publishing

* fix links

* remove that

* update README

* test publish worklofw

* build and push on master

* include gtag by default
2020-06-18 10:46:24 +01:00
Kostas Bariotis 1f375522d6
rename docker repo (#1702) 2020-06-02 20:26:16 +01:00
Guillaume Briday 5ed4614a8c
Adding publish-docker workflow (#1654) 2020-06-02 20:22:40 +01:00
Lipis e9f80d7c31
Remove Sentry for staging workflow (#1147) 2020-04-01 14:12:13 +03:00
Kostas Bariotis 4ecbbab7da
Add sentry integration (#1141) 2020-03-31 11:37:51 +03:00
Lipis e9058dc5a7
Checks on push and fix formatting (#1048) 2020-03-22 19:56:55 +02:00
Keyan Zhang 05af9f04ed
[easy] run typechecking on CI (#954) 2020-03-14 21:12:39 -07:00
Lipis 53994e71e5
Add more ESLint rules and change the formatting scripts (#626)
* Add curly rule in ESLint for consistency

* Fix rules

* More rules

* REturn

* Push

* no else return

* prefer const

* destructing
2020-02-02 18:04:35 +00:00
David Luzar 5bd1c8b3cd
update events for GH actions to include PRs (#511)
* update events for GH actions to include PRs

* change action events to pull_request only
2020-01-22 14:18:31 +01:00
Lipis 6859e11ab7
Remove deploy workflow (#436) 2020-01-18 01:45:34 +02:00
Lipis 86eadf379d
Update Prettier scripts and supported files (#402) 2020-01-16 23:50:02 +02:00
Christopher Chedeau 556843d9a2
Adding open collective sponsor (#275)
I just created an open collective for the project.
2020-01-08 13:04:13 -08:00
Giovanni Giordano 5b5a6e20ab
Merge pull request #150 from excalidraw/issue-68
Issue 68
2020-01-05 14:15:16 +01:00
Giovanni Giordano 0e54ffdb49 Configure ACCESS_TOKEN 2020-01-05 14:14:06 +01:00
Giovanni Giordano 9e8bb264b3 Use gh-pages as branch to deploy 2020-01-05 14:11:36 +01:00
Giovanni Giordano ee851a0c89
Merge pull request #149 from excalidraw/issue-68
Add master as deploy  branch
2020-01-05 14:09:17 +01:00
Giovanni Giordano dc08a57d00 Add master as deploy branch 2020-01-05 14:08:09 +01:00
Faustino Kialungila 6e6e8ad103 Adding logo in the readme 2020-01-04 16:27:59 +01:00
Giovanni Giordano 9c101f4bd2 Fix build script 2020-01-03 23:28:33 +01:00
Giovanni Giordano d41dc4cf1f Remove delpoy from node workflow 2020-01-03 23:04:38 +01:00
Giovanni Giordano 9504f93e94 Add deployment workflow 2020-01-03 23:01:29 +01:00
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.
2020-01-03 21:56:03 +01:00
Giovanni Giordano 6a6a31d99c Fixed nodejs.yml 2020-01-03 21:48:42 +01:00
Giovanni Giordano 34d1f640af Merge branch 'issue-68' of https://github.com/excalidraw/excalidraw into issue-68 2020-01-03 21:46:20 +01:00
Giovanni Giordano 3aeed022b5 Add node worklow 2020-01-03 21:43:02 +01:00
Giovanni Giordano 6599f97088 Add node worklow 2020-01-03 21:39:49 +01:00
Giovanni Giordano 36b36e8dc3 Add github workflow 2020-01-03 21:32:29 +01:00