Commit Graph

7105 Commits

Author SHA1 Message Date
Brian Hicks
3dc093acee
Apply suggestions from code review
fixes from Arthur's review

Co-authored-by: Arthur Bernardi Jordão <arthurbernardijordao@gmail.com>
2023-05-01 13:28:28 -05:00
Micah Hahn
8cede62392
Merge pull request #1374 from NoRedInk/phx-675-bump-to-22.12.1
[PHX-675] Version bump to fix occasionally overlapping labels on scaffolding
2023-05-01 10:10:54 -05:00
Micah Hahn
878c669f2e Bump version 2023-04-28 16:31:48 -05:00
Micah Hahn
e8fa8adefb
Merge pull request #1373 from NoRedInk/phx-675-fix-overlapping-labels
[PHX-675] Fix occasionally overlapping labels
2023-04-28 16:21:04 -05:00
Erik
92bc135ce0
Merge pull request #1371 from NoRedInk/version-bump-22.12.0
update version 22.11.0 => 22.12.0 (Apples and OneRoster Logo / Icon)
2023-04-28 13:14:22 -04:00
Micah Hahn
b566ba0cd2 Add regression test for this specific case 2023-04-28 11:02:00 -05:00
Micah Hahn
9a07bfbb2d Fix unit tests - items need to be truly on their own line now 2023-04-28 10:54:28 -05:00
Micah Hahn
c5ba81649b Push fix to V4 where it belongs 2023-04-28 10:47:44 -05:00
Tessa
45c9496f1f
Merge pull request #1370 from NoRedInk/bat/fix-breadcrumbs-example-code
Fix example code
2023-04-28 09:07:50 -06:00
Micah Hahn
3875696d3f We can afford to be much more generous in our overlapping test bounds 2023-04-27 18:05:25 -05:00
Brian Hicks
531961c22b
show the outputs that we build in CI 2023-04-27 17:33:26 -05:00
Brian Hicks
d52d32df31
remove commented-out line 2023-04-27 17:31:34 -05:00
Brian Hicks
a9048600d7
use isolated compiler to build apps 2023-04-27 17:28:42 -05:00
Brian Hicks
2110e730a5
special-case buck2 artifacts with default outputs 2023-04-27 17:22:05 -05:00
Brian Hicks
cb6bc18bbd
🎨 2023-04-27 17:21:50 -05:00
Brian Hicks
2b5b5eea5f
only take the source directory, not a glob 2023-04-27 16:59:19 -05:00
Brian Hicks
45959f7c22
add hidden sources 2023-04-27 16:59:19 -05:00
Brian Hicks
1bbb156ef0
make arguments work the same as those to the Elm compiler 2023-04-27 16:59:19 -05:00
Brian Hicks
9b94e314d5
call the isolated compiler script while building docs 2023-04-27 16:39:12 -05:00
Brian Hicks
a69277484a
a few little tweaks to work with Buck's sourcing 2023-04-27 16:34:30 -05:00
Brian Hicks
6fbc1ed76b
plumb the isolated compile script into Buck 2023-04-27 16:15:19 -05:00
Brian Hicks
ceaff7bfd3
only write elm.json if necessary 2023-04-27 15:57:45 -05:00
Brian Hicks
b1b56df17b
pretty-print the elm.json 2023-04-27 15:50:59 -05:00
Brian Hicks
14760d2cc6
deal with non-"Main" names 2023-04-27 15:49:03 -05:00
Juan Edi
0ecc86a4cf
Merge pull request #1369 from NoRedInk/wat-588-add-a-very-basic-project-layout-to
add a basic Buck2 project layout
2023-04-27 15:43:39 -03:00
Juan Edi
41dc73d7ed install zstd via nix 2023-04-27 15:41:18 -03:00
Brian Hicks
c4c828e5a3
name this something more reasonable 2023-04-27 13:20:06 -05:00
Brian Hicks
2da2df1062
build in a temporary directory if needed 2023-04-27 13:19:08 -05:00
Brian Hicks
582b02e126
give defaults for --out 2023-04-27 13:12:29 -05:00
Brian Hicks
3204edebc3
🎨 2023-04-27 13:10:24 -05:00
Erik Feeley
4cc71c8b8c update version 22.11.0 => 22.12.0 2023-04-27 14:03:00 -04:00
Brian Hicks
6c4f74c3c8
add logging 2023-04-27 11:08:39 -05:00
Brian Hicks
65c3d595e9
improve docs 2023-04-27 10:53:01 -05:00
Brian Hicks
692fce1a69
add the ability to build apps as well 2023-04-27 10:47:46 -05:00
Brian Hicks
27d7bd6244
use abspath on the out path 2023-04-27 10:42:59 -05:00
Antoine Dauguet
3633569a0f
Merge pull request #1365 from NoRedInk/zen/add-oneroster-icons
[ZEN-927] Add OneRoster logo and icon.
2023-04-27 17:41:12 +02:00
Brian Hicks
afe288f66a
add a script to build docs 2023-04-27 09:37:46 -05:00
Tessa Kelly
53d983d701 Fix example code 2023-04-26 16:58:00 -06:00
Brian Hicks
8609ffc87d
build the Elm app 2023-04-26 17:22:21 -05:00
Brian Hicks
d120c612e8
build docs for the library 2023-04-26 17:15:52 -05:00
Brian Hicks
7ec695b9ec
add an Elm toolchain which will download Elm 2023-04-26 17:14:23 -05:00
Brian Hicks
44d452bf53
mark prelude files as generated
This is not *completely* accurate, but it's close enough: we don't
(fully) control the content of these files, and by saying they're
generated we get GitHub to calculate stats and PR diffs differently.
2023-04-26 16:33:48 -05:00
Brian Hicks
9fd123a79d
document how to build with Buck 2023-04-26 16:22:33 -05:00
Brian Hicks
5c488ef4b6
download the right Linux binary 2023-04-26 16:20:52 -05:00
Brian Hicks
4383d50828
add a Buck2 CI configuration 2023-04-26 16:16:27 -05:00
Brian Hicks
df35a54372
ignore .git in buckconfig 2023-04-26 16:12:15 -05:00
Brian Hicks
fa71600210
add a script to update the prelude 2023-04-26 16:11:34 -05:00
Brian Hicks
1e9cc34a34 Merge commit '808530c1c137c576db584c4c849899b172815cb3' as 'prelude' 2023-04-26 16:10:46 -05:00
Brian Hicks
808530c1c1 Squashed 'prelude/' content from commit 78e8381cf
git-subtree-dir: prelude
git-subtree-split: 78e8381cf7f94334a9b632551d9ba2ce2bb1ef21
2023-04-26 16:10:46 -05:00
Brian Hicks
78e347aa29
initialize buck2 (without prelude) 2023-04-26 16:10:36 -05:00