Ekaterina Gerasimova
bba422564c
Issue workflows: quotes break validation
2021-12-02 14:36:11 +00:00
Ekaterina Gerasimova
27469d0af7
Issue workflow: needs-info triage is now part of the labelled workflows
2021-12-02 14:17:05 +00:00
Ekaterina Gerasimova
28c8654c80
Issue workflow: improve naming for jobs
...
Make names shorter so they look better through the web interface and are
more useful.
2021-12-02 14:17:05 +00:00
Ekaterina Gerasimova
75d606a092
Issue workflow: Split out spaces jobs for new and old boards
...
So they don't depend on each other
2021-12-02 14:17:05 +00:00
Ekaterina Gerasimova
7423101336
Issue workflow: fix filtering for Design issues
2021-12-02 14:17:05 +00:00
Ekaterina Gerasimova
1b4a0d7475
Issue workflow: use commit ID rather than tag
2021-12-02 14:17:05 +00:00
Ekaterina Gerasimova
4dd8d7d7f8
Fix link to board in issue automation
...
Changelog covered by 5153.misc
2021-11-24 10:55:34 +00:00
Ekaterina Gerasimova
732f18525a
Add automation to move labelled issues
...
Move X-Needs-Info on the triage board to needs info column
Design issues to Design team
Spaces to Delight
Voice messages to Voice message board
Threads to threads board
Fixes #5143
Covered by changelog entry 5153.misc
2021-11-17 08:53:20 +00:00
Ekaterina Gerasimova
700a7f4759
Update issue triage automation for P1 and need info
...
Move P1 issues to app and crypto team boards. Move unlabelled issues
without X-Needs-Info out of column on Triage board.
2021-11-16 10:16:07 +00:00
Doug
d96e72b718
Remove concurrency restriction on develop.
2021-11-05 16:05:35 +00:00
Doug
a62c390c25
Add concurrency to GitHub workflows to auto-cancel older runs.
2021-11-05 15:07:08 +00:00
Ekaterina Gerasimova
73dba9d503
Add issue triage automation
...
Fixes #5012
Move new issues into incoming column and move X-Needs-Info into Need info column on the vector-im/element-android/projects/4 board
Signed-off-by: Ekaterina Gerasimova <ekaterinag@element.io >
2021-10-14 13:54:50 +01:00
Doug
68808ec76d
Update Xcode to 12.5 and use macOS 11.
...
Fixes CI failing when using Swift 5.4 features.
2021-10-13 10:56:44 +01:00
Doug
2e9b7104a1
Update alpha release to build on macOS 11.
2021-10-01 09:47:41 +01:00
SBiOSoftWhare
cc14b3afe4
GH actions: Update release alpha GH action with Git branch en var.
2021-08-13 17:33:22 +02:00
SBiOSoftWhare
a086f44740
GH actions: Update release alpha GH action CocoaPods management.
2021-08-13 17:18:48 +02:00
SBiOSoftWhare
6dbcbfb145
GH actions: Remove commented code.
2021-08-13 15:57:09 +02:00
SBiOSoftWhare
ae952b56da
GH actions: Update release alpha GH action PR message.
2021-08-13 15:55:35 +02:00
SBiOSoftWhare
7f157e7eb4
GH actions: Update release alpha GH action PR message.
2021-08-13 14:48:44 +02:00
SBiOSoftWhare
cbee27ac03
GH actions: Update release alpha GH action PR message.
2021-08-13 14:39:59 +02:00
SBiOSoftWhare
3c40b7b7b7
GH actions: Update release alpha GH action with QR code link.
2021-08-13 11:52:47 +02:00
SBiOSoftWhare
0a4f2ebdc8
Alpha release: Implement GH action
...
* GH actions: Disable existing GH actions temporary.
* GH actions: Add release alpha GH action.
* GH actions: Disable existing GH actions temporary.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.GH actions: Update release alpha GH action.
* Fastlane: Add upload to Diawi lane and write file link into GitHub env.
* GH actions: Update release alpha GH action.
* GH actions: Enable again existing GH actions.
* GH actions: Enable again existing GH actions.
* GH actions: Update release alpha GH action.
* GH actions: Update release alpha GH action.
2021-08-13 09:25:32 +02:00
Doug
9b42fe621f
Create ci-tests.yml
...
Separate CI jobs into individual actions.
2021-07-14 17:01:15 +01:00
Doug
899502157f
Update and rename ci.yml to ci-build.yml
...
Separate CI jobs into individual actions.
2021-07-14 17:00:21 +01:00
manuroe
1c8957866e
GH Actions: Make sure we use the latest version of MatrixKit
...
We use a local version of the MatrixKit podspec, MatrixKit.edited.podspec. This creates an issue in the computation of Podfile.lock. MatrixKit is not associated to a commit. `pod install` will be happy with its marketing version. It will not try to update if this marketing version matches with the one in the cache.
So delete the MatrixKit pod cache.
Generated Podfile.lock:
```
...
EXTERNAL SOURCES:
MatrixKit:
:podspec: MatrixKit.edited.podspec
MatrixSDK:
:branch: manu/test_ci_2
https://github.com/matrix-org/matrix-ios-sdk.git
CHECKOUT OPTIONS:
MatrixSDK:
:commit: 32614df19df3ef43e77f25a06ddb0b04e910f90b
https://github.com/matrix-org/matrix-ios-sdk.git
...
```
2021-06-09 08:35:14 +02:00
manuroe
430dfbbba5
GH Actions: Make jobs use the right version of MatrixKit and MatrixSDK
2021-04-28 17:43:05 +02:00
manuroe
021b57b5c4
GH Actions: Polish
2021-04-21 09:25:18 +02:00
manuroe
7662e877c2
GH Actions: Increase test expectation timeout. Machines are slow
2021-04-21 08:28:45 +02:00
manuroe
54a6467658
GH Actions: Use a separate job for tests to save time
2021-04-21 07:38:42 +02:00
manuroe
28bdc15260
GH Actions: Add cached for bundler and pods
2021-04-20 18:01:45 +02:00
manuroe
cf0b9b08b6
GH Actions: Make tests work probably better
2021-04-20 17:34:59 +02:00
manuroe
26251557c3
GH Actions: Run tests in another way
2021-04-20 16:55:38 +02:00
manuroe
85c6e1b64a
GH Actions: Run projects tests
2021-04-20 16:13:01 +02:00
manuroe
21c3fad83a
Introduce GitHub Actions
2021-03-19 18:50:39 +01:00