summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-0/+1
| | | | | | | | | | | | | | | | This change includes mainly that the bracketed use within select() is moved to positional, and keyword arguments are removed from calls to the select() function. it does not yet fully address other issues such as keyword arguments passed to the table.select(). Additionally, allows False / None to both be considered as "disable" for all of select.correlate(), select.correlate_except(), query.correlate(), which establishes consistency with passing of ``False`` for the legact select(correlate=False) argument. Change-Id: Ie6c6e6abfbd3d75d4c8de504c0cf0159e6999108
* ARM64 Support to Github Actions For Testing And Development Of Wheelsodidev2020-08-253-4/+194
| | | | | | | | | | | | | | | | **Added**: 1. ARM64 jobs in Github Workflows For Testing And Development Of Wheels 2. Two script files for creating wheels and testing. Resolves #5436 Signed-off-by: odidev <odidev@puresoftware.com> Co-authored-by: Federico Caselli <cfederico87@gmail.com> Closes: #5480 Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5480 Pull-request-sha: 131ef520bbf863ad9b65ca3bf3c2d2d214405702 Change-Id: Ia10dadd93365ba4beeefbd27c060bc077c2d7aeb
* Fix wheel check in linux workflow and improve itFederico Caselli2020-08-172-4/+26
| | | | Change-Id: I3b208674649e41bca0285d00aa11cc5975eb971a
* Improve github action workflowsFederico Caselli2020-07-273-20/+21
| | | | | | | | | - in create wheel set minimum versions of setuptools and wheel to avoid failure in python 3.5 with metadata configured in setup.cfg - update action versions - test also cext in the pull requests Change-Id: Iaa5e4e4000c7faa688b51f2f41428c7dd7cae9c3
* typoMike Bayer2020-07-011-1/+1
| | | | Change-Id: I8b10309e47b07065893f6f41dfdbd67ad3e96bad
* enhance question templateMike Bayer2020-07-011-1/+10
| | | | | | | | we need to know all version / database information for questions as well and users should be encouraged to follow MCVE form if possible. Change-Id: Ic3a4c4dbb021069b7765aa351a4d4d18a821160d
* Add pip list to workflow, update setuptoolsFederico Caselli2020-06-221-3/+10
| | | | Change-Id: I2e32ba315a79dcfc7c5f79ed6517ac0cee4f55e3
* Target real pypi in the create wheel workflowFederico Caselli2020-05-201-3/+5
| | | | Change-Id: Ic764aae08b9d45011048f21c8ee992222c078bd2
* other minor cleanupsFederico Caselli2020-04-282-2/+2
| | | | Change-Id: Ie7b8cec01ce36f2619b3e3bcb3152747be673ca3
* fix typo SQLAchemy -> SQLAlchemyFederico Caselli2020-04-272-2/+2
| | | | Change-Id: If03ccc2c2bec1c48eb6ed26091e1588b3b46e781
* Update automatic labelFederico Caselli2020-04-243-3/+3
| | | | Change-Id: I5a1496a3bd55eb8f9863b9b8cb84f1784c26dbf0
* Improve bug reportFederico Caselli2020-04-231-2/+2
|
* Update issue templatesFederico Caselli2020-04-233-0/+87
|
* Add code of conduct and contributingFederico Caselli2020-04-233-0/+28
| | | | Change-Id: I9793920a9f082ee85be0f4c94f2ce208cf2c6be9
* improve linux buildFederico Caselli2020-04-091-38/+41
| | | | Change-Id: I9bde5fb2cd9997c620d8ee3173fcd7fc6d80cae7
* allow for no spaced near the = in the tag_buildFederico Caselli2020-04-091-2/+2
| | | | Change-Id: I67b524025467fc2ee1faf34f3fe241a19b9c72f3
* remove duplicated pip update commandFederico Caselli2020-04-091-2/+1
| | | | Change-Id: I5f1d888a13dbdf4c9ded85a6922c9ffcdaea5a0f
* remove tag_build from setup.cfgFederico Caselli2020-04-091-0/+30
| | | | Change-Id: I547aecb28cda29607371138bf3a0c559a786c818
* Add github workflow to generate wheel running after a release has beed createdFederico Caselli2020-04-081-0/+252
| | | | Change-Id: I916491f8f6bdbf7de7970a0ad4b24b9965003786
* Add github action workflow to run tests on master and on pr to masterFederico Caselli2020-04-032-0/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trying the pr to check if it works right away ### Description <!-- Describe your changes in detail --> ### Checklist <!-- go over following points. check them with an `x` if they do apply, (they turn into clickable checkboxes once the PR is submitted, so no need to do everything at once) --> This pull request is: - [ ] A documentation / typographical error fix - Good to go, no issue or tests are needed - [x] A short code fix - please include the issue number, and create an issue if none exists, which must include a complete example of the issue. one line code fixes without an issue and demonstration will not be accepted. - Please include: `Fixes: #<issue number>` in the commit message - please include tests. one line code fixes without tests will not be accepted. - [ ] A new feature implementation - please include the issue number, and create an issue if none exists, which must include a complete example of how the feature would look. - Please include: `Fixes: #<issue number>` in the commit message - please include tests. **Have a nice day!** Closes: #5222 Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5222 Pull-request-sha: afbb8567525f3841554d3ba599ef4d713c78e647 Change-Id: I4981b02f900e76e446cf42e6cc6495ffc0883951
* - formattingMike Bayer2019-05-311-1/+1
| | | | Change-Id: Ic08044c65a15989839f4d6f92ccf9d1a8a8da8dc
* Create FUNDING.ymlmike bayer2019-05-271-0/+4
|
* - all the checkboxes are just embarassing, just do something simpleMike Bayer2019-01-241-15/+9
| | | | Change-Id: Icb689ffbc780016ec59c549c65e6add20c96951e
* PR template tweaksMike Bayer2019-01-151-10/+4
| | | | Change-Id: I49557362057fef3ea151bc2f4bd8c3c96cdf5935
* Pull request template finalMike Bayer2019-01-141-16/+14
| | | | Change-Id: Id94b90a58753e044ec3495601fea4c12e79d6e3d
* another change to the PR templateMike Bayer2019-01-141-4/+14
| | | | Change-Id: I29b0f60d3ec32249333edaeb6550147bd740d893
* Try a new pull request templateMike Bayer2019-01-141-7/+27
| | | | Change-Id: I4c2c176c30eb99157bd037035501f876cb344823
* add pull request templateMike Bayer2018-12-211-0/+11
Change-Id: I850c246e4f0feb62dca083909e5d010ce8288a3d