Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-01Enable unit tests on OS X (#4697)Yen Chi Hsuan
* Add OS X test * Fix apache tests * Use absolute path first so that certbot works with non-standard $PATH Some tests use a fake $PATH, which prevents invoking `sw_vers` * Also test Python 3 on Mac * Set ulimit to fix "Too many open files"
2017-05-26add build of Dockerfile-dev (#4717)Kevin Le
2017-04-14Enable boulder tests on Python 3Yen Chi Hsuan
2017-02-15Use latest Boulder for Travis tests. (#4180)Jacob Hoffman-Andrews
2017-02-02fixes #4083 (#4148)Brad Warren
2017-01-18Enable Py36 Tests (#3972)Brad Warren
* add py36 to tox * Add Python 3.6 tests to Travis * Provide real path to python stdlib during tests * set logs_dir in config_test * set *_dirs in DetermineAccountTest * Fix TLSSNI01Test * Fix RenewalTest * fix test_ancient_webroot_renewal_conf
2016-12-21Serialize coverage tests (#3919)Brad Warren
* Serialize coverage tests * add py27_install env * Separate cover from integration tests * Add docker to py27 integration tests
2016-11-11Expanding tests for le-auto, adding CentOS test suite (#2671)Amjad Mashaal
* Adding Dockerfile for CentOS 6 * Adding CentOS 7 to LEA tests * Enabling CentOS 6 LEA test * Removing CentOS 7 * Fixing nits * Using yum to install epel-release
2016-11-11Expanding tests for le-auto, adding Debian test suite (#2635)Amjad Mashaal
* Adding Debian 7 (Wheezy) to LE tests * Adding Debian 8 (Jessie) to LE tests * Fixing Debian Wheezy certificate addition error * Adding packages to LEA Debian Jessie test and refining the code commenting * Adding installing OpenSSL to the Debian Wheezy LEA test script * Removing LEA tests for Debian Jessie * Fixing nits
2016-11-11Expanding tests for le-auto, adding Ubuntu test suite (#2548)Amjad Mashaal
* Adding Ubuntu Wily to LEA testing * Setting up certs correctly for Ubuntu 15.10 * Adding 12.04 * Removing redundant update-ca-certificates from 12.04 le-auto testing script * Fixing OpenSSL on Precise * Adding Vivid to le_auto tests * Cleaning up LEA tests configuration for Trusty * Ordering LEA test entries in .travis.yml and renaming them correctly * Removing Ubuntu Vivid * Refining comments * Removing Ubuntu Wily since it reached EOL * Removing .travis.yml duplicates * Fixing nits
2016-11-04Do we need trusty in Travis? (#3737)Brad Warren
* do we need trusty? * add docker as a dependency for boulder??
2016-10-27fix travis tests? (#3695)Brad Warren
2016-10-22Remove the curses dialog, thereby deprecating the --help and --dialog ↵Erica Portnoy
command line options (#3665) * Remove the curses dialog, thereby deprecating the --help and --dialog command line options * Deprecate --dialog and suppress --text
2016-10-04The sudo environments take longer to allocate (#3578)Peter Eckersley
One more tiny tweak, placing the slower sudo environments back up the list. I expect this should save us another 10-20 seconds. - there's about a 50 second delay in starting apacheconftest, so move it back up the priority queue of jobs to start
2016-10-01Tweak for Travis performance (#3562)Peter Eckersley
* Tweak for Travis performance - merge cover and py27 BOULDER_INTEGRATION into one matrix entry - re-order to put the fastest environments last, improving average case parallelism * Also put the things most likely to fail at the top
2016-08-11Add nginxroundtrip and compatibility-tests to travisBrad Warren
2016-05-24Fix BOULDERPATHJacob Hoffman-Andrews
2016-05-24Run Boulder via docker-compose in tests.Jacob Hoffman-Andrews
This removes a lot of setup code we used to need in order to get Boulder to run, and should reduce brittleness of tests based on Boulder changes. This also unblocks Boulder from upgrading to MariaDB 10.1 in integration tests, since changing to 10.1 syntax for user creation would break the current certbot integration tests (which run 10.0).
2016-04-19Fix problem with godep and vendor directoriesBrad Warren
2016-04-14Rename misc filesBrad Warren
2016-04-13Add boulder hostBrad Warren
2016-04-10apacheconf: sane sudo letsencrypt (fixes #2800)Jakub Warmuz
- hardcoded `LETSENCRYPT=/home/travis/build/letsencrypt/letsencrypt/.tox/apacheconftest/bin/letsencrypt` causes Travis tests to fail if running under any other Travis user (from e.g. a fork) - `sudo env "PATH=$PATH" letsencrypt` should make sure that sudo can find letsencrypt binary from virtualenv; realpath is not necessary - sudo is called already from within the test script, no need to sudo the entire script
2016-04-07Merge pull request #2737 from TheNavigat/mariadbbmw
Add MariaDB debugging to Travis build
2016-04-05Add boulder-mysql and boulder-rabbitmq hosts.Jacob Hoffman-Andrews
2016-03-31Add MariaDB debugging to Travis buildAmjad Mashaal
2016-03-08Blot out Travis addons on le_auto job.Erik Rose
MariaDB addon is broken on Google Compute Engine jobs at the moment: see https://github.com/travis-ci/travis-ci/issues/5759.
2016-02-24Merge pull request #2506 from TheNavigat/acttravisPeter Eckersley
Enabling apache-conf-test in Travis
2016-02-19Enabling apache-conf-test in TravisTheNavigat
2016-02-17Removed a mention of SimpleHTTP from commentsMôshe van der Sterre
2016-02-17Merge pull request #2476 from moshevds/etc_hostsPeter Eckersley
Adding required /etc/hosts entries to .travis.yml and docs/contributing.rst
2016-02-15Adding required /etc/hosts entries to .travis.ymlMôshe van der Sterre
2016-02-13Reorder travis matrix by typical runtimePeter Eckersley
Since that makes most efficient use of travis's parallelism
2016-02-05Make the new letsencrypt-auto script the main one.Erik Rose
Remove the old bootstrap scripts, which have been subsumed into letsencrypt-auto-source/pieces/bootstrappers. They no longer need to be dispatched among manually: everyone can just run letsencrypt-auto --os-packages-only, regardless of OS. Make the root-level le-auto a symlink to the canonical version. It should thus still work for people running le-auto from a git checkout.
2016-02-01Run le-auto tests on Travis.Erik Rose
* We choose a different Travis infra for one of the jobs, as in https://github.com/numpy/numpy/blob/master/.travis.yml#L49. * We keep the language as "python" so the installation of packages (like tox, which we need) doesn't fail. * Override the before_install to disable the dpkg stuff the other jobs need. * adduser is redundant with `--groups sudo` above, so we delete it.
2016-01-20Retry enabling pip cacheBrad Warren
2016-01-13Set Python version for all Travis testsBrad Warren
2016-01-10Merge remote-tracking branch 'origin/master' into pyopensslPeter Eckersley
2016-01-09Python 3.5 needs explicit Travis settingJakub Warmuz
2016-01-09Python 3 Travis testing for acme.Jakub Warmuz
Despite its description, https://github.com/letsencrypt/letsencrypt/pull/630, removed not only Python 2.6 support, but also Travis tests against Python 3. ACME library supports Python 3 and Travis should tests it. This must be merged before any pending PRs agains acme library.
2016-01-07Run integration tests with old depsBrad Warren
2016-01-07Add old dependency tests to TravisBrad Warren
2015-12-27Set python version in the travis matrixevilaliv3
2015-12-27For now, disable apacheconftest in travis :(Peter Eckersley
2015-12-23Correct commentPeter Eckersley
2015-12-23Rename hackishapachetest -> apacheconftestPeter Eckersley
Reenable other travis tests as well as this one
2015-12-22Also add dependencies to travis.ymlPeter Eckersley
2015-12-22Install Apache modules in travisPeter Eckersley
2015-12-22Wrangle things to actually run in travisPeter Eckersley
2015-12-22Experimentally try sudo in travisPeter Eckersley
This may decontainerise us, so we might not want to merge even if it works...
2015-12-22This sort of works in tox; travis is unlikely due to sudoPeter Eckersley