Jon Häggblad
17322ccda2
ci: update typescript-lint.yml ( #3035 )
2023-02-15 17:52:33 +01:00
Raphaël Walther
081d6097b6
Github Actions: Remove keybase notifications
2023-02-15 10:02:19 +01:00
farbanas
4820258270
fix: nym-cli-publish GH action resolve
2023-02-14 08:15:26 -05:00
Jon Häggblad
130491e80f
ci: fix get_release regex for nightly
2023-02-14 13:30:40 +01:00
Jon Häggblad
16ae72fbd9
ci: run check-merge-conflicts nightly
2023-02-14 13:25:06 +01:00
Jon Häggblad
4fa018540c
ci: get_release name
2023-02-14 12:43:07 +01:00
Jon Häggblad
e2b69b79e7
ci: update and rename check-merge-conflicts.yml
2023-02-14 12:38:57 +01:00
Jon Häggblad
be369c2023
ci: another fix to check-git-branches.yml
2023-02-14 11:17:59 +01:00
Jon Häggblad
f5c5b342bb
ci: fix check-git-branches.yml
2023-02-14 11:15:19 +01:00
Jon Häggblad
af9cf52b1e
ci: add workflow for checking if branches merge
2023-02-14 11:01:28 +01:00
Jon Häggblad
3b9fb9088d
ci: tweak git-merge-check.sh
2023-02-14 10:23:08 +01:00
Jon Häggblad
c95b5f0982
ci: add script for checking if branches merge successfully
2023-02-14 10:19:28 +01:00
Jon Häggblad
6252b66724
ci: keep the 3 nightly builds in sync ( #3018 )
2023-02-13 15:00:24 +01:00
Pierre Dommerc
e69552b19d
fix(nc-android): disable landscape mode ( #3012 )
...
* fix(nc-android): disable landscape mode
* feat(nc-android): UI sizing
2023-02-10 17:43:51 +01:00
pierre
e3cc43487a
fix(nc-andoird): apk build
2023-02-10 16:13:17 +01:00
pierre
bdc0bcbd56
ci(nc-android): fix gradle build
2023-02-10 12:29:35 +01:00
pierre
2ab969b2c6
ci(nc-android): debug workflow, use precompiled tauri cli
2023-02-09 22:47:28 +01:00
pierre
9f2e7e16e5
ci(nc-android): fix workflow apk build
2023-02-09 18:53:50 +01:00
pierre
1c99446bcc
ci(nc-android): fix workflow for nc android apk upload
2023-02-09 18:21:55 +01:00
Jon Häggblad
037cd54573
Merge branch 'release/v1.1.9' into develop
2023-02-08 13:45:37 +01:00
Mark Sinclair
5dbfcadfdb
GitHub Actions: fix up build-and-upload-binaries-ci.yml
2023-02-08 13:14:12 +01:00
Mark Sinclair
1d867156e3
Update build-and-upload-binaries-ci.yml
2023-02-08 13:14:12 +01:00
Mark Sinclair
ed9be47ec4
Update build-and-upload-binaries-ci.yml
2023-02-08 13:14:12 +01:00
Mark Sinclair
3aa2e6c54d
Update build-and-upload-binaries-ci.yml
2023-02-08 13:14:12 +01:00
Mark Sinclair
eb96fc72b9
GitHub Actions: add action to build and upload binaries to CI server
2023-02-08 13:14:12 +01:00
Pierre Dommerc
795977a75d
NC Android - setup APK publish ( #2967 )
...
* ci(nc-android): init workflow apk build & release
* ci(nc-android): setup nc android project for APK publish
* docs(nc-android): update readme
* ci(nc-android): add note in the workflow
2023-02-08 08:59:48 +01:00
Mark Sinclair
4e057cd250
Update build-and-upload-binaries-ci.yml
2023-02-08 08:59:48 +01:00
Mark Sinclair
be1ec79b01
Update build-and-upload-binaries-ci.yml
2023-02-08 08:59:48 +01:00
Mark Sinclair
64acddead6
Update build-and-upload-binaries-ci.yml
2023-02-08 08:59:48 +01:00
Mark Sinclair
8bbf766eeb
Update build-and-upload-binaries-ci.yml
2023-02-08 08:59:48 +01:00
Mark Sinclair
d7cd942dec
Update build-and-upload-binaries-ci.yml
2023-02-08 08:59:48 +01:00
Mark Sinclair
a9124a63f9
Update build-and-upload-binaries-ci.yml
2023-02-08 08:59:48 +01:00
Mark Sinclair
b0d7169b39
Update build-and-upload-binaries-ci.yml
2023-02-08 08:59:48 +01:00
Mark Sinclair
d57b486bf4
GitHub Actions: add action to build and upload binaries to CI server
2023-02-08 08:59:48 +01:00
Jon Häggblad
7e43ce1aed
nym-connect-android: fix CI ( #2930 )
2023-01-30 11:38:14 +01:00
Jon Häggblad
0669369c77
fix commit 044fa93eec
2023-01-28 20:48:50 +01:00
Pierre Dommerc
6f94ab4937
ci(nc-android): try fix ( #2928 )
2023-01-28 00:12:53 +01:00
Pierre Dommerc
509391cde4
ci(nc-android): add gh workflow ( #2927 )
...
* ci(nc-android): add gh workflow
* ci(nc-android): fix cargo.toml path
2023-01-27 21:05:50 +01:00
Jon Häggblad
044fa93eec
ci: fix nightly clippy
...
Remove `--all-features` from the clippy command because
1. with the removal of `cocunut` it's not really needed
2. the new `mobile` flag is a bit hacky and mutually incompatible with
some existing configs
2023-01-27 09:46:37 +01:00
Pierre Dommerc
3e6188ed13
nym-connect-android initial version ( #2907 )
...
* feat(nym-connect): add android support
* fix(nym-connect): android linker issue with sqlite3
get rid of sqlite refs as temporary workaround
* fix(nc): fix index.ts (post rebase)
* feat(nc-android): wip
* hack in config removal of read/write
* fix(nc-android): remove more fs read/write calls
* wip
* chore: remove debug comments
* Register gateway
* client-core: remove unneeded changes
* build: revert crate name change
* refactor(socks5-client): add feature mobile
* refactor(gateway-client): rename mobile feature
* socks5: restore default_root_directory
* client-core: further simplifications
* get_config_file_location just return error
* fix(nc-mobile): fix ui mobile
* socks5: minor tweak to default_root_directory
* remove unneeded changes
* nym-connect build fixes
* Use default feature for normal credential storage
* rustfmt
* rustfmt: nym-connect
* restore Cargo.toml
* Remove --all-features from workflow
* Remove some unused use
* Remove two move --all-features from build workflow
* Allow unused
* Add continue-on-error
* another clippy --all-features remove
* remove --all-features from clippy nightly
* fix(nc-mobile): frontend code errors
* feat: restore nc, move mobile under its own dir
* fix(nc-android): build
* fix(nc-android): lint errors
Co-authored-by: Jon Häggblad <jon.haggblad@gmail.com >
2023-01-26 14:17:29 +01:00
Jon Häggblad
0bcdf99475
ci: update build arguments and some tidy ( #2919 )
...
* ci: remove --all-targets where it doesn't make sense anymore
* ci: add cargo clean step for ubuntu
* sdk: add note about the existance of a rust sdk
2023-01-26 09:13:39 +01:00
Bogdan-Ștefan Neacşu
8336d0612a
Remove coconut feature ( #2890 )
...
* Remove coconut feature
* Remove github workflow remainings
* Only run dkg if coconut enabled
* Fix typo
* Update changelog
2023-01-25 15:59:37 +02:00
farbanas
58b5f113c6
feat: add a workflow for building and publishing binaries to the artifact storage without attaching them to a release
2023-01-25 13:27:04 +01:00
Fran Arbanas
7a9fbbccc6
Merge pull request #2864 from nymtech/2733-hosted-runners-releasing
...
[#2733 ] Releasing on our self-hosted runners and less failing actions
2023-01-25 13:12:52 +01:00
Fran Arbanas
2bd679c91f
feat: refactored GH actions ( #2894 )
2023-01-24 16:11:01 +00:00
farbanas
538bcf1d0a
merge resolve
2023-01-24 13:25:25 +01:00
farbanas
ded7e51071
fix: add continue-on-error: true to all apt calls since if it fails due to lock those packages most likely already exist
2023-01-23 15:47:42 +01:00
farbanas
b75199e4dc
added yarn tsc to typescript check
2023-01-23 15:43:49 +01:00
farbanas
e83e83abed
Since we have two runners on the same machine apt might get locked. This will allow it to fail, maybe those deps are already installed
2023-01-23 11:56:02 +01:00
Mark Sinclair
86e9463c42
Typescript: fix eslint errors and add GitHub Action for linting ( #2886 )
...
* Fix eslint errors
* GitHub Actions: add Typescript project linting
* Fix dependency
* Revert changes and exclude rule
Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com >
2023-01-20 18:17:15 +00:00