Commit graph

  • 725673df80
    fix, maybe Erica Marigold 2023-07-24 16:58:50 +0530
  • 785270686e
    fix, kinda Erica Marigold 2023-07-24 16:57:39 +0530
  • aefa7305f5
    more debug shit Erica Marigold 2023-07-24 16:51:54 +0530
  • 59a440dccd
    for debugging (ignore) Erica Marigold 2023-07-24 16:49:44 +0530
  • 77149315a5
    fix(actions): aur build routine Erica Marigold 2023-07-24 16:47:23 +0530
  • 1f5d330c35
    chore(actions): initial AUR packaging workflow impl Erica Marigold 2023-07-24 16:45:25 +0530
  • 65cfd9f264
    feat(packaging_aur): setup Dockerfile for GitHub CI image Erica Marigold 2023-07-24 16:27:45 +0530
  • e7d3958f4a
    Merge branch 'packaging/aur' of https://github.com/CompeyDev/lune into packaging/aur Compey 2023-07-23 22:22:32 +0530
  • 3ed167044d
    chore(packaging_aur): include TODO comment Compey 2023-07-23 22:21:45 +0530
  • a3f65883df
    chore(gitattributes): syntax highlighting for PKGBUILDs and .justfile Erica Marigold 2023-07-23 22:12:42 +0530
  • e716690468
    chore: manually "merge" .justfile from main to packaging/aur Erica Marigold 2023-07-23 22:08:41 +0530
  • cebf9581e6
    feat(packaging_aur): logging for CI publishing script Compey 2023-07-23 22:05:18 +0530
  • ff628935b4
    feat(packaging_aur)!: experimental usage of just instead of direct commands Erica Marigold 2023-07-23 21:47:06 +0530
  • 8b50c54140
    chore(packaging_aur): include note commend for clone Erica Marigold 2023-07-23 21:37:22 +0530
  • 701f161789
    fix(packaging_aur): import utility functions from utils.sh Erica Marigold 2023-07-23 21:33:16 +0530
  • a147bd1592
    feat(packaging_aur): create utils script Erica Marigold 2023-07-23 21:32:11 +0530
  • d365deded0
    feat(packaging_aur): create publish script Erica Marigold 2023-07-23 21:32:05 +0530
  • d73d202b48
    feat(packaging_aur): including ssh config Erica Marigold 2023-07-23 20:30:55 +0530
  • cc2105f724
    feat(packaging_aur): lune PKGBUILD Erica Marigold 2023-07-23 20:29:52 +0530
  • 15ad9e194c
    feat(packaging_aur): lune-gitPKGBUILD Erica Marigold 2023-07-23 20:29:17 +0530
  • 4c876cb809
    Fix release action Filip Tibell 2023-07-22 17:18:58 +0200
  • ed4d99fa6a
    Update lockfile Filip Tibell 2023-07-22 17:17:19 +0200
  • 103f7fecfb
    Version 0.7.5 Filip Tibell 2023-07-22 17:11:20 +0200
  • aafc1fb13a
    Add new docs to changelog Filip Tibell 2023-07-22 17:05:26 +0200
  • 5876ce9f22
    Fix helper scripts being out of date Filip Tibell 2023-07-22 14:46:40 +0200
  • 9a91bf999d
    Minor test file fixes Filip Tibell 2023-07-22 14:45:18 +0200
  • 57f730e788
    Remove old docs, move typedefs dir Filip Tibell 2023-07-22 14:44:28 +0200
  • 4cea07675c
    New docs site link in readme Filip Tibell 2023-07-22 14:35:21 +0200
  • 857da2a9f3
    Fix docs typo Filip Tibell 2023-07-22 13:52:28 +0200
  • a0f92227f3
    More fixes to get moonwave parsing Filip Tibell 2023-07-22 13:47:05 +0200
  • 623af1c312
    Refactor typedef files to ensure moonwave picks up functions Filip Tibell 2023-07-22 13:42:29 +0200
  • 8c14c3cda3
    Make typedef comments moonwave-compatible Filip Tibell 2023-07-22 11:36:09 +0200
  • 462ccb6d15
    Update changelog Filip Tibell 2023-07-21 12:35:07 +0200
  • f4609ffba6
    Make fs metadata test less flaky Filip Tibell 2023-07-21 12:13:16 +0200
  • 8853aad620
    Implement reflection database accessible from lua in roblox builtin Filip Tibell 2023-07-21 12:10:56 +0200
  • 49ae85af03
    Clean up fs tests Filip Tibell 2023-07-20 20:06:42 +0200
  • 02132a2eec
    Add typedefs for new copy function Filip Tibell 2023-07-20 19:58:18 +0200
  • b0f23a406b
    Implement copying api for fs builtin Filip Tibell 2023-07-20 19:29:21 +0200
  • bca3de9454
    Implement metadata api for fs builtin Filip Tibell 2023-07-20 12:25:36 +0200
  • 2f464f846a
    Update dependencies Filip Tibell 2023-07-20 11:07:44 +0200
  • bee8562d45
    Update changelog Filip Tibell 2023-07-20 09:55:34 +0200
  • 689994552f
    Goodbye monorepo, hello monolith Filip Tibell 2023-07-20 09:47:00 +0200
  • 151cfe9b2f
    Use compiler directly in require impl Filip Tibell 2023-07-20 09:03:29 +0200
  • 8eda0532fa
    Add support for init files in the CLI Filip Tibell 2023-07-20 08:53:02 +0200
  • fccfe8b5b0
    Rename directories test Filip Tibell 2023-07-20 08:38:19 +0200
  • 7db61c9114
    Update changelog Filip Tibell 2023-07-20 08:30:14 +0200
  • 7237b7819a
    Fix tab character at the start of a script causing it not to parse correctly (#72) AsynchronousMatrix 2023-07-19 20:34:52 +0100
  • 9e28822e8f
    Fix not being able to read & write to WebSocket objects at the same time (#68) AsynchronousMatrix 2023-07-19 18:30:27 +0100
  • b0861ce0fb
    Use a read lock in clone_into_external_dom (#64) Kenneth Loeffler 2023-07-09 23:11:26 -0700
  • 63e2b926e6
    Add changelog entry Filip Tibell 2023-07-08 12:16:02 +0200
  • 33be2ed716
    Start using new rbx_dom_weak instance cloning methods (#62) Kenneth Loeffler 2023-07-08 02:14:04 -0700
  • 9adf296539
    Fix CI workflow using old tooling Filip Tibell 2023-07-07 09:11:27 +0200
  • db4dbc6dcb
    Remove old tooling Filip Tibell 2023-07-07 09:06:45 +0200
  • fc107e64b8
    Version 0.7.4 Filip Tibell 2023-07-07 09:06:33 +0200
  • 1dc0ea67e3
    Add support for CFrame and Font in instance attributes Filip Tibell 2023-07-07 09:02:02 +0200
  • 9e67a8542f
    Update dependencies, fix fn borrow recursion in postprocessing Filip Tibell 2023-07-07 08:52:57 +0200
  • 382c1733a6
    Fix unique ids not being stripped completely from models Filip Tibell 2023-07-07 08:48:12 +0200
  • 6a4e44918c
    Version 0.7.3 Filip Tibell 2023-07-05 10:40:58 +0200
  • 940834f70e
    Version 0.7.2 Filip Tibell 2023-06-28 12:21:57 +0200
  • 533b12b11c
    Update Luau version, fix changelog entries Filip Tibell 2023-06-28 12:20:38 +0200
  • 7f64bd0cc3
    Fix badge alt text in readme Filip Tibell 2023-06-28 12:12:04 +0200
  • 2e68895aea
    Remove old CLI tests Filip Tibell 2023-06-28 12:11:06 +0200
  • 66e122ea63
    Rewrite setup subcommand to be more permissive and user friendly Filip Tibell 2023-06-28 12:10:17 +0200
  • 65f2319a64
    Add support for init files Filip Tibell 2023-06-28 10:58:02 +0200
  • 594e773236
    Dont output anything from wss test unless its an error Filip Tibell 2023-06-28 10:38:46 +0200
  • 518e263c69
    Remove dependency on blocking crate Filip Tibell 2023-06-28 10:33:37 +0200
  • e0f5e65ff6
    Update rbx-dom Filip Tibell 2023-06-26 12:34:39 +0200
  • 3b29d10443
    Fix file extension checking in remodel shim (#59) Callie 2023-06-23 16:00:15 -0500
  • ef5d06a169
    Update lockfile Filip Tibell 2023-06-17 21:17:35 +0200
  • a0f6b25b9e
    Version 0.7.1 Filip Tibell 2023-06-17 21:13:55 +0200
  • dfca4d3077
    Add missing changelog entry Filip Tibell 2023-06-17 21:01:49 +0200
  • 4cf8905768
    Downgrade rbx-dom Filip Tibell 2023-06-17 20:56:56 +0200
  • aaa0977d54
    Add TLS support for net.socket(), fix WebSocket.closeCode behavior (#57) reggie 2023-06-15 15:36:05 -0500
  • 2169acb3d2
    Update readme and changelog Filip Tibell 2023-06-12 12:56:56 +0200
  • f1c230d39b
    Version 0.7.0 Filip Tibell 2023-06-12 12:22:08 +0200
  • 10be29c121
    Remove support for windows on arm, too complicated Filip Tibell 2023-06-12 12:20:36 +0200
  • 3bc0e129b3
    Add test for automatic decompression in net builtin Filip Tibell 2023-06-12 10:00:00 +0200
  • 52c6f21aba
    Remove legacy globals for builtins (finally) Filip Tibell 2023-06-12 09:39:05 +0200
  • bcdc5f14a5
    Finish up serde compression, implement tests Filip Tibell 2023-06-12 08:51:14 +0200
  • 4d5bf6c2ae
    Improve error reporting for bad arguments to rust functions Filip Tibell 2023-06-08 14:52:17 +0200
  • e2af4f51d2
    Update changelog Filip Tibell 2023-06-08 14:26:11 +0200
  • 1247196c35
    Upgrade to mlua version 0.9 Filip Tibell 2023-06-08 14:25:44 +0200
  • 63f623647b
    Make sure print and warn globals also flush stdout Filip Tibell 2023-06-08 12:30:16 +0200
  • 71cf5e7c96
    Update dependencies Filip Tibell 2023-06-08 12:23:33 +0200
  • 5d72132ecc
    Fix remaining issues with home dir script discovery Filip Tibell 2023-06-08 11:56:35 +0200
  • 0773dc024a
    Fix list subcommand not printing multiline descriptions properly Filip Tibell 2023-06-08 11:31:26 +0200
  • 42ab2da1ed
    Sort requires for test files Filip Tibell 2023-06-08 11:21:00 +0200
  • 155ae550db
    Update roblox test files Filip Tibell 2023-06-08 11:16:47 +0200
  • 422a097598
    Fix .editorconfig and formatting Filip Tibell 2023-06-08 11:15:41 +0200
  • c063230f4c
    Implement home dir script discovery Filip Tibell 2023-06-08 11:09:52 +0200
  • 933cfa84c0
    Update changelog Filip Tibell 2023-05-26 09:41:41 +0200
  • 151d8cc945
    typeof now returns roblox type names Filip Tibell 2023-05-26 09:38:11 +0200
  • 65ea0edc12
    Migrate away from httpbin for unit tests Filip Tibell 2023-05-24 11:25:14 +0200
  • 048b444859
    Remove printinfo global Filip Tibell 2023-05-24 11:21:48 +0200
  • 73efb5fc99
    More typedef improvements for roblox builtin Filip Tibell 2023-05-20 19:49:37 +0200
  • f1c62245da
    Minor fixes for remodel migration module Filip Tibell 2023-05-20 19:25:32 +0200
  • 83303cf5e6
    Write remodel migration module, improve roblox builtin typings Filip Tibell 2023-05-20 18:11:57 +0200
  • 2297350c6e
    Migrate roblox builtin functions for place & model files to more flexible APIs Filip Tibell 2023-05-20 14:23:51 +0200
  • 6628220429
    Implement automatic decompression of net responses Filip Tibell 2023-05-20 13:25:14 +0200
  • b42c69f9c4
    Update dependencies and Luau version Filip Tibell 2023-05-20 10:12:40 +0200