Commit Graph

58 Commits (master)

Author SHA1 Message Date
Morgan Pretty fb8a1623df Updated the CI sim build command to use unbuffered io 2 weeks ago
Morgan Pretty 4b4c69a533 Fixed broken unit tests, tweak to CI script 2 weeks ago
Morgan Pretty 95d9e5c646 Changed unit test pipeline back to PR only (codecov will error otherwise) 1 month ago
Jason Rhinelander 57824e10fb
Fire unit tests on push
It seems useful to have them run on pushes as well (so that you can push
to a local user branch and have the tests run before PRing it).
1 month ago
Jason Rhinelander b65ca5521c
set LANG in environment; add xcresultparser/pip status 1 month ago
Jason Rhinelander e3a0c3e769
Reformat .drone.jsonnet with jsonnetfmt 1 month ago
Jason Rhinelander fa40b09311
Use keep-alive for simulators
This adds keep-alive scripts to help deal with cleaning up xcode
simulator devices started by CI jobs.

Other changes:
- Change /Users/drone -> /Users/$USER in case we use some other CI
  username in the future.
- Simplify the xcode simulator interaction a bit by using xcode's json
  output + jq to query/manipulate it.
1 month ago
Morgan Pretty 927f8206f5 Update to the latest build config 1 month ago
Morgan Pretty c830c9fb24 Updated the CI config to use SSH and the new build machine 1 month ago
Morgan Pretty a76c220709 Merge remote-tracking branch 'upstream/dev' into disappearing-message-redesign
# Conflicts:
#	.drone.jsonnet
3 months ago
Morgan Pretty c3f3b5050e Revert "Try to disable the 'clone' step in the build artifact check pipeline"
This reverts commit 558bac67c7.
3 months ago
Morgan Pretty 558bac67c7 Try to disable the 'clone' step in the build artifact check pipeline 3 months ago
Morgan Pretty 001da52c98 Removed verbose output for codecovcli 3 months ago
Morgan Pretty 33697b8cf1 Added codecov, recombined target unit tests and optimisations 3 months ago
Ryan ZHAO 73651773b7 Merge branch 'dev' into disappearing-message-redesign 3 months ago
Morgan Pretty 260003e9f4 Added multiple jobs for cloning submodules to speed it up a little 3 months ago
Morgan Pretty e23d28c570 Removed the xcbeautify dependency (installed on CI directly) 3 months ago
Morgan Pretty 4670d7c22e Debugging failing unit tests 3 months ago
Morgan Pretty 86957b32de Removed test target which doesn't exist yet 3 months ago
Morgan Pretty d816b621be Added a missing dependency 3 months ago
Morgan Pretty d324f36c53 Updated to the latest CI config (few optimisations) 3 months ago
Morgan Pretty 276ec8a100 Updated the CI scripts to follow our dev processes better 3 months ago
Morgan Pretty e9dd86bfc2 Tweak to CI script 4 months ago
Morgan Pretty 259167dbd5 Fix CI config error 4 months ago
Morgan Pretty a27bf7a210 Added a step to the CI to output build tool versions 4 months ago
Morgan Pretty ae0597a50f Attempt alternate config base approach 10 months ago
Morgan Pretty 3d755e7125 More CI debugging 10 months ago
Morgan Pretty b04867705f Testing values 10 months ago
Morgan Pretty a2c75465c1 Further CI logic tweaks 10 months ago
Morgan Pretty b9512d8c4f Tweaks to PR checking logic 10 months ago
Morgan Pretty eb3af31f0c Updated pipelines to be conditional based on logic instead of config 10 months ago
Morgan Pretty c76b391d68 CI structure tweak 10 months ago
Morgan Pretty 76b37c2ad6 Further tweaks to CI setup
Added a suffix to distinguish the output files for upload
Attempting to exclude the Sim and AppStore builds from PR builds (they can't upload anyway)
10 months ago
Morgan Pretty 2f05f3f3a2 Fixed a couple of invalid checks 10 months ago
Morgan Pretty 715a5b583f Fix a CI script typo 10 months ago
Morgan Pretty 2341fbf59f Further tweaks to CI scripts 10 months ago
Morgan Pretty 00aef6ca97 Attempt to handle an invalid pod manifest file 10 months ago
Morgan Pretty 15104da58e More CI tweaks 10 months ago
Morgan Pretty c29827356c Attempt to fix the cocoapods_cache lock logic to handle failures 10 months ago
Morgan Pretty a41f1c1366 Fixed the broken tests
Cleaned up the Dependencies so that tests can run synchronously without having to custom set queues as much
Sorted out the crypto and network dependencies to avoid needing weird dependency inheritance
Fixed the flaky tests so they are no longer flaky
Fixed some unexpected JobRunner behaviours
Updated the CI config to use a local build directory for derivedData (now works with build tweaks)
10 months ago
Morgan Pretty 703b1d9788 CI tweaks and tweak for initial UX issue with 'blinded25' id
Added parallelisation for the unit tests
Added the SSH_KEY env variable for the 'Upload artifacts' step
Disabled xcbeautify for the prod build (as I expect it's suppressing the build error)
Disabled support for starting a conversation with a 'blinded25' id (would be invalid at this stage)
Fixed a broken unit test
10 months ago
Morgan Pretty f13f75eedf Fixed some bad CI script commas 10 months ago
Morgan Pretty c86cc0ed9c CI tweaks and incremented build number
Added the XCBeautify pod (so the CI doesn't need to separately install something)
Updated the CI build script to use XCBeautify
Fixed some broken unit tests
10 months ago
Morgan Pretty 6e32e759c5 Added missing commas in CI config file 10 months ago
Morgan Pretty 69ddb782a1 Attempting to cache the Pods folder to speed up the CI
Fixed a CocoaPods warning
10 months ago
Morgan Pretty 9bdae9dee8 Fixed a typo in the Ci config 10 months ago
Morgan Pretty f15f16be70 More CI tweaks
Updated the Podfile to use the CocoaPods CDN (hopefully much faster than the master spec repo)
Removed the custom derivedDataPath (seemed to break the Copy Frameworks step of CocoaPods)
10 months ago
Morgan Pretty b72bf42605 Updated the CI and fixed a couple of config bugs
Updated to the 1.0.0 release of libSession
Set the User Config feature flag to July 31st 10am AEST
Shifted quote thumbnail generation out of the DBWrite thread
Stopped the CurrentUserPoller from polling the user config namespaces if the feature flag is off
Fixed an issue where the scrollToBottom behaviour could be a little buggy when an optimistic update is replaced with the proper change
Fixed an issue where the 'attachmentsNotUploaded' error wouldn't result in a message entering an error state
Fixed a bug where sync messages with attachments weren't being sent
10 months ago
Morgan Pretty 2833cef5e4 Tweaks to test the static upload script 10 months ago
Morgan Pretty f623db678e Attempt to work around a stupid CocoaPods restriction 10 months ago