This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a change to branch CAUSEWAY-3676
in repository https://gitbox.apache.org/repos/asf/causeway.git


 discard c2a98c7b0f CAUSEWAY-3676: wip on introducing rich and simple schema 
styles
 discard a6024982f3 CAUSEWAY-3676: wip on causeway config settings
     add d35c5a9d3c Merge pull request #2222 from apache/CAUSEWAY-3676
     new 011fa0a735 CAUSEWAY-3676: wip on causeway config settings
     new 0992b7bb27 CAUSEWAY-3676: wip on introducing rich and simple schema 
styles
     new ea7344c373 CAUSEWAY-3676: wip, more on 'rich' and 'simple' schemas; 
updates .gql tests
     new e731ad589d CAUSEWAY-3676: wip, more on 'rich' and 'simple' schemas; 
updates .gql tests

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c2a98c7b0f)
            \
             N -- N -- N   refs/heads/CAUSEWAY-3676 (e731ad589d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../core/config/CausewayConfiguration.java         |   5 +-
 .../graphql/model/domain/GqlvAbstractCustom.java   |   3 +
 ...pLevelRich.java => GqlvTopLevelRichSchema.java} |  32 +++----
 .../model/toplevel/GqlvTopLevelMutation.java       |   5 +
 .../GqlvTopLevelQueryForSimpleAndRich.java         |  17 +++-
 .../viewer/graphql/model/toplevel/RichSchema.java  |  19 ----
 .../graphql/model/toplevel/SimpleSchema.java       |  19 ----
 ...IntegTest.each.action_with_disabled_param._.gql |  26 ++---
 ...t.each.action_with_disabled_param.approved.json |  26 ++---
 ...n_IntegTest.each.action_with_hidden_param._.gql |  18 ++--
 ...est.each.action_with_hidden_param.approved.json |  18 ++--
 .../e2e/Admin_IntegTest.each.admin_action._.gql    |  10 +-
 ...Admin_IntegTest.each.admin_action.approved.json |  10 +-
 .../Admin_IntegTest.each.other_admin_action._.gql  |  10 +-
 ...IntegTest.each.other_admin_action.approved.json |  10 +-
 ...alculator_IntegTest.each.add_big_decimals._.gql |  30 +++---
 ...alculator_IntegTest.each.add_big_integers._.gql |  10 +-
 ...ulator_IntegTest.each.add_double_wrappers._.gql |  10 +-
 .../Calculator_IntegTest.each.add_doubles._.gql    |  10 +-
 ...culator_IntegTest.each.add_float_wrappers._.gql |  10 +-
 .../e2e/Calculator_IntegTest.each.add_floats._.gql |  10 +-
 ...lator_IntegTest.each.add_integer_wrappers._.gql |  10 +-
 .../Calculator_IntegTest.each.add_integers._.gql   |  10 +-
 .../Calculator_IntegTest.each.boolean_and_1._.gql  |  10 +-
 .../Calculator_IntegTest.each.boolean_and_2._.gql  |  10 +-
 .../Calculator_IntegTest.each.boolean_not._.gql    |  10 +-
 .../Calculator_IntegTest.each.boolean_or_1._.gql   |  10 +-
 .../Calculator_IntegTest.each.boolean_or_2._.gql   |  10 +-
 .../e2e/Calculator_IntegTest.each.concat._.gql     |  10 +-
 ...lator_IntegTest.each.jdk8_local_plus_days._.gql |  10 +-
 ...st.each.jdk8_local_plus_hours_and_minutes._.gql |  10 +-
 ...k8_offset_plus_days_and_hours_and_minutes._.gql |  10 +-
 ...t.each.jdk8_offset_plus_hours_and_minutes._.gql |  10 +-
 ...dk8_zoned_plus_days_and_hours_and_minutes._.gql |  10 +-
 ...lator_IntegTest.each.joda_local_plus_days._.gql |  10 +-
 ...st.each.joda_local_plus_hours_and_minutes._.gql |  10 +-
 .../Calculator_IntegTest.each.joda_plus_days._.gql |  10 +-
 .../e2e/Calculator_IntegTest.each.next_month._.gql |  10 +-
 ...Calculator_IntegTest.each.scenario_concat._.gql |  22 +++--
 .../Calculator_IntegTest.each.some_locale._.gql    |  10 +-
 .../e2e/Calculator_IntegTest.each.some_url._.gql   |  10 +-
 .../e2e/Calculator_IntegTest.each.some_uuid._.gql  |  10 +-
 ...tegTest.change_department_name_visibility._.gql |   8 +-
 ...partment_IntegTest.each.create_department._.gql |  18 ++--
 ...ach.create_department_name_param_disabled._.gql |  22 +++--
 ...tment_IntegTest.each.find_all_departments._.gql |  24 ++---
 ...d_department_and_add_staff_member_choices._.gql |  42 ++++----
 ...ach.find_department_and_add_staff_members._.gql | 106 +++++++++++----------
 ...d_department_and_change_head_autocomplete._.gql |  24 ++---
 ...h.find_department_and_change_head_default._.gql |  22 +++--
 ...h.find_department_and_change_name_invalid._.gql |  20 ++--
 ...ind_department_and_edit_head_autocomplete._.gql |  18 ++--
 ..._and_edit_head_autocomplete_none_matching._.gql |  18 ++--
 ...t.each.find_department_and_list_its_staff._.gql |  26 ++---
 ...epartment_and_remove_staff_member_choices._.gql |  22 +++--
 ...nt_IntegTest.each.find_department_by_name._.gql |  18 ++--
 ....scenario_find_department_and_change_name._.gql |  48 +++++-----
 ...ach.find_depthead_and_change_name_invalid._.gql |  14 +--
 ...d_depthead_and_change_name_invoke_invalid._.gql |  20 ++--
 ...Head_IntegTest.each.find_depthead_by_name._.gql |  24 ++---
 .../e2e/People_IntegTest.each.find_person._.gql    |  40 ++++----
 ...Test.each.name_of_when_dept_head_using_id._.gql |  16 ++--
 ...est.each.name_of_when_dept_head_using_ref._.gql |  42 ++++----
 ...ame_of_when_staff_member_using_invalid_id._.gql |  16 ++--
 ....each.name_of_when_staff_member_using_ref._.gql |  42 ++++----
 ....each.create_staff_member_with_department._.gql |  76 ++++++++-------
 ...t.each.find_staff_member_by_name_and_edit._.gql |  18 ++--
 ...aff_member_by_name_and_edit_grade_choices._.gql |  16 ++--
 ...aff_IntegTest.each.list_all_staff_members._.gql |  32 ++++---
 ...gTest.each.staff_member_name_edit_invalid._.gql |  18 ++--
 ...IntegTest.each.staff_member_name_validate._.gql |  14 +--
 ...rson_using_id_and_logicalTypeName.approved.json |  15 +--
 ...ng_id_but_invalid_logicalTypeName.approved.json |  10 +-
 ...member_by_name_and_download_photo.approved.json |  30 ++----
 viewers/graphql/test/src/test/resources/schema.gql |  11 ++-
 .../integration/GraphQlSourceForCauseway.java      |  32 ++++---
 76 files changed, 781 insertions(+), 671 deletions(-)
 rename 
viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/rich/{GqlvTopLevelRich.java
 => GqlvTopLevelRichSchema.java} (82%)
 delete mode 100644 
viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/toplevel/RichSchema.java
 delete mode 100644 
viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/toplevel/SimpleSchema.java

Reply via email to