RE: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-14 Thread Ahmed Mohamed
+1

- Signature and Hash. (Checked)

- Tags and Links. (Checked)

- License and Notice. (Checked)

- No Unexpected Binary Files. (Checked)




On 2023/05/09 21:30:37 John Gemignani wrote:
> Dear Apache Community,
>
> Please carefully read all instructions as they may have changed since the
> last vote thread.
>
> This is an official [VOTE] for Apache AGE release 1.3.0 for PostgreSQL 11.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release are:
>
> *
> Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
>
> Add additional comments for create_graph function. (#582)
> Optimize age_exists function. (#586)
> Implement plus-equal operator in SET clause. (#638)
> Implement CI test for python driver. (#587)
> Move from travis CI to github actions for build. (#673)
> Update all driver CIs to Github actions.
> Fix build warnings.
> Fix golang driver workflow (#563)
> Updated Readme for drivers folder. (#642)
> Removed async from function definitions. (#680)
> Barbell graph generation (#648) and Barbell regress tests. (#708)
> Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> Modify docker url for JDBC driver tests (#716)
> Fix WITH ignoring WHERE clause. (#646)
> Implement isEmpty() predicate function. (#710)
> Fix cypher function input argument checks. (#718)
> Fix Issue 693 - server termination from return exists(path). (#721)
> Update regression tests for cypher_with. (#725)
> Fix issue 733 - create_complete_graph() terminates the server. (#734)
> Prevent MATCH from following OPTIONAL MATCH. (#740)
> Fix property constraints against resolved variables. (#724) (#751) (#701)
> (#747)
> Include invalid labels in reused variables. (#751) (#762)
> Remove check for scalar agtypes in unwind. (#736)
> Update PG11 CI workflows.
> Update readme and version for python driver. (#780)
> Update README.md
> *
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> The git commit hash:
> commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
>
> For information about the contents of this release see:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please note that Apache REQUIRES the following information to be in your
> response to the vote, in order for it to be valid -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
>   response. Otherwise, leave it out. Do not mention it if you are
>   not a PMC.
>
> - You MUST state what you checked to support your vote. See
>   the samples given below for guidance.
>
> - You MUST, at a minimum, check the above tags, hash,
>links, and signatures for validity.
>
> - You CANNOT just say, +1 or 0. You need to state what items
>   you checked.
>
> If your vote DOES NOT follow the above guidelines or samples below, it may
> be thrown out.
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please vote as follows -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
>  !!! Followed by what you checked !!!
>
> Sample responses, two for PMCs (binding) and two for regular committers.
> These are only samples, do not copy/paste.
>
> Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
> binding. If you are a PMC, you must state it.
>
>+1 (binding)   +1
>Checked the following:   Checked the following:
>- Signature and Hash.   - Signature and Hash.
>- Tags and Links.   - Tags and Links.
>- LICENSE and NOTICE.  - LICENSE and NOTICE.
>- No unexpected binary files. - No unexpected binary files.
>
> -1, Failed due to 0 (binding)
> Checked the following:   Checked the following:
>- Signature and Hash. - Signature and Hash.
>- Tags and Links. - Tags and Links.
>- BAD LICENSE and NOTICE.   - LICENSE and NOTICE.
>- No unexpected binary files.  - No unexpected binary files.
>
> Again, those are just samples for guidance, DO NOT copy/paste. However,
> your responses should be similar in form.
>
> Please note that it is not a good practice to copy/paste someone else's
> response, you may inadvertently misrepresent yourself or your vote.
>
> This vote will be open for 72 hours.
>

RE: Re: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11

2023-05-14 Thread Ahmed Mohamed
+1

- Signature and Hash. (Checked) - Tags and Links. (Checked) - License and
Notice. (Checked) - No Unexpected Binary Files. (Checked)







On 2023/05/10 20:56:20 Nicholas Sorrell wrote:
> +1 (binding)
>
>
> Checked:
>
> - Signature and Hash
>
> - Tags and Links
>
> - LICENSE and NOTICE
>
> - No unexpected binary files
>
> - No unexpected files between git repo/apache release and all file
checksums match
>
>
> Performed smoke test which includes:
>
> - Build Dockerfile (which builds project)
>
> - Run Docker image
>
> - Runs commands (create graph/node) via psql verifying basic
functionality
>
> - Create new system user to run test suite
>
> - Verify tests pass (24 passed)
>
>
> --
> Nick Sorrell
>
>
> 
> From: John Gemignani 
> Sent: Tuesday, May 9, 2023 5:30 PM
> To: dev@age.apache.org 
> Subject: [VOTE] Apache AGE release 1.3.0 for PostgreSQL 11
>
> Dear Apache Community,
>
> Please carefully read all instructions as they may have changed since the
> last vote thread.
>
> This is an official [VOTE] for Apache AGE release 1.3.0 for PostgreSQL 11.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release are:
>
> *
> Release Notes for Apache AGE release v1.3.0 for PostgreSQL 11
>
> Add additional comments for create_graph function. (#582)
> Optimize age_exists function. (#586)
> Implement plus-equal operator in SET clause. (#638)
> Implement CI test for python driver. (#587)
> Move from travis CI to github actions for build. (#673)
> Update all driver CIs to Github actions.
> Fix build warnings.
> Fix golang driver workflow (#563)
> Updated Readme for drivers folder. (#642)
> Removed async from function definitions. (#680)
> Barbell graph generation (#648) and Barbell regress tests. (#708)
> Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
> Modify docker url for JDBC driver tests (#716)
> Fix WITH ignoring WHERE clause. (#646)
> Implement isEmpty() predicate function. (#710)
> Fix cypher function input argument checks. (#718)
> Fix Issue 693 - server termination from return exists(path). (#721)
> Update regression tests for cypher_with. (#725)
> Fix issue 733 - create_complete_graph() terminates the server. (#734)
> Prevent MATCH from following OPTIONAL MATCH. (#740)
> Fix property constraints against resolved variables. (#724) (#751) (#701)
> (#747)
> Include invalid labels in reused variables. (#751) (#762)
> Remove check for scalar agtypes in unwind. (#736)
> Update PG11 CI workflows.
> Update readme and version for python driver. (#780)
> Update README.md
> *
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> The git commit hash:
> commit 1a452595fe59975c1df4941e4f8eeb12c097bab7
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG11/1.3.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
>
> For information about the contents of this release see:
> https://github.com/apache/age/releases/tag/PG11/v1.3.0-rc0
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please note that Apache REQUIRES the following information to be in your
> response to the vote, in order for it to be valid -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
>   response. Otherwise, leave it out. Do not mention it if you are
>   not a PMC.
>
> - You MUST state what you checked to support your vote. See
>   the samples given below for guidance.
>
> - You MUST, at a minimum, check the above tags, hash,
>links, and signatures for validity.
>
> - You CANNOT just say, +1 or 0. You need to state what items
>   you checked.
>
> If your vote DOES NOT follow the above guidelines or samples below, it may
> be thrown out.
>
> !!! IMPORTANT PLEASE READ !!!
>
> Please vote as follows -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 11.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
>  !!! Followed by what you checked !!!
>
> Sample responses, two for PMCs (binding) and two for regular committers.
> These are only samples, do not copy/paste.
>
> Remember, (binding) is ONLY for PMCs. If you are not a PMC, DO NOT say
> binding. If you are a PMC, you must state it.
>
>+1 (binding)   +1
>Checked the following:   Checked the following:
>- Signature and Hash.   - Signature and Hash.
>- Tags and Links.   - Tags and Links.
>- LICENSE and NOTICE.  - LICENSE and NOTICE.
>- No 

RE: [VOTE] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-12 Thread Ahmed Mohamed
+1
Checked the following

- License and Notice
- Signature and Hash
- Tags and Links
- No unexpected binary files




On 2023/04/10 23:42:02 John Gemignani wrote:
> Dear Apache Community,
>
> This is an official vote for the Apache AGE release 1.3.0 for PostgreSQL
13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and issues addressed in this release:
> *
>  Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
>  NOTE: Due to this being the first release for PostgreSQL 13, there is
> no
>  upgrade path from other versions.
>
>  Implement CALL ...[YIELD] for cypher functions. (#630)
>  Graph names with the empty string '' are disallowed. (#251)
>  Fix typos at multiple locations. (#470)
>  Fix Bug with CALL... [YIELD], clause ignores WHERE.
>  Fix EXPLAIN to allow for nested cypher commands.
>  Fix delete_global_graphs and add regression tests. (#336)
>  Invalid labels now return NULL.
>  Update CONTRIBUTING.md (#348)
>  Fix null pointer on name compare. (#376)
>  Fix Travis CI warning messages.
>  Additional regression tests added for age_global_graph. (#341)
>  Readme Added for AGE-JDBC-Driver. (#383)
>  Updated volatility categories for many functions.
>  Fix issue 339 - entities in WHERE clause have wrong Expr. (#391)
>  Create complete graph function. (#342) (#662)
>  Fix issue 317: Graph naming convention. (#349)
>  Update SET clause to support assigning a map to a variable. (#468)
>  Patch to address PR 203 that appears to be inactive. (#671)
>  Add additional comments for create_graph function. (#582)
>  Optimize age_exists function. (#586)
>  Implement plus-equal operator in SET clause. (#638)
>  Implement CI test for python driver. (#587)
>  Move from travis CI to github actions for build. (#673)
>  Update all driver CIs to Github actions.
>  Fix build warnings. (#709)
>  Updated Readme for drivers folder. (#642)
>  Removed async from function definitions. (#680)
>  Barbell graph generation (#648) and Barbell regress tests. (#708)
>  Updated Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
>  Fix WITH ignoring WHERE clause. (#646)
>  Implement isEmpty() predicate function. (#710)
>  Fix cypher function input argument checks. (#718)
>  Fix Issue 693 - server termination from return exists(path). (#721)
>  Update regression tests for cypher_with. (#725)
>  Fix issue 733 - create_complete_graph() terminates the server. (#734)
>  Prevent MATCH from following OPTIONAL MATCH. (#740)
>  Fix property constraints against resolved variables. (#724) (#751)
> (#701) (#747)
>  Include invalid labels in reused variables. (#751) (#762)
>  Fix update_entity_tuple to use correct CommandId. (#769)
>  Remove check for scalar agtypes in unwind. (#736)
>  Update PG13 CI workflows. (#775)
>  Update readme and version for python driver. (#780)
>  Update README.md
> *
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> The git commit hash:
> commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
> The release files for 1.3.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/1.3.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
>
> For information about the contents of this release, see:
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> !!! IMPORTANT !!!
> Please note that Apache REQUIRES the following information to be in your
> response the the vote -
>
> - If you are a binding vote, a PMC, then you MUST state it in your
> response.
> - You MUST state what you checked, to support your vote.
>
> Please vote -
>
> +1, Release this package as Apache AGE 1.3.0 for PostgreSQL 13.
>   0, I won't get in the way of the vote.
>  -1, Do not release this package because 
>
> For example -
>
>  +1 (Binding)
>  Checked the following:
>  - Signature and hash - check.
>  - Tags and links - check.
>  - LICENSE and NOTICE - check.
>  - No unexpected binary files - check.
>
> This vote will be open for 72 hours.
>
> Thank you for your time.
>
> John Gemignani
>


Re: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-06 Thread Ahmed Mohamed
Excellent work

On Fri, Apr 7, 2023, 1:27 AM Ahmed Mohamed 
wrote:

> Excellent work
>
> On 2023/03/31 21:43:00 John Gemignani wrote:
> > Dear Apache Community,
> >
> >
> >
> > We would like to open a discussion for the Apache AGE release 1.3.0 for
> > PostgreSQL 13.
> >
> >
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> >
> >
> > Functionalities included and addressed in this release:
> >
> >
> >
> > Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
> >
> > NOTE: Due to this being the first release for PostgreSQL 13, there is no
> >
> > upgrade path from other versions.
> >
> > Implement CALL ...[YIELD] for cypher functions. (#630
> > <https://github.com/apache/age/pull/630>)
> >
> > Graph names with the empty string '' are no more allowed. (#251
> > <https://github.com/apache/age/pull/251>)
> >
> > Fix typos at multiple locations. (#470
> > <https://github.com/apache/age/pull/470>)
> >
> > Fix Bug with CALL... [YIELD], clause ignores WHERE.
> >
> > Fix EXPLAIN to allow for nested cypher commands.
> >
> > Fix delete_global_graphs and add regression tests. (#336
> > <https://github.com/apache/age/pull/336>)
> >
> > Invalid labels now return NULL.
> >
> > Update CONTRIBUTING.md (#348 <https://github.com/apache/age/pull/348>)
> >
> > Fix null pointer on name compare. (#376
> > <https://github.com/apache/age/pull/376>)
> >
> > Fix Travis CI warning messages.
> >
> > Additional regression tests added for age_global_graph. (#341
> > <https://github.com/apache/age/pull/341>)
> >
> > Readme Added for AGE-JDBC-Driver. (#383
> > <https://github.com/apache/age/pull/383>)
> >
> > Updated volitility categories for many functions.
> >
> > Fix issue 339 - entities in WHERE clause have wrong Expr. (#391
> > <https://github.com/apache/age/pull/391>)
> >
> > Create complete graph function. (#342
> > <https://github.com/apache/age/pull/342>) (#662
> > <https://github.com/apache/age/pull/662>)
> >
> > Fix issue 317: Graph naming convention. (#349
> > <https://github.com/apache/age/pull/349>)
> >
> > Update SET clause to support assigning a map to a variable. (#468
> > <https://github.com/apache/age/pull/468>)
> >
> > Patch to address PR 203 that appears to be inactive. (#671
> > <https://github.com/apache/age/pull/671>)
> >
> > Add additional comments for create_graph function. (#582
> > <https://github.com/apache/age/pull/582>)
> >
> > Optimize age_exists function. (#586 <
> https://github.com/apache/age/pull/586>
> > )
> >
> > Implement plus-equal operator in SET clause. (#638
> > <https://github.com/apache/age/pull/638>)
> >
> > Implement CI test for python driver. (#587
> > <https://github.com/apache/age/pull/587>)
> >
> > Move from travis CI to github actions for build. (#673
> > <https://github.com/apache/age/pull/673>)
> >
> > Update all driver CIs to Github actions.
> >
> > Fix build warnings. (#709 <https://github.com/apache/age/pull/709>)
> >
> > Updated Readme for drivers folder. (#642
> > <https://github.com/apache/age/pull/642>)
> >
> > Removed async from function definitions. (#680
> > <https://github.com/apache/age/pull/680>)
> >
> > Barbell graph generation (#648 <https://github.com/apache/age/pull/648>)
> > and Barbell regress tests. (#708 <https://github.com/apache/age/pull/708
> >)
> >
> > UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706
> > <https://github.com/apache/age/pull/706>)
> >
> > Fix WITH ignoring WHERE clause. (#646
> > <https://github.com/apache/age/pull/646>)
> >
> > Implement isEmpty() predicate function. (#710
> > <https://github.com/apache/age/pull/710>)
> >
> > Fix cypher function input argument checks. (#718
> > <https://github.com/apache/age/issues/718>)
> >
> > Fix Issue 693 - server termination from return exists(path). (#721
> > <https://github.com/apache/age/pull/721>)
> >
> > Update regression tests for cypher_with. (#725
> > <https://github.com/apache/age/pull/725>)
> >
> > Fix issue 733 - create_complete_graph() terminates the server. (#734
> > <https://github.com/apache/age/pull/734>)
> >
> > Prevent MATCH fro

RE: [DISCUSS] Apache AGE 1.3.0 Release for PostgreSQL 13

2023-04-06 Thread Ahmed Mohamed
Excellent work

On 2023/03/31 21:43:00 John Gemignani wrote:
> Dear Apache Community,
>
>
>
> We would like to open a discussion for the Apache AGE release 1.3.0 for
> PostgreSQL 13.
>
>
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
>
>
> Functionalities included and addressed in this release:
>
>
>
> Apache AGE 1.3.0 for PostgreSQL 13 Release Notes
>
> NOTE: Due to this being the first release for PostgreSQL 13, there is no
>
> upgrade path from other versions.
>
> Implement CALL ...[YIELD] for cypher functions. (#630
> )
>
> Graph names with the empty string '' are no more allowed. (#251
> )
>
> Fix typos at multiple locations. (#470
> )
>
> Fix Bug with CALL... [YIELD], clause ignores WHERE.
>
> Fix EXPLAIN to allow for nested cypher commands.
>
> Fix delete_global_graphs and add regression tests. (#336
> )
>
> Invalid labels now return NULL.
>
> Update CONTRIBUTING.md (#348 )
>
> Fix null pointer on name compare. (#376
> )
>
> Fix Travis CI warning messages.
>
> Additional regression tests added for age_global_graph. (#341
> )
>
> Readme Added for AGE-JDBC-Driver. (#383
> )
>
> Updated volitility categories for many functions.
>
> Fix issue 339 - entities in WHERE clause have wrong Expr. (#391
> )
>
> Create complete graph function. (#342
> ) (#662
> )
>
> Fix issue 317: Graph naming convention. (#349
> )
>
> Update SET clause to support assigning a map to a variable. (#468
> )
>
> Patch to address PR 203 that appears to be inactive. (#671
> )
>
> Add additional comments for create_graph function. (#582
> )
>
> Optimize age_exists function. (#586 <
https://github.com/apache/age/pull/586>
> )
>
> Implement plus-equal operator in SET clause. (#638
> )
>
> Implement CI test for python driver. (#587
> )
>
> Move from travis CI to github actions for build. (#673
> )
>
> Update all driver CIs to Github actions.
>
> Fix build warnings. (#709 )
>
> Updated Readme for drivers folder. (#642
> )
>
> Removed async from function definitions. (#680
> )
>
> Barbell graph generation (#648 )
> and Barbell regress tests. (#708 )
>
> UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706
> )
>
> Fix WITH ignoring WHERE clause. (#646
> )
>
> Implement isEmpty() predicate function. (#710
> )
>
> Fix cypher function input argument checks. (#718
> )
>
> Fix Issue 693 - server termination from return exists(path). (#721
> )
>
> Update regression tests for cypher_with. (#725
> )
>
> Fix issue 733 - create_complete_graph() terminates the server. (#734
> )
>
> Prevent MATCH from following OPTIONAL MATCH. (#740
> )
>
> Fix property constraints against resolved variables. (#724
> ) (#751
> ) (#701
> ) (#747
> )
>
> Include invalid labels in reused variables. (#751
> ) (#762
> )
>
> Fix update_entity_tuple to use correct CommandId. (#769
> )
>
> Remove check for scalar agtypes in unwind. (#736
> )
>
> Update PG13 CI workflows. (#775 )
>
> Update readme and version for python driver. (#780
> )
>
> Update README.md
>
>
> *
>
>
>
> The git tag to be discussed and voted on:
>
> https://github.com/apache/age/releases/tag/PG13/v1.3.0-rc0
>
> The git commit hash:
>
>   commit 09e8cb4495f19badeb1aa20bf0990a874a120fbe
>
>
>
> The release files for 1.3.0, can be found at:
>
> https://dist.apache.org/repos/dist/dev/age/PG13/1.3.0.rc0/
>
>
>