Skip to content
Merged
Changes from all commits
Commits
Show all changes
115 commits
Select commit Hold shift + click to select a range
430301a
Initial commit
mattbretl Nov 22, 2018
054e45d
Initial version
mattbretl Nov 22, 2018
fa2b57a
underscore unused args
mattbretl Nov 23, 2018
7530853
require v4.1.0-rc.2
mattbretl Nov 23, 2018
d898da8
refactor
mattbretl Nov 26, 2018
2a3df56
update README.md
mattbretl Nov 26, 2018
288c262
1.0.0-beta.1
mattbretl Nov 26, 2018
6f68595
lint
mattbretl Nov 26, 2018
be13ad7
fix CLI example in README
mattbretl Nov 27, 2018
64f42d0
Update README
mattbretl Dec 2, 2018
02f9de7
Fix npm package files
mattbretl Dec 20, 2018
2b2b02f
Bump minimum postgraphile version from 4.1.0-rc.2 to 4.1.0
mattbretl Dec 20, 2018
7f145e0
Test against 4.1.0
mattbretl Dec 20, 2018
41f1771
1.0.0-beta.2
mattbretl Dec 20, 2018
bbb8cec
chore: upgrade devDependencies; simplify config
mattbretl Jan 11, 2019
36766cd
chore: set up CI
mattbretl Jan 28, 2019
08116a9
chore(ci): remove `clear` from test script
mattbretl Jan 28, 2019
ffc8882
chore: add badges
mattbretl Jan 28, 2019
2c5afa9
allow smart comments to override field names
mattbretl Jan 28, 2019
9d2545d
docs
mattbretl Jan 28, 2019
1a44c28
Merge pull request #6 from graphile-contrib/smart-comment-field-names
mattbretl Jan 28, 2019
fa23caa
1.0.0-beta.3
mattbretl Jan 28, 2019
12c2466
chore(docs): add inflection example to README.md
mattbretl Jan 28, 2019
af8c232
chore(lint): use eslint:recommended
mattbretl Jan 28, 2019
cecc0fe
refactor: rename `key` variables to `keyAttribute`
mattbretl Jan 28, 2019
66957ce
1.0.0-beta.4
mattbretl Jan 28, 2019
451818e
chore: upgrade dev deps
mattbretl Feb 7, 2019
c1a9df1
chore: use eslint-plugin-jest
mattbretl Feb 7, 2019
f23b178
chore(ci): fix issue with Debian packages
mattbretl Apr 4, 2019
ac0e971
fix(debug): remove debug
mattbretl Apr 23, 2019
0c87a74
1.0.0-beta.5
mattbretl Apr 23, 2019
9a00bae
docs: add example for `@manyToManySimpleFieldName`
mattbretl Jun 22, 2019
16e29be
chore(ci): add PG12 to CI
mattbretl Jun 22, 2019
248ab3a
chore(deps): bump jest from 24.1.0 to 24.8.0
mattbretl Jul 12, 2019
7682468
chore(deps): bump eslint from 5.13.0 to 5.16.0
mattbretl Jul 12, 2019
f33a358
feat(smartcomments): support @simpleCollections smart comment (#14)
mattbretl Jul 22, 2019
26fce3e
1.0.0-beta.6
mattbretl Jul 22, 2019
382123c
chore(debug): include type name in error message when field names con…
mattbretl Aug 26, 2019
e161da8
chore(docs): improve inflection docs
mattbretl Aug 26, 2019
a5cdcf2
chore(deps): bump eslint-utils from 1.3.1 to 1.4.2 (#18)
dependabot[bot] Aug 27, 2019
298676d
chore(ci): put lint on separate CircleCI job (#20)
singingwolfboy Aug 27, 2019
fd48ca1
chore(docs): warn about custom inflector conflicts
mattbretl Aug 31, 2019
20acc5e
chore(deps): bump postgraphile-core to 4.3.1 (#22)
singingwolfboy Sep 4, 2019
1bb061b
feat(context): pass context and rootValue to queryFromResolveData (#23)
hos Sep 5, 2019
0646a8a
1.0.0-beta.7
mattbretl Sep 5, 2019
c78906d
fix(omit): omit m:m field in both directions (#24)
mattbretl Sep 6, 2019
8bcf41b
1.0.0-beta.8
mattbretl Sep 6, 2019
ef44d25
test(snapshots): use GraphQL snapshot serializer (#27)
singingwolfboy Sep 9, 2019
636a458
chore(gitignore): ignore .env (#26)
singingwolfboy Sep 9, 2019
317517a
test(refactor): test multiple schemas (#28)
singingwolfboy Sep 9, 2019
fec071b
feat(omit): support `@omit manyToMany` on tables and constraints (#25)
mattbretl Sep 9, 2019
e510fe3
1.0.0-beta.9
mattbretl Sep 9, 2019
7879da4
fix: generate fields when junction table references same table twice …
mattbretl Sep 9, 2019
99fbf1c
1.0.0-beta.10
mattbretl Sep 9, 2019
d39e3c4
refactor: separate function for finding many-to-many relationships (#31)
singingwolfboy Sep 13, 2019
ee1ee5b
refactor: define top-level arraysAreEqual function (#33)
singingwolfboy Sep 17, 2019
7ae7cb6
chore(deps): bump postgraphile-core to 4.4.0
mattbretl Sep 20, 2019
8bd0de1
feat(edge-fields): expose junction table data as fields on edges (#19)
singingwolfboy Sep 20, 2019
18d49a9
test: rename test files
mattbretl Sep 20, 2019
1b8717e
fix: conflict-free Connection/Edge type names (#36)
mattbretl Sep 25, 2019
83cabf0
chore(deps): upgrade devDependencies (#35)
singingwolfboy Sep 27, 2019
ae8f3ca
test: fix snapshot
mattbretl Sep 27, 2019
a098cd9
refactor(inflection): move inflectors to separate sub-plugin
mattbretl Sep 27, 2019
14e1e12
chore(lint): prettier index.js
mattbretl Sep 27, 2019
fbfbf2b
refactor: use separate files for large functions
mattbretl Sep 27, 2019
382d333
1.0.0-beta.11
mattbretl Oct 3, 2019
2b76815
fix(inflection): prevent Edge/Connection type name conflicts (#39)
mattbretl Oct 3, 2019
b56225b
1.0.0-beta.12
mattbretl Oct 3, 2019
eed014f
style: lint all .js files
mattbretl Oct 9, 2019
40025b0
chore(deps): bump handlebars from 4.1.2 to 4.5.3 (#45)
dependabot[bot] Dec 29, 2019
64d216a
feat: QueryBuilder.buildNamedChildSelecting() (#43)
singingwolfboy Feb 13, 2020
15bd02c
test: use jest-serializer-graphql-schema (#41)
singingwolfboy Feb 13, 2020
a0e8422
1.0.0-beta.13
mattbretl Feb 13, 2020
f61d810
chore(ci): fix PG auth
mattbretl Mar 14, 2020
be6dcb6
chore(deps): bump acorn from 5.7.3 to 5.7.4 (#46)
dependabot[bot] Mar 14, 2020
b35a2e1
deps: require node >= 10
mattbretl Apr 29, 2020
23447b6
deps: upgrade dev deps
mattbretl Apr 29, 2020
ee3d392
fix: respect omit on tables (#49)
mattbretl Aug 18, 2020
32ea5a7
feat: add typescript type declarations (#48)
samlevin Aug 18, 2020
9d02bc7
chore(deps): update dev deps, format with prettier v2 (#50)
mattbretl Aug 18, 2020
715e84f
1.0.0
mattbretl Aug 18, 2020
1bd3d74
test: moved requires outside of module so Jest tests work (#54)
sk3tch Apr 16, 2021
c152c94
chore: remove spaces to fix lint error (#58)
mattbretl Apr 16, 2021
d7476dc
chore(deps): bump y18n from 4.0.0 to 4.0.1 (#57)
dependabot[bot] Apr 16, 2021
e2f1a81
chore: include index.d.ts in published files (#56)
benjie Apr 16, 2021
7e65aed
docs: fix typo in README.md (#51)
scottgonzalez Apr 16, 2021
81efde5
1.0.1
mattbretl Apr 16, 2021
1e2a8af
chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#59)
dependabot[bot] May 10, 2021
44e926c
chore(deps): bump ws from 7.3.1 to 7.4.6 (#60)
dependabot[bot] May 30, 2021
ad7f5e7
chore(deps): bump glob-parent from 5.1.1 to 5.1.2 (#61)
dependabot[bot] Jun 11, 2021
a7b5069
chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#62)
dependabot[bot] Aug 12, 2021
2c72165
chore(deps): bump tmpl from 1.0.4 to 1.0.5 (#63)
dependabot[bot] Sep 22, 2021
4a33918
chore(deps): bump ajv from 6.12.2 to 6.12.6 (#65)
dependabot[bot] Feb 24, 2022
3df0093
chore(deps): bump minimist from 1.2.5 to 1.2.6 (#66)
dependabot[bot] Apr 15, 2022
945ed20
chore(deps): bump ansi-regex from 4.1.0 to 4.1.1 (#67)
dependabot[bot] Apr 15, 2022
e68c5de
chore(ci): replace CircleCI with Github Actions workflow (#72)
mattbretl Dec 2, 2022
0a16560
chore(deps): update dev deps and test snapshots (#75)
mattbretl Dec 2, 2022
a71bfd0
chore(deps): update `graphql` to 15.8.0 (#76)
mattbretl Dec 2, 2022
aa0c110
chore(deps): update `postgraphile-core` to 4.12.3 (#77)
mattbretl Dec 2, 2022
8b5178b
fix: assign `default` for TypeScript compatibility (#78)
mattbretl Dec 2, 2022
088e489
chore(docs): remove CircleCI badge
mattbretl Dec 2, 2022
c065adb
1.0.2
mattbretl Dec 2, 2022
3dd354d
chore(deps): bump json5 from 2.2.1 to 2.2.3 (#80)
dependabot[bot] Jan 10, 2023
768a96f
chore(deps): bump semver from 5.7.1 to 5.7.2
dependabot[bot] Jul 11, 2023
65e3b97
chore(deps): bump word-wrap from 1.2.3 to 1.2.4
dependabot[bot] Jul 18, 2023
d3ace06
Merge pull request #85 from graphile-contrib/dependabot/npm_and_yarn/…
benjie Jul 19, 2023
3d575d1
Merge pull request #84 from graphile-contrib/dependabot/npm_and_yarn/…
benjie Aug 21, 2023
fa47ddd
chore(deps): bump @babel/traverse from 7.20.5 to 7.23.2
dependabot[bot] Oct 18, 2023
6e7af66
chore(deps): bump @babel/traverse from 7.20.5 to 7.23.2 (#86)
benjie Oct 19, 2023
2148921
chore(deps): bump braces from 3.0.2 to 3.0.3
dependabot[bot] Jun 16, 2024
2704262
chore(deps): bump braces from 3.0.2 to 3.0.3 (#90)
benjie Jul 1, 2024
97b733b
chore(deps): bump micromatch from 4.0.5 to 4.0.8
dependabot[bot] Sep 1, 2024
dace069
chore(deps): bump micromatch from 4.0.5 to 4.0.8 (#91)
benjie Sep 17, 2024
4a559fb
Import /Users/zhizhen/Projects/cosmology-tech/src/agents/pg-many-to-m…
Zetazzz Dec 11, 2025
8f2a97e
remove js code
Zetazzz Dec 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.