Commit Graph

6975 Commits

Author SHA1 Message Date
Robert Csakany
6aad783de4 #1961 HSQLDB dont use parenthes in Union. 2016-08-06 12:27:04 +02:00
Ruben Dijkstra
15b8ab7c38 Merge pull request #1956 from balazs-zsoldos/i1955
#1955 Fix foreign key generation in MetadataExporter
2016-07-06 23:02:53 +02:00
Balazs Zsoldos
a9d41a2132 #1955 Fix ignoring foreign keys in MetadataExporter 2016-07-06 21:47:45 +02:00
Timo Westkämper
c18d844412 Merge pull request #1957 from querydsl/pull-approve2
Use yaml list notation in pullapprove config
2016-07-05 22:34:08 +03:00
Ruben Dijkstra
374006c792 Use yaml list notation in pullapprove config 2016-07-04 21:51:35 +02:00
Timo Westkämper
c4edd4d095 Merge pull request #1950 from querydsl/pull-approve
Add PullApprove config
2016-07-04 20:01:49 +03:00
Ruben Dijkstra
2ad50c7556 Ignore author's approval 2016-07-01 21:08:17 +02:00
Ruben Dijkstra
025a78316b Add more keywords to the approve_regex 2016-07-01 21:02:01 +02:00
Ruben Dijkstra
ea1e2dd1bf Use the GitHub configuration for the teams 2016-07-01 21:02:00 +02:00
Ruben Dijkstra
61b3a87ee7 Quote the pullapprove regexes 2016-07-01 20:56:27 +02:00
Timo Westkämper
5f8337ba7d Add PullApprove config 2016-07-01 20:26:12 +03:00
Timo Westkämper
1a1b7f42d6 Bump version 2016-07-01 17:54:07 +03:00
Timo Westkämper
eef7c3f0f6 Merge pull request #1948 from querydsl/querydsl-4.1.3
Querydsl 4.1.3
2016-06-30 22:39:20 +03:00
Timo Westkämper
28f8f45524 Querydsl 4.1.3 2016-06-30 22:13:48 +03:00
Timo Westkämper
fc8b5da0fb Merge pull request #1935 from querydsl/i1933
Use default locale instead of ENGLISH
2016-06-30 21:59:27 +03:00
Timo Westkämper
9389d37b1c Merge pull request #1940 from tan31989/i1936
Join for dynamic entity path alias, querydsl-sql needs implementation
2016-06-30 21:49:49 +03:00
Timo Westkämper
d91b5d9159 Use default locale instead of ENGLISH 2016-06-30 21:22:32 +03:00
Timo Westkämper
9d7aa86548 Merge pull request #1937 from querydsl/i1932
Make cross join overridable
2016-06-30 21:19:45 +03:00
Timo Westkämper
0ded767809 Merge pull request #1946 from querydsl/i1938
Fix docs
2016-06-30 21:18:30 +03:00
Timo Westkämper
1b970c05d8 Merge pull request #1926 from querydsl/i1921
Fix end position handling
2016-06-30 21:18:08 +03:00
Timo Westkämper
f7dec5b73d Merge pull request #1930 from querydsl/i1929
Fix template handling
2016-06-30 19:43:25 +03:00
Timo Westkämper
77eb50af5d Fix docs 2016-06-30 19:41:09 +03:00
Timo Westkämper
05752afebb Merge pull request #1931 from querydsl/i1788
Bump the `maven-plugin-plugin`
2016-06-30 19:37:56 +03:00
Timo Westkämper
cfab102cac Merge pull request #1925 from querydsl/i1923
Fix docs
2016-06-30 19:27:31 +03:00
Timo Westkämper
2281271d7d Make cross join overridable 2016-06-30 19:26:49 +03:00
nagarajt
478dde3b1a Added some test cases and also updated the incorrect java docs 2016-06-30 11:04:27 +05:30
nagarajt
82740e944b Updated the method docs 2016-06-29 17:14:36 +05:30
nagarajt
7bc1e3e582 Join for dynamic entity path alias, querydsl-sql needs implementation for EntityPath and alias 2016-06-29 11:40:25 +05:30
Ruben Dijkstra
d8dcb9284f Merge pull request #1900 from querydsl/i1898
Issue 1898: Coalesce using UNION keyword instead of a comma
2016-06-28 17:31:36 +02:00
Timo Westkämper
0cff0fc799 Fix numeric type usage 2016-06-24 13:31:42 +03:00
Timo Westkämper
2a34ed63b3 Add test 2016-06-24 11:02:06 +03:00
Ruben Dijkstra
cdf5e111c8 Bump the maven-plugin-plugin
This fixes the parsing of plugin descriptors (the doclets) and the writing of the names of the parameters
2016-06-21 21:58:20 +02:00
Timo Westkämper
e6eba39ea2 Add set support 2016-06-20 00:41:14 +03:00
Robert Bain
24ab7eb036 Issue 1898: Coalesce using UNION keyword instead of a comma 2016-06-20 00:41:05 +03:00
Timo Westkämper
fbd75c840e Fix end position handling 2016-06-17 22:37:17 +03:00
Ruben Dijkstra
2492722f90 Merge pull request #1918 from ruisalgado/issue#1908-improve-templates-public-api
Replace concrete ImmutableList with List interface in public api
2016-06-16 21:43:16 +02:00
Timo Westkämper
03f91758c1 Fix docs 2016-06-16 21:07:19 +03:00
Rui Salgado
754a9d1e7d Replace concrete ImmutableList with List interface in public api
Deprecates methods that take concrete ImmutableList.
Intention is to avoid mistakes with other list implementations
being dispatched to a different method overload, intended for varargs.
Resolves #1908
2016-06-12 20:59:04 +01:00
Timo Westkämper
9076f82ed6 Merge pull request #1909 from querydsl/i1803-2
Improve init handling
2016-06-11 15:09:11 +03:00
Timo Westkämper
6ebc98a18d Improve init handling
Improve PathInits default resolving
2016-06-11 14:35:03 +03:00
Timo Westkämper
9c4a4415db Merge pull request #1910 from querydsl/generic-exporter-method-handling
Make method handling compatible with APT logic
2016-06-11 14:30:32 +03:00
Timo Westkämper
d060c978d9 Add tests 2016-06-11 12:48:03 +03:00
Timo Westkämper
2154e8a432 Add PropertyHandling 2016-06-11 12:47:51 +03:00
Timo Westkämper
a5a8c1fc2b Merge pull request #1915 from querydsl/i1914
Add missing notIn method
2016-06-11 12:39:06 +03:00
Ruben Dijkstra
1f921bcee5 Add missing notIn(Expression<? extends T>...) method 2016-06-09 08:38:49 +02:00
Timo Westkämper
8e06e9ec7c Exclude static and bridge methods 2016-06-05 19:57:28 +03:00
Timo Westkämper
47fcde0823 Improve exclusion handling 2016-06-05 19:57:28 +03:00
Timo Westkämper
c8f5d699c5 Make method handling compatible with APT logic 2016-06-05 19:57:20 +03:00
Timo Westkämper
e349a4c49f Merge pull request #1906 from querydsl/release-fixes
Improve release script
2016-06-05 10:19:56 +03:00
Timo Westkämper
94e5f707eb Improve release script 2016-06-05 10:19:12 +03:00