mattermost/scripts
Agniva De Sarker e1ca3e348f
MM-27512: Use an authenticated user to bump up request rate limit (#15251)
* MM-27512: Use an authenticated user to bump up request rate limit

An unauthenticated user can only make 60 requests per hour which means 1
request every minute. This can lead to frequent rate limit errors while
getting the latest release.

We change that to use an authenticated user which is already available
in the CI. This moves us to make 5000 requests per hour.

We also add additional logging in the Makefile targets in case
the command fails again so that it's clear what has happened, and not return
cryptic 404 errors again.

Ideally, we should be able to inspect the output of the curl command, but since
the output value of the entire bash script is fed into the variable, it is a bit
difficult to print debug output.

If this still gives error, then we need to either use a cached artifact somehow
or add additional logging and add a retry logic on top of it.

* fix mistake
2020-08-18 19:42:12 +05:30
..
diff-config.sh [MM-17703] Diff config files (#11898) 2019-08-29 22:44:12 +02:00
get_latest_release.sh MM-27512: Use an authenticated user to bump up request rate limit (#15251) 2020-08-18 19:42:12 +05:30
ldap-check.sh add group filter support to ldap-check.sh (#11935) 2019-11-20 13:52:26 +00:00
mattermost-mysql-5.0.sql MM-25394 session expired push notifications (#14732) 2020-06-17 14:47:54 -04:00
mattermost-postgresql-5.0.sql MM-25394 session expired push notifications (#14732) 2020-06-17 14:47:54 -04:00
mysql-migration-test.sh MM-16888: fix missing indexes (#12746) 2019-10-15 15:47:09 -03:00
prereq-check-enterprise.sh [MM-26886]: check enterprise prereqs before running tests (#15083) 2020-07-22 16:59:12 +05:30
prereq-check.sh Bump minimum Go version required (#14250) 2020-04-08 14:28:55 +05:30
psql-migration-test.sh MM-16888: fix missing indexes (#12746) 2019-10-15 15:47:09 -03:00
test-xprog.sh Make test execution not take quadratic compilation time (#7610) 2017-10-12 08:35:19 -07:00
test.sh Remove more instances of GOPATH from Makefile and CI (#13450) 2020-01-21 07:49:49 -05:00