Commit Graph

  • 7bd2c93bb0 Add test coverage for parent(0) and parent(-3) edge cases copilot-swe-agent[bot] 2025-12-20 04:21:42 +0000
  • 2de32b1634 Add test coverage for parent(0) and parent(-3) edge cases copilot-swe-agent[bot] 2025-12-20 04:21:42 +0000
  • ab7addafb1 Initial plan copilot-swe-agent[bot] 2025-12-20 04:19:17 +0000
  • c132c32731 Convert to UK English spelling (colourization, coloured) copilot-swe-agent[bot] 2025-12-20 04:17:39 +0000
  • 0914121d29 Fixing number color issue Mike Farah 2025-12-20 15:12:25 +1100
  • aa5134e645 Add test case and fix colorization bug for inline arrays in TOML copilot-swe-agent[bot] 2025-12-20 04:09:04 +0000
  • 4d620bfa26
    Update pkg/yqlib/encoder_toml.go Mike Farah 2025-12-20 15:07:00 +1100
  • b8d90fd574
    Update pkg/yqlib/candidate_node.go Mike Farah 2025-12-20 15:05:03 +1100
  • c1b81f1a03 Initial plan copilot-swe-agent[bot] 2025-12-20 04:04:24 +0000
  • ea40e14fb1
    Create *.instructions.md Mike Farah 2025-12-20 15:02:22 +1100
  • 64516c639a Support negative parent indices Mike Farah 2025-12-20 14:59:26 +1100
  • b974d973ee spelling Mike Farah 2025-12-20 09:55:29 +1100
  • 66ec487792 Bump github.com/goccy/go-yaml from 1.19.0 to 1.19.1 dependabot[bot] 2025-12-18 03:01:10 +0000
  • 40346d382e
    Bump github.com/goccy/go-yaml from 1.19.0 to 1.19.1 dependabot[bot] 2025-12-18 03:01:10 +0000
  • 161be10791 Comments! Mike Farah 2025-12-16 20:47:15 +1100
  • aa858520a8 Merge branch 'master' into toml_encoder Mike Farah 2025-12-16 14:27:22 +1100
  • ac2889c296 Fixed scalar encoding for HCL Mike Farah 2025-12-16 14:22:50 +1100
  • 626624af7b Adding tf to hcl format names Mike Farah 2025-12-16 14:17:38 +1100
  • b0d2522f80 Readme update Mike Farah 2025-12-16 14:05:58 +1100
  • 2ee38e15b6 Adding HCL to readme Mike Farah 2025-12-15 11:45:08 +1100
  • 4e9d5e8e48 wip Mike Farah 2025-12-15 11:40:28 +1100
  • 0dcba85400 v4.50.1 - HCL Mike Farah 2025-12-15 11:38:27 +1100
  • 1338b521ff Colours! Mike Farah 2025-12-14 19:41:45 +1100
  • 3a5323824f Handles comments! Mike Farah 2025-12-14 19:33:00 +1100
  • 8780172b33 Added missing fix in release notes Mike Farah 2025-12-14 19:05:55 +1100
  • 5f9bf8d241 wip toml encoder Mike Farah 2025-12-14 19:03:54 +1100
  • 065b200af9 Bumping version v4.50.1 Mike Farah 2025-12-14 17:07:57 +1100
  • 745a7ffb3c Preparing release Mike Farah 2025-12-14 17:07:45 +1100
  • a305d706d4 Bump golang.org/x/net from 0.47.0 to 0.48.0 dependabot[bot] 2025-12-13 11:38:31 +0000
  • 0671ccd2cc Bump github.com/zclconf/go-cty from 1.16.3 to 1.17.0 dependabot[bot] 2025-12-13 11:38:30 +0000
  • da81b05d13
    Bump golang.org/x/net from 0.47.0 to 0.48.0 dependabot[bot] 2025-12-13 11:38:31 +0000
  • 7d2ad2f302
    Bump github.com/zclconf/go-cty from 1.16.3 to 1.17.0 dependabot[bot] 2025-12-13 11:38:30 +0000
  • 4d8cd450bd Bump golang.org/x/text from 0.31.0 to 0.32.0 dependabot[bot] 2025-12-11 03:01:04 +0000
  • 007079f782
    Bump golang.org/x/text from 0.31.0 to 0.32.0 dependabot[bot] 2025-12-11 03:01:04 +0000
  • 4118885eee upgrade go version to 1.25.5 and to build yq on ppc64le Agnes-George1 2025-12-10 00:54:33 +0530
  • d2d657eacc HCL improvements Mike Farah 2025-12-09 19:49:34 +1100
  • f4fd8c585a Better roundtriping of HCL Mike Farah 2025-12-08 21:09:21 +1100
  • e4bf8a1e0a Simplifying HCL decoder Mike Farah 2025-12-08 20:31:28 +1100
  • fd405749f9 Add build tag to hcl_test.go to skip tests when HCL is disabled copilot-swe-agent[bot] 2025-12-08 01:50:17 +0000
  • 51ddf8d357 Update pkg/yqlib/format.go Mike Farah 2025-12-08 12:50:08 +1100
  • 77eccfd3db Fixed comment parsing, added generated docs Mike Farah 2025-12-08 11:42:07 +1100
  • 554bf5a2f2 colorise output Mike Farah 2025-12-08 10:57:20 +1100
  • 8162f3a100 wip - comments Mike Farah 2025-12-08 10:33:06 +1100
  • 48707369a0 wip - comments Mike Farah 2025-12-08 10:18:05 +1100
  • 4f72c37de7 cleanup Mike Farah 2025-12-08 09:50:32 +1100
  • 795f9c954c Fixing formatting Mike Farah 2025-12-08 09:42:48 +1100
  • 3d35386ad9 Update pkg/yqlib/decoder_hcl.go Mike Farah 2025-12-08 09:19:30 +1100
  • 154a4ace01 Update pkg/yqlib/encoder_hcl.go Mike Farah 2025-12-08 09:19:21 +1100
  • effdfe1221 Update agents.md Mike Farah 2025-12-08 08:38:36 +1100
  • 8af768a015 wip Mike Farah 2025-12-07 21:44:03 +1100
  • 5f3dcb1ccf Fixed processing of block labels Mike Farah 2025-12-07 20:29:26 +1100
  • 6270c29f54 Fixed processing of nested data Mike Farah 2025-12-07 20:26:01 +1100
  • df3101ce53 Refining Mike Farah 2025-12-07 20:17:37 +1100
  • 65e79845d4 Refining Mike Farah 2025-12-07 20:08:29 +1100
  • b4d8131197 Adding HCL no build directive Mike Farah 2025-12-07 19:29:38 +1100
  • c75a2fad86 Use HCL encoder Mike Farah 2025-12-07 19:22:00 +1100
  • 8d430cf41c Use HCL encoder Mike Farah 2025-12-07 19:21:25 +1100
  • 2e96a28270 adding agents file Mike Farah 2025-12-07 15:17:07 +1100
  • 656f07d0c2 wip Mike Farah 2025-12-07 15:04:40 +1100
  • 1852073f29 hcl - sorted decoding Mike Farah 2025-12-07 14:52:30 +1100
  • 7d2c774e8f maps and strings Mike Farah 2025-12-07 10:04:47 +1100
  • 69076dfe81 wip Mike Farah 2025-12-07 10:00:47 +1100
  • 9e17cd683f First cut Mike Farah 2025-12-07 09:38:10 +1100
  • de9e778eab Handle file-level comments for files with only blocks copilot/sub-pr-2534-again copilot-swe-agent[bot] 2025-12-08 08:49:31 +0000
  • a5cc35fec7 Remove extractLeadingComments and use extractHeadComment instead copilot-swe-agent[bot] 2025-12-08 08:47:29 +0000
  • e3491effc9 Initial plan copilot-swe-agent[bot] 2025-12-08 08:41:53 +0000
  • b60eb7d22a Add build tag to hcl_test.go to skip tests when HCL is disabled hcl copilot-swe-agent[bot] 2025-12-08 01:50:17 +0000
  • 24e88ec071 Add build tag to hcl_test.go to skip tests when HCL is disabled copilot/sub-pr-2534 copilot-swe-agent[bot] 2025-12-08 01:50:17 +0000
  • 86f3f77b8c
    Update pkg/yqlib/format.go Mike Farah 2025-12-08 12:50:08 +1100
  • 1b0eea8e22 Initial plan copilot-swe-agent[bot] 2025-12-08 01:47:23 +0000
  • bc92673d6f Fixed comment parsing, added generated docs Mike Farah 2025-12-08 11:42:07 +1100
  • 87374edce5 colorise output Mike Farah 2025-12-08 10:57:20 +1100
  • 5c166e3038 wip - comments Mike Farah 2025-12-08 10:33:06 +1100
  • 491ab8e70f wip - comments Mike Farah 2025-12-08 10:18:05 +1100
  • bf48626ad8 cleanup Mike Farah 2025-12-08 09:50:32 +1100
  • 42f2436e1f Fixing formatting Mike Farah 2025-12-08 09:42:48 +1100
  • 6c4d1bd066
    Update pkg/yqlib/decoder_hcl.go Mike Farah 2025-12-08 09:19:30 +1100
  • a3150396b5
    Update pkg/yqlib/encoder_hcl.go Mike Farah 2025-12-08 09:19:21 +1100
  • c7c5a478c6
    Update agents.md Mike Farah 2025-12-08 08:38:36 +1100
  • 30974679ae wip Mike Farah 2025-12-07 21:44:03 +1100
  • d4a11521c3 Fixed processing of block labels Mike Farah 2025-12-07 20:29:26 +1100
  • beaebf7790 Fixed processing of nested data Mike Farah 2025-12-07 20:26:01 +1100
  • 360de4f7af Refining Mike Farah 2025-12-07 20:17:37 +1100
  • 7923d04bdd Refining Mike Farah 2025-12-07 20:08:29 +1100
  • bd3a647650 Adding HCL no build directive Mike Farah 2025-12-07 19:29:38 +1100
  • fa42080148 Use HCL encoder Mike Farah 2025-12-07 19:22:00 +1100
  • 82100a82a4 Use HCL encoder Mike Farah 2025-12-07 19:21:25 +1100
  • 3d768bab73 adding agents file Mike Farah 2025-12-07 15:17:07 +1100
  • 7b1c52a588 wip Mike Farah 2025-12-07 15:04:40 +1100
  • 48e63a0386 hcl - sorted decoding Mike Farah 2025-12-07 14:52:30 +1100
  • 0cff8c234a maps and strings Mike Farah 2025-12-07 10:04:47 +1100
  • 2be7e904be wip Mike Farah 2025-12-07 10:00:47 +1100
  • d405ab6c10 First cut Mike Farah 2025-12-07 09:38:10 +1100
  • eb3d0e63e3 Fixing handling of CRLF #2352 Mike Farah 2025-12-06 19:08:37 +1100
  • 9c73286368
    Bump actions/setup-go from 5 to 6 dependabot[bot] 2025-12-06 03:30:34 +0000
  • 2072808def Bump golang from 1.25.4 to 1.25.5 dependabot[bot] 2025-12-04 03:00:53 +0000
  • 7d47b36b69 Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 dependabot[bot] 2025-12-04 03:01:05 +0000
  • 53f10ae360 Bump github.com/goccy/go-yaml from 1.18.0 to 1.19.0 dependabot[bot] 2025-12-04 03:01:09 +0000
  • 22510ab8d5 Bump actions/checkout from 5 to 6 dependabot[bot] 2025-11-27 03:00:57 +0000
  • 79ed9723d1
    Bump github.com/goccy/go-yaml from 1.18.0 to 1.19.0 dependabot[bot] 2025-12-04 03:01:09 +0000