Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/flarum/action-build

GitHub Action to automatically build your JavaScript dist files
https://github.com/flarum/action-build

chore: build

22749cf0c8410cd1427f987718d2bd6f819001d1 authored almost 2 years ago by Sami Mazouz <[email protected]>
chore: group steps

b28c7c68d76bb760ad388ecbeaf8646032948144 authored almost 2 years ago by Sami Mazouz <[email protected]>
chore: make code readable

48947fc2fd6177b9144a7ed91407103a9112266d authored almost 2 years ago by Sami Mazouz <[email protected]>
chore: build

31cfdc6a10d558f9a0bfebf4b291f00cdc15e8e5 authored almost 2 years ago by Sami Mazouz <[email protected]>
feat: add test script support (#12)

b54eb8058eaa60ae85cda9cd4321d641cddd9231 authored almost 2 years ago by Sami Mazouz <[email protected]>
fix: smarter file staging logic

2f5c553e17878877479e1bd90df8b152c8323567 authored over 2 years ago by Sami Mazouz <[email protected]>
fix: committing dist files differs between mono and non-mono repos

edafd3b5d943bbf0b4eaa9e3f798aa844cfc97fc authored over 2 years ago by Sami Mazouz <[email protected]>
fix: only commit already tracked files

57692b095ded76d6c965285a595437d062e9ba7c authored over 2 years ago by Sami Mazouz <[email protected]>
fix: `do_not_commit` input is a string

1e24bbdcba9c3d1eabe9b6bfa05990244bf7d014 authored over 2 years ago by Sami Mazouz <[email protected]>
fix: default input value must be `string`

78a9cab2941eaed2f3022bdfdd31193393b6763b authored over 2 years ago by Sami Mazouz <[email protected]>
fix: respect `do_not_commit` action input

e39ac8c0891ccb00ea7e271cc8cac3ae4a814767 authored over 2 years ago by Sami Mazouz <[email protected]>
feat: clearly show the error in an annotation

f3b60f93bfbef6fd9b6f75ee6002861f5b3afecc authored over 2 years ago by Sami Mazouz <[email protected]>
feat!: rewrite to node.js-based action (#10)

* chore: always use LTS Node Docker image
* fix: add input metadata to prevent Actions warnings...

b3fda2ea220f93cc208a6b4fa4d24dedab3ee41e authored over 2 years ago by David Wheatley <[email protected]>
feat: add option to commit all file changes after build (#11)

ee91cad8c6016d4eb00784d9c9363fe08ffd7796 authored over 2 years ago by David Wheatley <[email protected]>
chore: bump Node Docker image to LTS 16

6374b8b5d05a849a4a3a696d6984be4ff0c1b8b6 authored almost 3 years ago by David Wheatley <[email protected]>
feat: add support for pnpm package manager (#8)

* Add support for pnpm

* Separate package manager preparation

* Add comment for noting Yarn ha...

23dc264b1652170455008a34dde13080e795f177 authored almost 3 years ago by Pig Fang <[email protected]>
Allow test builds of JS (#7)

* Update entrypoint.sh

* Update entrypoint.sh

* Update README.md

* Update entrypoint.sh...

f9fd2fa0ced5211798eacead9c0bc34bc645273e authored over 3 years ago by David Wheatley <[email protected]>
Fix build failure when using Yarn

See https://github.com/davwheat/flarum-ext-custom-sidenav-links/runs/2602845179

e05606681424863e6a4aaf97f6a7a3f8856503fc authored over 3 years ago by David Wheatley <[email protected]>
Update copyright year

3b8d8934026b39cff623b41eed84ef46d2d0ea66 authored over 3 years ago by David Wheatley <[email protected]>
` = ` -> `=`

a6bd80bc3c5b513dc52194939ed679dcee0140da authored over 3 years ago by David Wheatley <[email protected]>
Fix typo in `entrypoint.sh`

19c422d454a19f0e62fe49fbb622e3ced88003d4 authored over 3 years ago by David Wheatley <[email protected]>
Tell people to tag at `@2` instead of `@master`

d2a337fd17502a81db36b309b7296e94aeaab455 authored over 3 years ago by David Wheatley <[email protected]>
Add support for building typings, using a different package manager, and specifying a custom build script (#6)

ce3c17048ba6231a7a8da2a02166efee0cb0e7c8 authored over 3 years ago by David Wheatley <[email protected]>
Bump npm to 7.11.2 (#1)

9ff79634a350f6052fcfc5f19693e814623e932f authored over 3 years ago by David Wheatley <[email protected]>
Update to latest Node.js LTS (v14) (#2)

8d121d5f2b2a6acd45cee772d7cb4fcc2c6cf07c authored over 3 years ago by David Wheatley <[email protected]>
Update copyright claims in LICENSE

00a30c74065d3698d5d72cb14641f6608fe12a30 authored about 5 years ago by Franz Liedke <[email protected]>
Don't exit on error when pushing to HEAD

45005a1f7132daf1fbc91854779ed22dc4c61c82 authored over 5 years ago by David Sevilla Martín <[email protected]>
Exit on error

f886f9b7158d3a3fc2d7fc26bb37f7685337d8da authored over 5 years ago by David Sevilla Martín <[email protected]>
Use 'trap' to log commands being run

6c28dbe31870cba62e8c6ce28511aed75faf98a1 authored over 5 years ago by David Sevilla Martin <[email protected]>
Add double quotes to prevent issues, exit if js dir not found

e96bf17acd3aa6daa46698c49d0d83d42f90ea70 authored over 5 years ago by David Sevilla Martin <[email protected]>
Add comma before 'then, hopefully fix unexpected token

b0003050076e5c1a1f410bfd499d536083fed364 authored over 5 years ago by David Sevilla Martin <[email protected]>
Grep for error: or fatal: instead for git push success state

2a7db613c6e86ffa4931528b7d0d4e2026c76409 authored over 5 years ago by David Sevilla Martin <[email protected]>
Do not capture stdout with git (success)

415398b4dab8c26c14f02832526847e4de21f7bd authored over 5 years ago by David Sevilla Martin <[email protected]>
Properly echo output

f47703d71801a133f0ab8a6a8d76aa4e04bcbfe0 authored over 5 years ago by David Sevilla Martin <[email protected]>
Fix logic for push error handling

422337817738d600c22f26baef2963cc4a6dceac authored over 5 years ago by David Sevilla Martin <[email protected]>
Test for pushed branch tip behind remote as well

08a1ec957040e8f3a79c574770d5f8e5bb22f1bb authored over 5 years ago by David Sevilla Martin <[email protected]>
Save git push stderr to variable, test for behind string and exit successfully

180d84c014ea32e14eebd293e2e2aa201e236294 authored over 5 years ago by David Sevilla Martin <[email protected]>
Fix branch sed command

3baab51bbe23c22cd89e3d77240dc751bc7a9242 authored over 5 years ago by David Sevilla Martin <[email protected]>
Remove 'remotes/origin/' from branch name

9303307b17f7559d0240335597f017c8611a1aeb authored over 5 years ago by David Sevilla Martin <[email protected]>
Remove ~1 from the end of branch name

941cb908a7f9d8523e172b00b909160da5c421ac authored over 5 years ago by David Sevilla Martin <[email protected]>
Log branches and git steps

8c11df8bb32e5946208ef8afe7d3190d9b3fc601 authored over 5 years ago by David Sevilla Martin <[email protected]>
Obtain branch with name-rev and force checkout

12572821e271f9f0d76f515fba8c659e6176095a authored over 5 years ago by David Sevilla Martin <[email protected]>
Properly check if HEAD is behind

24433c518a22b03f16d28e0c4fe024e8608d2db3 authored over 5 years ago by David Sevilla Martin <[email protected]>
Reorder some checks, fail latest commit check silently

42c523dbc481c229f57dd1ad78c311b83c8745ce authored over 5 years ago by David Sevilla Martin <[email protected]>
Don't use tput for coloring

744554a982a711f15afdff79da37d1f7b107526c authored over 5 years ago by David Sevilla Martin <[email protected]>
Check if HEAD is behind before committing & pushing, rework style for progress echo's

3c40d7cea467d9679ebcfbe0407cf8540687fa17 authored over 5 years ago by David Sevilla Martin <[email protected]>
Use bash instead of ZSH

38d05e05e7667023ddc81c1bac723521eaf6efef authored over 5 years ago by David Sevilla Martin <[email protected]>
Add instructions on how to only trigger workflow on master branch

624406133929233b5fd4d113933eabf63ec7e848 authored over 5 years ago by David Sevilla Martin <[email protected]>
Check if anything needs to be commited before creating commit

608c28bd3b997de6e059170ee7284d2942b117a3 authored over 5 years ago by David Sevilla Martin <[email protected]>
Update LICENSE

c91380fae478046653b61cfe7e974069fe01981b authored over 5 years ago by David Sevilla Martin <[email protected]>
Update README

49399e5e229c89c7ea1df94522dd33d12cefbfbb authored over 5 years ago by David Sevilla Martin <[email protected]>
Switch to Node v10 from v12

485e61c4cad6ba764c7f34238b66a4cabbb0d460 authored over 5 years ago by David Sevilla Martin <[email protected]>
Switch back to direct push with no remote, specify HEAD with ref

9f9e0d2e5ff7b8c68d2514fea9fe558281bb4f2c authored over 5 years ago by David Sevilla Martin <[email protected]>
Use remote origin instead of direct push to URL

4ce9be9aed51f57629865632dfe45ed55c5c2599 authored over 5 years ago by David Sevilla Martin <[email protected]>
Manually obtain current branch

6b0de6e8a89ef6e11387ce34c9fad0213e9ac897 authored over 5 years ago by David Sevilla Martin <[email protected]>
Initial script

f5812728a133e7e6327d26f32f9b3fcb66428f3f authored over 5 years ago by David Sevilla Martin <[email protected]>
Initial commit

16a37fab796f87852510366614c50e0e7a5b9e98 authored over 5 years ago by David Sevilla Martín <[email protected]>