Commit graph

82 commits

Author SHA1 Message Date
Jonatan Kłosko 4dc1deab24 Bump Elixir version on CI 2022-08-03 17:30:22 +02:00
Wojtek Mach 789a44a7da
Convert Mac launcher to a Cocoa app (#1263)
1. Add `:event_handler` app option. It is a process that will receive
   the app events, the `:open_app`, `{:open_url, url}`, and
   `{:open_file, path}` messages.

2. Add `AppBuilder.init/0`. This reads the `APP_BUILDER_INPUT` env
   variable which contains the app event the release was started with.

3. Use <https://github.com/wojtekmach/otp/tree/wm-WX_MACOS_NON_GUI_APP>
   branch which contains wx fix that hasn't been merged yet.
2022-07-06 19:27:06 +02:00
Wojtek Mach fcf3015c87
Mac app bootstrap improvements (#1238) 2022-06-22 08:04:59 +02:00
Wojtek Mach fc7328703a
App bundling improvements (#1211)
1. Replace `mix release mac_app|mac_app_dmg|windows_installer` with a single `mix release app`
2. Extract templates (Launcher.swift, Launcher.vbs, etc) into separate
   files in app_builder/lib/templates
3. Don't verify vc_redist.x64.exe checksum as the Microsoft publishes
   new releases on the same URL
2022-06-01 22:29:54 +02:00
Jonatan Kłosko cf0ff5a5a7
Test app build on Windows CI (#1130)
Co-authored-by: Wojtek Mach <wojtekmach@users.noreply.github.com>
2022-05-27 15:47:47 +02:00
Wojtek Mach cf587e7115
Update Mac build scripts (#1198) 2022-05-20 14:17:40 +02:00
José Valim ac5fd7e637
Update ISSUE_TEMPLATE.md (#1120) 2022-04-15 19:52:20 +02:00
Howard Su 31b0a9f7d0
Add windows version of ci (#1045)
* Add windows version of ci

Config autocrlf to input on Windows
start epmd in background

* Update .github/workflows/test.yaml

* Update .github/workflows/test.yaml

* Update .github/workflows/test.yaml

* Fix tests

* Fix ownership of cached files

* Fix tests

* Increase timeouts

* Run tests on Windows only on main

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-04-11 20:34:31 +02:00
Wojtek Mach 29f0f54bbd
Desktop app packaging for Windows (#1032) 2022-03-02 12:06:30 +01:00
Wojtek Mach 5579258722
Bump Elixir to 1.13.2 for Mac builds 2022-01-24 22:45:55 +01:00
Kevin f7fcb8f884
Fix path for bootstrap script (#884) 2022-01-19 12:37:40 +01:00
Wojtek Mach e8c80bf6a7
Add Mac app release (#865) 2022-01-17 17:34:38 +01:00
Eksperimental ba365d7247
Improve command to show current commit (#809)
It `git show` will show the changes, not just the commit. 
It may not be clear to users that they only need to include the commit id.
2021-12-16 19:08:35 +01:00
Jonatan Kłosko 47d29cb389
Require Elixir 1.13 (#737)
* Bump required Elixir version to 1.13 and fix TODOs

* Fix tests

* Remove the deprecated URI.parse/1

* Bump Docker base image

* Bump Elixir on CI
2021-12-03 21:47:20 +01:00
Jonatan Kłosko 2dfb2b143d Simplify Docker layer caching 2021-11-09 19:40:12 +01:00
Jonatan Kłosko 5213b732b9 Make sure the deploy job uses the latest commit when assets are updated 2021-11-09 19:23:14 +01:00
Benjamin Philip 1842c203ab
Update welcome img (#691) 2021-11-09 11:48:09 +01:00
Jonatan Kłosko a41dda9c7c
Keep static files outside priv (#602)
* Keep static files outside priv

* Override generated assets on the CI
2021-10-18 22:32:09 +02:00
Jonatan Kłosko 5dea204fc9
Fix intermittent test failures (#596)
* Bump Elixir on the CI

* Start permanent node manager in tests

* Adjust timeouts

* Make sure random node cookies are alphanumeric
2021-10-13 22:25:33 +02:00
José Valim 5ab4579f39
Mention /dashboard route on bug reports (#550) 2021-09-17 15:13:04 +02:00
José Valim 4cd62e5285
Update ISSUE_TEMPLATE.md 2021-06-16 11:18:46 +02:00
Jonatan Kłosko 18c9d4413a Use test mix env in the CI 2021-05-26 16:15:09 +02:00
Jonatan Kłosko 8f7320e666 Automate building Docker images 2021-05-26 15:46:40 +02:00
Jonatan Kłosko 10973de66b Setup CI cache for Elixir and Node dependencies 2021-05-21 02:09:05 +02:00
Jonatan Kłosko 889503ad68
Require Elixir v1.12 (#278)
* Require Elixir v1.12

* Update introductory notebook

* Update base Docker images

* Add completion of reserved module attributes

* Move complete_module_attribute/1
2021-05-19 16:46:33 +02:00
Benjamin Philip 0423b5c7b7
Update Welcome Notebook screenshot (#259) 2021-05-07 06:19:40 +02:00
Akash Hiremath a2eb269cec
Fix undefined function warning (#241) 2021-04-26 08:59:46 +02:00
José Valim ec8f000f1d
Create ISSUE_TEMPLATE.md 2021-04-17 23:56:46 +02:00
José Valim 101f582196
Use known cookie when starting runtimes (#199) 2021-04-15 20:09:54 +02:00
Jonatan Kłosko b054ef07b3 Add GH Actions workflow automatically building assets (#147) 2021-04-05 21:13:10 +02:00
Jonatan Kłosko 2846503da6
Add formatting checks to CI workflow (#108) 2021-03-22 22:16:38 +01:00
Jonatan Kłosko f2f121a63b Set up CI 2021-02-16 23:37:10 +01:00