audric
f84fa2492f
build rpm and freebsd package
2021-08-11 13:59:03 +10:00
audric
b0d92bb48c
update publish release script to include app image and valid deb
2021-08-04 17:06:52 +10:00
Audric Ackermann
57b22cbdda
build deb and appImage separately
...
this is to unsure that the afterpack hook is not called when building
the app deb package
2021-08-03 13:31:48 +10:00
Audric Ackermann
3e4aceabcf
temporary build binary on pr to clearnet
2021-07-14 14:39:44 +10:00
Audric Ackermann
1b2a644e7a
fixed crash on leftpaneContactSection
2021-07-12 16:08:35 +10:00
Audric
feab29a4fe
remove file server submodule
2021-06-23 13:36:58 +10:00
Audric Ackermann
60a6d5c55e
disable draft release on push to clearnet
2021-06-09 11:53:28 +10:00
Audric Ackermann
e3ad4ddbd3
enable draft release for clearnet push
2021-06-07 16:26:51 +10:00
Audric Ackermann
f292e12bbf
rewrite actions
...
run test on pr to clearnet
run build binaries on push to clearnet
run draft release on push to master
2021-06-07 16:22:32 +10:00
Audric Ackermann
f3768a674a
short error on no network for retry sending message
2021-06-03 14:30:58 +10:00
Audric Ackermann
c45dc5876e
build binaries on pr to clearnet or master
2021-05-31 14:24:05 +10:00
Audric Ackermann
78778718b7
Revert "test fixing windows build"
...
This reverts commit 8ed2e0891d
.
2021-05-18 15:06:58 +10:00
Audric Ackermann
8ed2e0891d
test fixing windows build
2021-05-18 14:53:10 +10:00
Audric Ackermann
8ba0ab2d26
disable draft release on pr to master ( #1626 )
...
this is having a forbidden with publishing to github
2021-05-13 13:37:26 +10:00
Audric Ackermann
c77b24a2d4
fix avatar loading for opengroupv2
2021-05-06 17:56:02 +10:00
Audric Ackermann
333ec74f9d
disable build of binaries on pr to clearnet
2021-05-04 13:45:20 +10:00
Audric Ackermann
930c4d5b81
fix windows build
2021-05-04 11:31:18 +10:00
Audric Ackermann
8127691276
force ubuntu-18.04 for github actions
...
building on ubuntu 20.04 was causing issue with a too recent glibc for
some users dependent on ubuntu 18.04 or similar (elementary OS)
The issue arise as github action ubuntu-latest was upgraded recently too
ubuntu 20.04.
This fix forces the app to be built on ubuntu 18.04
Relates #1471
2021-02-03 11:48:54 +11:00
Audric Ackermann
588ddf684c
increase timeout for yarn install during builds
2020-12-08 10:27:50 +11:00
Audric Ackermann
09bd207b1d
prettier ignore js files under test/ts
2020-12-07 15:24:46 +11:00
Audric Ackermann
5e43210493
Merge branch 'clearnet' of github.com:loki-project/loki-messenger into react-refactor
2020-11-25 13:42:56 +11:00
Audric Ackermann
155ba35d00
allow set-end for DISPLAY and LANG call on pull request
2020-11-24 14:13:43 +11:00
Audric Ackermann
4d991d3992
Merge branch 'clearnet' into react-refactor
2020-10-08 17:23:55 +11:00
Audric Ackermann
58dd064e93
Merge remote-tracking branch 'upstream/clearnet' into fix-integration-tests
2020-08-07 10:00:37 +10:00
Audric Ackermann
a3dcc625b2
disable file server dependency install on ci
2020-08-07 09:40:57 +10:00
Audric Ackermann
17736f27de
add de translation branch to build on push
2020-08-06 09:59:13 +10:00
Audric Ackermann
31f84aaa99
use cache for gh pull actions to speed them up
2020-08-03 16:52:48 +10:00
Vince
9a427280d9
Update pull-request.yml
2020-07-24 11:40:30 +10:00
Vince
da6c697bbc
Update build-binaries.yml
...
Build binaries for react-refactor
2020-07-24 10:39:44 +10:00
Vince
4a0150c1e2
Update build-binaries.yml
...
Include builds for UI refactor
2020-07-23 10:12:41 +10:00
Mikunj
e6139a5463
Merge branch 'clearnet' into message-sending-refactor
2020-06-05 13:05:23 +10:00
Mikunj
8097b066f4
Fix actions
2020-06-05 10:52:56 +10:00
Audric Ackermann
91d6af64fb
add message-sending-refactor branch to TEST workflow
2020-05-29 16:46:06 +10:00
Audric Ackermann
d888c76ca9
ci: add pull of session-file-server submodule
2020-05-26 17:36:26 +10:00
Audric Ackermann
83ac64a0e7
run lint ci task only on linux and macos
2020-04-03 16:09:42 +11:00
Konstantin Ullrich
ba4db7738b
Fix Links in Pull Request Template
2020-03-30 08:58:44 +02:00
Mikunj
9c3762aed8
Update checkout action to v2
2020-03-10 15:45:00 +11:00
Mikunj
a09e370e1d
Added testing on pull request
...
Disable proxy in tests.
2020-02-28 14:51:09 +11:00
Mikunj
5f0c7a2416
Trying a different approach
2020-02-19 08:47:30 +11:00
Mikunj Varsani
9dd1e0f945
Update build-binaries.yml
2020-02-18 19:10:50 +11:00
Mikunj
5bd7b1254e
Fix incorrect bash script
2020-02-18 16:24:47 +11:00
Mikunj
9c35659c6e
Only enable signing if we have a certificate on Mac
2020-02-18 16:08:56 +11:00
Mikunj Varsani
aec4ad0a26
GitHub actions ( #814 )
...
* Added build and release actions
* Added building instructions.
Updated electron builder to 23.2.3.
Fix unpacked directory not being removed correctly.
* Minor fix to build command
* Allow users to change install location on windows.
Added AppImage for linux.
* Fix artifact naming
2020-02-07 13:20:40 +11:00
Ryan Tharp
bd9f4cfa40
fix stray loki messenger
2020-02-05 02:52:50 -08:00
Ryan Tharp
2a06dde260
designalify
2020-01-29 02:53:11 -08:00
Mikunj
53cbfb1f5c
Merge branch 'development' into fix-friend-request-logic
2019-05-29 09:08:22 +10:00
Beaudan Campbell-Brown
e99cec9c09
Merge pull request #272 from Mikunj/signal-1.24
...
Signal 1.24
2019-05-22 14:56:37 +10:00
Mikunj
12cce8fe47
Auto accept friend request messages if we were already friends with the user.
...
Lint fixes for previous files.
2019-05-16 16:18:23 +10:00
Mikunj
8808100796
Merge signal-1.24.0
...
# Conflicts:
# .github/PULL_REQUEST_TEMPLATE.md
# background.html
# config/default.json
# config/production.json
# js/models/conversations.js
# js/models/messages.js
# js/views/conversation_view.js
# js/views/inbox_view.js
# js/views/settings_view.js
# main.js
# package.json
# test/index.html
# ts/components/conversation/ContactName.tsx
# yarn.lock
2019-04-18 12:45:19 +10:00
Kee Jefferys
5752985bd8
Update bug_report.md
2019-04-17 14:13:30 +10:00