Commit Graph

  • 79756fdf45
    chore: bump typescript-eslint from 8.0.1 to 8.1.0 (#412) dependabot[bot] 2024-08-16 22:53:11 +0700
  • 3e17fc59c7
    chore: bump @types/node from 22.1.0 to 22.3.0 dependabot[bot] 2024-08-16 11:37:48 +0000
  • c2a7afea7f
    chore: bump eslint from 9.8.0 to 9.9.0 (#409) dependabot[bot] 2024-08-16 18:36:38 +0700
  • bc9b7cf70e
    chore: bump eslint from 9.8.0 to 9.9.0 dependabot[bot] 2024-08-16 06:00:34 +0000
  • 0758a755b4
    chore: bump @eslint/js from 9.8.0 to 9.9.0 (#410) dependabot[bot] 2024-08-16 12:59:21 +0700
  • eedaf17f56
    chore: bump typescript-eslint from 8.0.1 to 8.1.0 dependabot[bot] 2024-08-13 10:53:30 +0000
  • 731d656561
    chore: bump @types/node from 22.1.0 to 22.2.0 dependabot[bot] 2024-08-12 11:00:04 +0000
  • 00862d41b5
    chore: bump @eslint/js from 9.8.0 to 9.9.0 dependabot[bot] 2024-08-12 10:59:52 +0000
  • 274e876ee9
    chore: bump typescript-eslint from 8.0.0 to 8.0.1 (#398) dependabot[bot] 2024-08-11 21:58:20 +0700
  • dd8799c9da
    Merge 9584ce3043 into 4c4646891f Alfi Maulana 2024-08-08 14:03:55 +0000
  • 9584ce3043 DONT MERGE add-configure-sub-action Alfi Maulana 2024-08-08 21:03:44 +0700
  • 8c2b4ffd0b
    chore: rename root package to `cmake-action Alfi Maulana 2024-08-08 20:59:55 +0700
  • 4c4646891f
    refactor: rename index.ts to action.ts (#408) Alfi Maulana 2024-08-08 16:00:08 +0700
  • 09a65e1729
    refactor: rename index.ts to action.ts Alfi Maulana 2024-08-08 15:57:28 +0700
  • 571e81560b
    feat: utilize GitHub Actions Utilities package (#406) Alfi Maulana 2024-08-08 15:29:56 +0700
  • 18d05af0d9
    test: modify get action context test by mocking getInput function Alfi Maulana 2024-08-08 15:24:55 +0700
  • d7b762efbe
    feat: utilize GitHub Actions Utilities package Alfi Maulana 2024-08-08 15:13:22 +0700
  • d1c539d005
    refactor: refactor inputs to context (#400) Alfi Maulana 2024-08-07 21:20:14 +0700
  • ad83104d76
    refactor: separate configure and build context Alfi Maulana 2024-08-07 21:14:24 +0700
  • c67eb4dd73
    refactor: merge compiler and flags inputs to options input Alfi Maulana 2024-08-07 20:53:22 +0700
  • 98f46f3e06
    refactor: rename inputs to context Alfi Maulana 2024-08-07 20:30:22 +0700
  • d5b296b7a1
    chore: bump typescript-eslint from 8.0.0 to 8.0.1 dependabot[bot] 2024-08-07 13:18:19 +0000
  • 9708492b8e
    build: utilize Rollup to bundle action file (#404) Alfi Maulana 2024-08-07 20:17:01 +0700
  • a4b8a2501e
    build: bundle file with .mjs extension Alfi Maulana 2024-08-07 19:45:27 +0700
  • 6718687036
    build: utilize Rollup to bundle file Alfi Maulana 2024-08-07 19:41:58 +0700
  • 7fb9ce0cbe
    ci: fix build diff check in workflow (#402) Alfi Maulana 2024-08-07 19:36:45 +0700
  • 08390b8867
    ci: use git diff-index to assert diff Alfi Maulana 2024-08-07 14:35:01 +0700
  • 7e1c19b1c4
    ci: check Git diff in separate steps Alfi Maulana 2024-08-07 14:33:50 +0700
  • 44a0a4c6c2
    refactor: remove core actions toolkit dependency (#397) Alfi Maulana 2024-08-06 22:42:23 +0700
  • 669952446e
    refactor: replace core.setFailed with direct stdout write Alfi Maulana 2024-08-06 16:47:10 +0700
  • 97cfd34f7e
    refactor: replace core.setOutput with dirrect append to GITHUB_OUTPUT Alfi Maulana 2024-08-06 16:41:59 +0700
  • 350e2b14c1
    refactor: replace core.getMultilineInput with getInput Alfi Maulana 2024-08-06 16:34:30 +0700
  • 7f54b1b0e1
    refactor: replace core.getBooleanInput with getInput Alfi Maulana 2024-08-06 16:22:27 +0700
  • bf49a53fb3
    refactor: add a getInput function Alfi Maulana 2024-08-06 16:20:06 +0700
  • fe729787d8
    build: enable TypeScript strict configuration (#395) Alfi Maulana 2024-08-06 15:41:09 +0700
  • 24341c1384
    build: configure TypeScript to skip library check Alfi Maulana 2024-08-06 15:38:45 +0700
  • 9b0e832a13
    build: enable TypeScript strict configuration Alfi Maulana 2024-08-06 15:37:49 +0700
  • dc5be9d408
    test: fix typing in inputs.test.ts Alfi Maulana 2024-08-06 15:37:03 +0700
  • f1bf9f4a5d
    feat: utilize catched-error-message to parse catched error Alfi Maulana 2024-08-06 15:28:44 +0700
  • eb127dc7da
    build: specify typescript source files (#389) Alfi Maulana 2024-08-06 15:23:58 +0700
  • 23aad7b33f
    feat: use child process package to execute command (#391) Alfi Maulana 2024-08-06 11:29:28 +0700
  • 4df25a0a61
    feat: display command output to the parent output Alfi Maulana 2024-08-05 23:48:20 +0700
  • 8c8ec652f2
    feat: modify buildProject function to be sync Alfi Maulana 2024-08-05 23:20:38 +0700
  • 268421c55b
    feat: modify configureProject function to be sync Alfi Maulana 2024-08-05 23:18:47 +0700
  • ca58db1467
    feat: use execFileSync from node:child_process package Alfi Maulana 2024-08-05 23:16:40 +0700
  • c4f3cb0c0d
    build: specify typescript source files Alfi Maulana 2024-08-05 20:23:41 +0700
  • f0425ca4df
    chore: bump @types/node from 20.14.12 to 22.1.0 (#383) v2.0.0 dependabot[bot] 2024-08-05 10:59:12 +0800
  • 083b4e7202
    chore: bump typescript-eslint from 7.18.0 to 8.0.0 (#380) dependabot[bot] 2024-08-05 10:58:48 +0800
  • 51d21ca665
    docs: improve readme documentation (#386) Alfi Maulana 2024-08-05 09:57:10 +0700
  • a0f6938818
    docs: update descriptions in action.yml Alfi Maulana 2024-08-05 09:54:49 +0700
  • 7e60273426
    docs(readme): improve example usages section Alfi Maulana 2024-08-05 09:54:46 +0700
  • e64a84070b
    docs(readme): improve available inputs and outputs section Alfi Maulana 2024-08-04 23:18:33 +0700
  • 388e7572c7
    docs(readme): shift usage section and remove a paragraph Alfi Maulana 2024-08-04 23:18:31 +0700
  • a30bc871ed
    docs(readme): remove unnecessary features section Alfi Maulana 2024-08-04 23:18:31 +0700
  • 67dd27b094
    docs(readme): improve project description Alfi Maulana 2024-08-04 23:18:30 +0700
  • 0fdcf03d2c
    chore: bump @types/node from 20.14.12 to 22.1.0 dependabot[bot] 2024-08-04 15:49:49 +0000
  • 204a23d513
    chore: bump @eslint/js from 9.7.0 to 9.8.0 (#375) dependabot[bot] 2024-08-04 23:48:37 +0800
  • ebd1a2fd46
    chore: bump typescript-eslint from 7.18.0 to 8.0.0 dependabot[bot] 2024-08-04 15:03:42 +0000
  • a84e84a5c4
    chore: bump ts-jest from 29.2.3 to 29.2.4 (#381) dependabot[bot] 2024-08-04 23:02:23 +0800
  • b221ab89f4
    chore: bump ts-jest from 29.2.3 to 29.2.4 dependabot[bot] 2024-08-04 13:02:28 +0000
  • c8a87f6a93
    chore: bump @eslint/js from 9.7.0 to 9.8.0 dependabot[bot] 2024-08-04 13:02:05 +0000
  • d03a495c43
    chore: bump Yarn to version 4.4.0 (#384) Alfi Maulana 2024-08-04 20:00:52 +0700
  • a53bfeac20
    chore: bump Yarn to version 4.4.0 Alfi Maulana 2024-08-04 10:09:26 +0700
  • 400ce2199f
    chore: bump eslint from 9.7.0 to 9.8.0 (#376) dependabot[bot] 2024-08-03 20:34:37 +0700
  • 6f96c11abd
    chore: bump @types/node from 20.14.12 to 22.0.3 dependabot[bot] 2024-08-02 11:01:51 +0000
  • 61dceb4940
    chore: bump @types/node from 20.14.12 to 22.0.2 dependabot[bot] 2024-08-01 10:38:18 +0000
  • 0d94df4562
    chore: bump eslint from 9.7.0 to 9.8.0 dependabot[bot] 2024-07-31 12:57:54 +0000
  • 15e4515387
    chore: bump typescript-eslint from 7.17.0 to 7.18.0 (#378) dependabot[bot] 2024-07-31 20:56:40 +0800
  • b3a2da0d67
    chore: bump typescript-eslint from 7.17.0 to 7.18.0 dependabot[bot] 2024-07-30 10:30:40 +0000
  • 7bde6ee7db
    chore: bump @types/node from 20.14.12 to 22.0.0 dependabot[bot] 2024-07-29 10:36:16 +0000
  • 3e220eaaa3
    chore: bump @types/node from 20.14.10 to 20.14.12 (#374) dependabot[bot] 2024-07-27 21:50:39 +0800
  • 3582170018
    ci: audit step names in workflows (#373) Alfi Maulana 2024-07-27 20:16:44 +0700
  • d797dcbf23
    chore: bump typescript-eslint from 7.16.1 to 7.17.0 (#372) dependabot[bot] 2024-07-26 15:04:14 +0800
  • a4a06ea115
    chore: bump typescript-eslint from 7.16.1 to 7.17.0 dependabot[bot] 2024-07-25 15:58:01 +0000
  • dba67f7238
    chore: bump typescript from 5.5.3 to 5.5.4 (#371) dependabot[bot] 2024-07-25 23:56:48 +0800
  • 38012e6c7a
    chore: bump @types/node from 20.14.10 to 20.14.12 dependabot[bot] 2024-07-24 10:54:33 +0000
  • 0b2974e6c0
    chore: bump typescript from 5.5.3 to 5.5.4 dependabot[bot] 2024-07-24 05:06:17 +0000
  • a340509dab
    chore: bump ts-jest from 29.1.5 to 29.2.3 (#367) dependabot[bot] 2024-07-24 12:05:06 +0700
  • 0f2cf5311c
    ci: audit step names in workflows Alfi Maulana 2024-07-23 22:46:19 +0700
  • dec22ef786
    chore: bump @types/node from 20.14.10 to 20.14.11 dependabot[bot] 2024-07-22 10:34:44 +0000
  • 46a1cb2f2a
    chore: bump ts-jest from 29.1.5 to 29.2.3 dependabot[bot] 2024-07-21 04:37:05 +0000
  • 8dd8c6e6ad
    chore: bump typescript-eslint from 7.13.0 to 7.16.1 (#365) dependabot[bot] 2024-07-21 11:35:55 +0700
  • a2f1a72d11
    chore: bump @eslint/js from 9.6.0 to 9.7.0 (#363) dependabot[bot] 2024-07-20 13:57:28 +0700
  • 63b40f847b
    chore: bump typescript-eslint from 7.13.0 to 7.16.1 dependabot[bot] 2024-07-20 06:45:15 +0000
  • 3ce6810641
    chore: bump @eslint/js from 9.6.0 to 9.7.0 dependabot[bot] 2024-07-20 06:44:43 +0000
  • 6da407079f
    chore: bump prettier from 3.3.2 to 3.3.3 (#362) dependabot[bot] 2024-07-20 13:44:03 +0700
  • 6604249f79
    chore: bump eslint from 9.6.0 to 9.7.0 (#364) dependabot[bot] 2024-07-20 13:43:32 +0700
  • ef005e418b
    chore: bump eslint from 9.6.0 to 9.7.0 dependabot[bot] 2024-07-19 12:41:55 +0000
  • ca92db2515
    chore: bump prettier from 3.3.2 to 3.3.3 dependabot[bot] 2024-07-19 12:41:26 +0000
  • 5c2def62bc
    ci: specify the version of threeal/cpp-starter project (#369) Alfi Maulana 2024-07-19 19:40:13 +0700
  • 6af408ff72
    ci: specify the version of threeal/cpp-starter project Alfi Maulana 2024-07-19 19:37:45 +0700
  • 3189f5b1b0
    chore: bump actions/setup-node from 4.0.2 to 4.0.3 (#360) dependabot[bot] 2024-07-17 15:35:11 +0700
  • b2e2da5b44
    chore: bump @types/node from 20.14.9 to 20.14.10 (#356) dependabot[bot] 2024-07-13 21:33:52 +0700
  • 3e4ac63e7b
    chore: bump ts-jest from 29.1.5 to 29.2.2 dependabot[bot] 2024-07-11 10:44:58 +0000
  • 324f24625e
    chore: bump threeal/ctest-action from 1.0.0 to 1.1.0 (#355) dependabot[bot] 2024-07-11 12:23:58 +0800
  • 98dc419dc1
    chore: bump ts-jest from 29.1.5 to 29.2.1 dependabot[bot] 2024-07-10 10:20:22 +0000
  • 28677cf843
    chore: bump actions/setup-node from 4.0.2 to 4.0.3 dependabot[bot] 2024-07-10 10:20:22 +0000
  • 3d4dbe5f88
    chore: bump typescript-eslint from 7.13.0 to 7.16.0 dependabot[bot] 2024-07-09 10:12:02 +0000
  • ab3b6d9e06
    chore: bump ts-jest from 29.1.5 to 29.2.0 dependabot[bot] 2024-07-09 10:11:58 +0000
  • 009ebfea25
    chore: bump typescript from 5.4.5 to 5.5.3 (#354) dependabot[bot] 2024-07-09 17:10:40 +0700