summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Create README.mdHEADmastermainD Corbacho2020-11-161-0/+6
|
* Revert drop of Exhibit B on MPL 2.0dcorbacho2020-07-201-2/+8
|
* Update LICENSEdcorbacho2020-07-201-1/+1
|
* Drop Exhibit B from our version of MPL 2.0Michael Klishin2020-07-191-8/+2
|
* Merge pull request #11 from rabbitmq/switch-to-MPL-2.0D Corbacho2020-07-112-467/+376
|\ | | | | Switch to Mozilla Public License 2.0 (MPL 2.0)
| * Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-112-467/+376
|/
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-107-7/+7
|
* Merge pull request #8 from gmr/masterMichael Klishin2020-01-041-13/+13
|\ | | | | Change exchange from shortstr to the exchange-name domain
| * Merge branch 'master' into masterMichael Klishin2020-01-041-12/+13
| |\ | |/ |/|
* | Merge pull request #9 from gmr/queue-nameMichael Klishin2020-01-041-8/+8
|\ \ | | | | | | Change queue from shortstr to the queue-name domain
| * \ Merge branch 'master' into queue-nameMichael Klishin2020-01-041-4/+5
| |\ \ | |/ / |/| |
* | | Merge pull request #10 from gmr/message-countMichael Klishin2020-01-041-4/+5
|\ \ \ | | | | | | | | Change message-count from long to the message-count domain
| * | | Use the message-count domainGavin M. Roy2020-01-031-4/+5
|/ / /
| * | Use the queue-name domainGavin M. Roy2020-01-031-8/+8
|/ /
| * Change exchange from shortstr to the exchange-name domainGavin M. Roy2020-01-031-13/+13
|/
* Merge pull request #7 from rabbitmq/oauth2-credential-expiration-supportv3.8.3-beta.2v3.8.3-beta.1v3.8.2-rc.1v3.8.2v3.8.1-rc.1v3.8.1-beta.2v3.8.1-beta.1v3.8.1v3.8.0-rc.3v3.8.0-rc.2v3.8.0-rc.1v3.8.0-beta.7v3.8.0-beta.6v3.8.0-beta.5v3.8.0Arnaud Cogoluègnes2019-07-041-7/+16
|\ | | | | Support client-driven refresh of expiring credentials
| * Set new-secret type to longstroauth2-credential-expiration-supportArnaud Cogoluègnes2019-06-251-1/+1
| | | | | | | | | | Short strings are limited to 256 characters and tokens can easily be longer than this.
| * Introduce connection.update-secret[-ok] methodsMichael Klishin2019-06-191-7/+16
|/ | | | | | | | | | | So that clients with expiring credentials/secrets, such as those using JWT/OAuth 2.0 tokens, would have a chance to provide updated credentials (e.g. a new JWT token) to the server without reconnecting. Pair: @gerhard. Per discussion with @acogoluegnes.
* Merge pull request #6 from spring-operator/polish-urls-remaining-masterv3.8.0-beta.4Michael Klishin2019-03-207-10/+10
|\ | | | | URL Cleanup
| * URL CleanupSpring Operator2019-03-207-10/+10
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # HTTP URLs that Could Not Be Fixed These URLs were unable to be fixed. Please review them to see if they can be manually resolved. * http://www.twiststandards.org/index.php?option=com_docman&task=cat_view&gid=28&&Itemid=90 (301) with 2 occurrences could not be migrated: ([https](https://www.twiststandards.org/index.php?option=com_docman&task=cat_view&gid=28&&Itemid=90) result SSLHandshakeException). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * http://github.com/tonyg/json-shapes with 2 occurrences migrated to: https://github.com/tonyg/json-shapes ([https](https://github.com/tonyg/json-shapes) result 200). * http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 1 occurrences migrated to: https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) result 200). * http://contributor-covenant.org with 1 occurrences migrated to: https://contributor-covenant.org ([https](https://contributor-covenant.org) result 301). * http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to: https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/) result 301). * http://pypi.python.org/pypi/simplejson with 1 occurrences migrated to: https://pypi.python.org/pypi/simplejson ([https](https://pypi.python.org/pypi/simplejson) result 301). * http://www.mozilla.org/MPL/ with 2 occurrences migrated to: https://www.mozilla.org/MPL/ ([https](https://www.mozilla.org/MPL/) result 301).
* Merge pull request #5 from spring-operator/polish-urls-xml-masterMichael Klishin2019-03-205-5/+5
|\ | | | | URL Cleanup
| * URL CleanupSpring Operator2019-03-195-5/+5
|/ | | | | | | | | | | | This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed But Review Recommended These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended. * http://www.amqp.org/schema/amqp.xsd (404) with 5 occurrences migrated to: https://www.amqp.org/schema/amqp.xsd ([https](https://www.amqp.org/schema/amqp.xsd) result 404).
* Makefile: New targets to print Git repoository URLsv3.8.0-beta.3v3.8.0-beta.2v3.8.0-beta.1Jean-Sébastien Pédron2018-04-181-0/+34
| | | | | | | | | They are useful to query the upstream/default Git repository URLs for both fetch and push. They were copied from rabbitmq-common. [#156874375]
* Remove rabbitmq-components.mkv3.7.5-beta.2v3.7.5-beta.1v3.7.4-rc.4v3.7.4-rc.3v3.7.4-rc.2v3.7.4-rc.1v3.7.4v3.7.3-rc.2v3.7.3-rc.1v3.7.3v3.7.2v3.7.1-beta.1v3.7.1v3.7.0-rc.2v3.7.0Jean-Sébastien Pédron2017-10-131-324/+0
| | | | | | It was accidentally committed to this project but it doesn't belong here. Moreover, it breaks `gmake update-rabbitmq-components-mk` in the Umbrella.
* merge branch 'stable'v3.7.0-rc.1v3.7.0-beta.20v3.7.0-beta.19rabbitmq_v3_7_0_milestone18rabbitmq_v3_7_0_milestone17rabbitmq_v3_7_0_milestone16Michael Klishin2017-06-021-0/+324
|
* Merge branch 'stable'rabbitmq_v3_7_0_milestone15Michael Klishin2017-05-031-1/+1
|\
| * Be Python 3 compatiblerabbitmq_v3_6_15_rc1rabbitmq_v3_6_15_milestone2rabbitmq_v3_6_15_milestone1rabbitmq_v3_6_15rabbitmq_v3_6_14rabbitmq_v3_6_13_rc2rabbitmq_v3_6_13_rc1rabbitmq_v3_6_13_milestone1rabbitmq_v3_6_13rabbitmq_v3_6_12_rc3rabbitmq_v3_6_12_rc2rabbitmq_v3_6_12_rc1rabbitmq_v3_6_12rabbitmq_v3_6_11_rc3rabbitmq_v3_6_11_rc2rabbitmq_v3_6_11_rc1rabbitmq_v3_6_11_milestone5rabbitmq_v3_6_11_milestone4rabbitmq_v3_6_11_milestone3rabbitmq_v3_6_11_milestone2rabbitmq_v3_6_11_milestone1rabbitmq_v3_6_11rabbitmq_v3_6_10_rc2rabbitmq_v3_6_10_rc1rabbitmq_v3_6_10_milestone4rabbitmq_v3_6_10_milestone3rabbitmq_v3_6_10Michael Klishin2017-05-031-15/+14
| | | | | | | | | | | | | | Python 2.7+ is also supported. Conflicts: amqp_codegen.py
* | More Python 3 compatibility tweaksMichael Klishin2017-05-031-14/+13
|\ \ | |/ |/| | | | | Conflicts: amqp_codegen.py
| * Be Python 3 compatibleMichael Klishin2017-05-031-25/+25
| | | | | | | | Python 2.7+ is also supported.
* | Import AMQP 1.0 spec XML files from rabbitmq-amqp1.0rabbitmq_v3_7_0_milestone9rabbitmq_v3_7_0_milestone14rabbitmq_v3_7_0_milestone13rabbitmq_v3_7_0_milestone12rabbitmq_v3_7_0_milestone11rabbitmq_v3_7_0_milestone10rabbitmq_v3_6_9rabbitmq_v3_6_8rabbitmq_v3_6_7_rc3rabbitmq_v3_6_7_rc2rabbitmq_v3_6_7_rc1rabbitmq_v3_6_7_milestone6rabbitmq_v3_6_7_milestone5rabbitmq_v3_6_7_milestone4rabbitmq_v3_6_7_milestone3rabbitmq_v3_6_7rabbitmq_v3_6_10_milestone2rabbitmq_v3_6_10_milestone1Jean-Sébastien Pédron2017-01-115-0/+642
| | | | | | | | | | | | | | Those files are needed by rabbitmq-amqp1.0-common to generate headers and modules shared by the AMQP 1.0 plugin and client. [#136435249]
* | amqp_codegen.py: Create the parent directories of the output filerabbitmq_v3_7_0_milestone8rabbitmq_v3_7_0_milestone7rabbitmq_v3_7_0_milestone6rabbitmq_v3_6_7_milestone2rabbitmq_v3_6_7_milestone1rabbitmq_v3_6_6_rc2rabbitmq_v3_6_6_rc1rabbitmq_v3_6_6_milestone5rabbitmq_v3_6_6_milestone4rabbitmq_v3_6_6_milestone3rabbitmq_v3_6_6_milestone2rabbitmq_v3_6_6_milestone1rabbitmq_v3_6_6Jean-Sébastien Pédron2016-08-051-0/+11
| | | | | | | | [#127354185]
* | Update CONTRIBUTING.md, add CODE_OF_CONDUCT.mdrabbitmq_v3_7_0_milestone5rabbitmq_v3_6_5_milestone2rabbitmq_v3_6_5_milestone1rabbitmq_v3_6_5rabbitmq_v3_6_4_rc1rabbitmq_v3_6_4_milestone2rabbitmq_v3_6_4_milestone1rabbitmq_v3_6_4rabbitmq_v3_6_3_rc3rabbitmq_v3_6_3_rc2rabbitmq_v3_6_3_rc1rabbitmq_v3_6_3_milestone2rabbitmq_v3_6_3_milestone1rabbitmq_v3_6_3Michael Klishin2016-05-282-15/+46
| |
* | Update (c) inforabbitmq_v3_7_0_milestone4rabbitmq_v3_7_0_milestone3rabbitmq_v3_7_0_milestone2rabbitmq_v3_7_0_milestone1rabbitmq_v3_6_2_rc4rabbitmq_v3_6_2_rc3rabbitmq_v3_6_2_rc2rabbitmq_v3_6_2_rc1rabbitmq_v3_6_2_milestone5rabbitmq_v3_6_2_milestone4rabbitmq_v3_6_2_milestone3rabbitmq_v3_6_2_milestone2rabbitmq_v3_6_2_milestone1rabbitmq_v3_6_2rabbitmq_v3_6_1_rc2rabbitmq_v3_6_1_rc1rabbitmq_v3_6_1Michael Klishin2016-01-014-4/+4
| |
* | amqp_codegen.py: Remove shebang line + chmod 644rabbitmq_v3_6_0Jean-Sébastien Pédron2015-12-181-8/+7
| | | | | | | | | | | | This is a library, not an executable script. While here, remove trailing spaces.
* | Merge pull request #4 from rabbitmq/rabbitmq-common-36Jean-Sébastien Pédron2015-12-181-12/+12
|\ \ | | | | | | Make amqp_codegen.py work with Python 3
| * | Make amqp_codegen.py work with Python 3Loïc Hoguin2015-12-171-12/+12
|/ /
* | Silence `make all`rabbitmq_v3_6_0_rc3rabbitmq_v3_6_0_rc2rabbitmq_v3_6_0_rc1rabbitmq_v3_6_0_milestone3rabbitmq_v3_6_0_milestone2rabbitmq_v3_6_0_milestone1Jean-Sébastien Pédron2015-09-031-1/+1
| |
* | Merge branch 'stable'Jean-Sébastien Pédron2015-08-101-1/+1
|\ \
| * | Makefile: Silence "echo $message"rabbitmq_v3_5_8rabbitmq_v3_5_7_rc2rabbitmq_v3_5_7_rc1rabbitmq_v3_5_7rabbitmq_v3_5_6rabbitmq_v3_5_5Jean-Sébastien Pédron2015-08-101-1/+1
| | |
* | | Merge pull request #3 from ingwinlu/add_env_shebangMichael Klishin2015-07-031-0/+1
|\ \ \ | | | | | | | | add shebang for python version detection
| * | | add shebang for python version detectionderwinlu2015-07-031-0/+1
|/ / /
* | | Merge branch 'stable'Jean-Sébastien Pédron2015-03-110-0/+0
|\ \ \ | |/ /
| * | Merge branch 'master' into stablerabbitmq_v3_5_4rabbitmq_v3_5_3rabbitmq_v3_5_2rabbitmq_v3_5_1Jean-Sébastien Pédron2015-03-111-0/+51
| |\ \ | |/ / |/| |
* | | Sync CONTRIBUTING.md with the template onerabbitmq_v3_5_0Michael Klishin2015-02-201-1/+1
| | |
* | | Merge branch 'stable'Jean-Sébastien Pédron2015-02-192-5/+10
|\ \ \ | |/ /
| * | Convert .hgignore to .gitignoreJean-Sébastien Pédron2015-02-192-5/+10
| | |
* | | Sync CONTRIBUTING.md with the template oneMichael Klishin2015-02-181-0/+51
| | |
* | | Merge branch 'stable'Jean-Sébastien Pédron2015-02-171-2/+0
|\ \ \ | |/ /
| * | Remove the "moved to GitHub" warning.Jean-Sébastien Pédron2015-02-171-2/+0
| | |
* | | stable to defaultJean-Sebastien Pedron2015-02-171-0/+2
|\ \ \ | |/ /