Tom Jefferson
8182fc43ab
Merge pull request #331 from mq-cloudpak/tadj-create-9.3.1.0
...
Update ubi/go
2022-09-28 19:45:00 +01:00
Tom Jefferson
63a05ad8e4
Update ubi/go
2022-09-28 18:45:32 +01:00
Manisha Kohli
f6b1ff2afd
Updating mq-container docs for issue 1727 ( #319 )
...
* Updating mq-container docs for issue 1727
* Update building.md
Modified building.md
* Update building.md
Modified building.md along with relative path
2022-09-15 14:27:45 +05:30
David McCann
8d996081cc
Merge pull request #322 from mq-cloudpak/djm-use-print-in-logging
...
Update logging.go to avoid Printf thinking there are missing arguments
2022-09-12 11:25:43 +01:00
BHAVYA K R
15d21c594f
Merge pull request #317 from mq-cloudpak/bkr-1728-fix-docupdate
...
Updating mq-container docs
2022-09-12 14:31:10 +05:30
davidjmccann
bfd37e39c5
Update logging.go
...
Prevent attempting to directly print strings that may contain embedded percent characters.
2022-09-12 09:43:59 +01:00
Avinash Ganesh
3adb91d9bb
Updating mq-container docs ( #318 )
2022-09-12 12:57:30 +05:30
SHASHIKANTH THAMBRAHALLI
391f4b66d7
Srt issue1710 remove unused test security vulnerabilities ( #320 )
...
* Removed unused docker test
* Removed unused docker test
* Added comments on a test
* Removed unused docker test
* Added comments on a test
Co-authored-by: vagrant <vagrant@vagrant.vm >
2022-09-12 08:04:51 +01:00
Bhavya
a8a281db5a
Updating mq-container docs
2022-09-08 10:30:29 +00:00
Prerna Srivastava
05d63e3cbf
Merge pull request #316 from mq-cloudpak/WS_newFeature
...
Ws new feature
2022-09-08 15:34:57 +05:30
Prerna Srivastava
467324dd26
Update .whitesource
2022-09-06 14:09:59 +05:30
root
8abe55b86c
new feature added
2022-09-06 01:29:07 -07:00
Alex Mirski-Fitton
8db26ebbb0
Merge pull request #311 from mq-cloudpak/amf-credential-helper-go-version
...
Pin docker-credential-helpers for old go installs
2022-08-22 11:48:20 +01:00
Alex Mirski-Fitton
34831f08a0
Pin docker-credential-helpers for old go installs
2022-08-22 11:16:26 +01:00
Tom Jefferson
e9a3b79a90
Merge pull request #308 from mq-cloudpak/tadj-update-ubi-master
...
Update go version and ubi
2022-08-09 13:01:50 +01:00
Tom Jefferson
c0a4fb9318
Update go version and ubi
2022-08-08 21:07:08 +01:00
Jack Evans
fb53af6e7b
Merge pull request #284 from mq-cloudpak/add-timeout-to-chk-calls
...
update chkmq* cmds to use context to cancel when taking too long
2022-08-03 13:03:19 +01:00
Jack Evans
65a36fd896
update chkmq* cmds to use context to cancel exec calls if cmd is terminated
2022-08-03 12:07:03 +01:00
arthur.barr@uk.ibm.com
b04ef21071
Allow for slow standby take-over in MIQM test
...
In TestMultiInstanceContainerStop, if the standby hasn't taken over by the time the active has stopped, the test fails. This causes problems on slow machines for the CI/CD pipeline. This commit adds a 30 second timeout on the take-over.
2022-08-03 09:05:30 +01:00
arthur.barr@uk.ibm.com
6acc28125f
Use alternative string trimming in auth service
...
Previous string trimming was changing the strings supplied by MQ to be null-terminated. MQ uses fixed-width strings, and the changes to the data could cause problems in the queue manager.
2022-08-02 13:40:02 +01:00
arthur.barr@uk.ibm.com
08c533ed99
Remove redundant -r parameter on endmqm
...
The railroad diagram for endmqm indicates that the and flags are mutually exclusive. Using implies the behaviour of .
2022-08-02 13:40:02 +01:00
Simon Hirst
45384755bb
Fixing indentation in Makefile
2022-07-28 11:23:39 +01:00
Simon Hirst
67b2a690c5
Fixing indentation in Makefile
2022-07-28 10:15:17 +01:00
Nicholas Daffern
cdc2d0b16b
Set VOLUME_MOUNT_OPTIONS for macOS at top of makefile or it is not executed ( #290 )
...
Signed-off-by: Nicholas-Daffern <Nicholas.Daffern@ibm.com >
2022-07-28 09:18:11 +01:00
arthur.barr@uk.ibm.com
4a66728b79
Initial arm64 changes
2022-07-21 13:01:47 +01:00
Simon Hirst
64e4976a43
Quick fix for checking var values before entering fake master
2022-07-15 09:41:57 +01:00
Simon Hirst
1a45834865
Quick fix for checking var values before entering fake master
2022-07-15 09:21:18 +01:00
Simon Hirst
2ff55a381b
Only run a fake master if MAIN_BRANCH and SOURCE_BRANCH are set
2022-07-14 18:07:05 +01:00
Simon Hirst
7c05f4cbcb
Only run a fake master if MAIN_BRANCH and SOURCE_BRANCH are set
2022-07-14 17:46:26 +01:00
KIRAN DARBHA
6e10f3ba76
Ws mqc fixes ( #276 )
...
* fixing ws issues reported on mqcontainer repo
* updating vendor/modules
* updating vendor/modules
* updating vendor modudles to mark crypto lib as required
2022-07-14 16:20:02 +05:30
Simon Hirst
e7b641cb1b
Merge pull request #278 from mq-cloudpak/sjh-fix-master
...
Removing quotes from SOURCE_BRANCH value
2022-07-14 10:08:55 +01:00
Simon Hirst
37187e5199
Removing quotes from SOURCE_BRANCH value
2022-07-14 09:31:36 +01:00
Simon Hirst
f86dcb1c36
Merge pull request #251 from mq-cloudpak/sjh-fake-master-pushing
...
Push fake master builds to different namespace
2022-07-13 13:53:04 +01:00
Simon Hirst
ae82196402
Push fake master builds to different namespace
2022-07-13 13:15:04 +01:00
KIRAN DARBHA
bebb8e1559
fixing ws issues reported on 0710 scan ( #275 )
...
fixing ws issues reported on 0710 scan
fixing ws issues reported on 0710 scan
reverting back some of the changes to remove two require blocks
2022-07-13 15:52:17 +05:30
Stephen Marshall
a1eda64df3
Update to MQ 9.3.1.0 ( #271 )
...
* Update to MQ 9.3.1.0
2022-07-06 11:34:07 +01:00
Alex Mirski-Fitton
813e1ac2dc
[ci skip] Update branch name for 9.2.0 LTS ( #269 )
2022-06-28 15:45:21 +01:00
Alec Painter
3111d48330
Merge pull request #266 from mq-cloudpak/ahp-master-ubi
...
updated ubi & go toolset
2022-06-15 11:56:48 +01:00
Alec Painter
b8dcbde7b7
updated ubi & go toolset
2022-06-15 10:44:29 +01:00
David Bell
c74cc13a3b
[ci skip]: Update building doc link ( #262 )
2022-06-10 20:41:00 +01:00
arthur.barr@uk.ibm.com
35cc716fcb
Update CHANGELOG for 9.3.0
2022-06-08 14:34:35 +01:00
arthur.barr@uk.ibm.com
163873d7a8
Update default TLS cipher for dev config to use TLS12 or higher
...
The default cipher for the default developer config is ANY_TLS12. This restricts TLS communications to those channels to just TLS 1.2 ciphers and so does not allow people to connect clients with TLS 1.3. This is unnecessarily restrictive and so we should use ANY_TLS12_OR_HIGHER instead.
2022-06-06 13:13:21 +01:00
arthur.barr@uk.ibm.com
0e18f17dc9
Faster build without separate SDK install
...
Before this change, only the MQ SDK was installed into the go-toolset image, for use at build time. The genmqpkg command could take around a minute.
2022-05-30 15:47:00 +01:00
arthur.barr@uk.ibm.com
d6ea28ee6b
Fix build warning by removing unused variable
2022-05-30 15:47:00 +01:00
David Bell
093c6be85a
Merge pull request #254 from mq-cloudpak/drb-remove-extra-lts-builds
...
Remove extra LTS build from travis
2022-05-27 19:53:12 +01:00
David Bell
28faa252a2
Remove extra LTS build from travis
2022-05-27 13:31:19 +01:00
David Bell
334df22cfd
Merge pull request #253 from mq-cloudpak/drb-fixlink
...
fix doc link
2022-05-27 09:04:35 +01:00
David Bell
b32963854b
fix doc link
2022-05-26 20:15:45 +01:00
David Bell
ad153a3fc2
Merge pull request #252 from mq-cloudpak/drb-LTS-build-doc
...
update building doc for 9.3
2022-05-26 20:12:39 +01:00
David Bell
caa0fd6904
update building doc for 9.3
2022-05-26 16:10:03 +01:00