Commit Graph

1283 Commits

Author SHA1 Message Date
Erik Sundell
56b6521e29 Merge pull request #325 from znicholls/docs-reading
Few updates from reading through the docs
2021-10-22 14:04:47 +02:00
Min RK
a02ed26978 clarify text per review 2021-10-22 13:44:46 +02:00
Erik Sundell
b2f72ada46 Apply suggestions from code review
Co-authored-by: Georgiana Elena <georgiana.dolocan@gmail.com>
2021-10-22 10:45:40 +02:00
Yuvi Panda
26811a8e8c Merge pull request #710 from consideRatio/pr/github-ci-spacing
Revision of our GitHub Workflows and README.rst to README.md
2021-10-20 15:24:13 +05:30
Erik Sundell
6cb3172b93 ci: add fixme statements and organize for comprehension 2021-10-20 11:31:37 +02:00
Erik Sundell
4a8308b0db ci: ensure all tests adjust based on matrix.ubuntu_version 2021-10-20 11:31:37 +02:00
Erik Sundell
3596039bbd ci: ensure to --yes adding apt-get repository 2021-10-20 11:31:37 +02:00
Erik Sundell
26c34524b2 bootstrap: DEBIAN_FRONTEND=noninteractive during apt-get install 2021-10-20 11:31:37 +02:00
Erik Sundell
6531f79371 ci: Disable unit tests against 21.10 2021-10-19 14:42:36 +02:00
Erik Sundell
ba25e09b82 Pin pip to 21.3.* 2021-10-19 14:42:36 +02:00
Erik Sundell
1d6ac29145 ci: add notes about pytest --maxfail=2 choice 2021-10-19 14:42:36 +02:00
Erik Sundell
1fb43c4b3b Bump jupyterhub-traefik-proxy to 0.3.* 2021-10-19 14:42:36 +02:00
Erik Sundell
5b820bc855 ci: provide a timeout to ensure logs are collected 2021-10-19 14:42:36 +02:00
Erik Sundell
fe8ba1596d ci: fix missing test reference in docs 2021-10-19 14:42:36 +02:00
Erik Sundell
69f2b0b504 ci: test against 21.10 2021-10-19 14:42:36 +02:00
Erik Sundell
96c3e6fb93 ci: add debugging message 2021-10-19 14:42:36 +02:00
Erik Sundell
513aff1102 ci: Dockerfile: /lib/systemd/systemd instead of /sbin/init 2021-10-19 14:42:36 +02:00
Erik Sundell
a4768226ee ci: make pytest report time per test 2021-10-19 14:42:36 +02:00
Erik Sundell
777c78e0fe test: document test_bootstrap.py refactoring plan 2021-10-19 14:42:36 +02:00
Erik Sundell
104ffcf8a6 ci: pytest --capture=no for more logs 2021-10-19 14:42:36 +02:00
Erik Sundell
2b265baa0b tests: improve test readability by partial string match 2021-10-19 14:42:36 +02:00
Erik Sundell
4042967437 Unpin pip to support 20.04 2021-10-19 14:42:36 +02:00
Erik Sundell
2dfe4b8211 ci: towards testing non-LTS ubuntu versions 2021-10-19 14:42:36 +02:00
Erik Sundell
e1b39cc4d3 ci: use separate steps for pytest install and run 2021-10-19 14:42:36 +02:00
Erik Sundell
32e50315ce docs: update references from circleci to gha 2021-10-19 14:42:36 +02:00
Erik Sundell
fd99caa8fb ci: bust cache based on python version 2021-10-19 14:42:36 +02:00
Erik Sundell
5d3e3c0f2c ci: run unit tests against 18.04-20.04 and py36-py39 2021-10-19 14:42:36 +02:00
Erik Sundell
8054411e40 ci: dockerfile: avoid being asked question during apt-get 2021-10-19 14:42:36 +02:00
Erik Sundell
403f2cb5cb ci: dockerfile: apply apt-get best-practices 2021-10-19 14:42:36 +02:00
Erik Sundell
922bfad0f5 ci: let ubuntu version be configurable 2021-10-19 14:42:36 +02:00
Erik Sundell
8635af59de ci: run int. tests against py3.6 and py3.9 2021-10-19 14:42:36 +02:00
Erik Sundell
f4feaa08b5 ci: coalesce integration-test and upgrade-test into one workflow 2021-10-19 14:42:36 +02:00
Erik Sundell
211abb95e1 docs: remove circleci badge, add others 2021-10-19 14:42:36 +02:00
Erik Sundell
bc00d4f5c8 docs: rename README.rst to README.md 2021-10-19 14:42:36 +02:00
Erik Sundell
8c7c43d6e3 docs: convert README.rst to markdown 2021-10-19 14:42:36 +02:00
Erik Sundell
1ee39c5c55 ci: add echo command for consistency between two workflows 2021-10-19 14:42:36 +02:00
Erik Sundell
1f16542e09 ci: don't run tests unless needed 2021-10-19 14:42:36 +02:00
Erik Sundell
6daee0d643 ci: use pytest flags --color --exit-first --verbose 2021-10-19 14:42:36 +02:00
Erik Sundell
08544bc369 ci: end script lines without trailing backslash 2021-10-19 14:42:36 +02:00
Erik Sundell
82212f8494 ci: add some vertical space for readability 2021-10-19 14:42:36 +02:00
Yuvi Panda
d4be3c1313 Merge pull request #717 from yuvipanda/cleanup-retrieve
Don't open file twice when downloading conda
2021-10-19 17:50:00 +05:30
Erik Sundell
de146690ad Apply suggestions from code review 2021-10-19 13:47:11 +02:00
Yuvi Panda
909b257981 Merge pull request #718 from consideRatio/master
docs: fix language regarding master
2021-10-19 16:40:13 +05:30
Erik Sundell
6d6ec61102 Apply suggestions from code review 2021-10-19 12:24:34 +02:00
YuviPanda
63ced8eb7d Flush conda installer to disk before calculating sha 2021-10-19 15:07:44 +05:30
Erik Sundell
9179365a4f docs: fix language regarding master 2021-10-19 11:33:58 +02:00
YuviPanda
9921403327 Don't open file twice when downloading conda
Unnecessary, and could also possibly cause races -
see https://github.com/jupyterhub/the-littlest-jupyterhub/pull/710#issuecomment-946165463
2021-10-19 14:05:36 +05:30
Yuvi Panda
ebd76f7732 Merge pull request #697 from manics/mamba
Switch to Mamba
2021-10-19 13:48:35 +05:30
Simon Li
f61b7fb7a9 Fix typo 2021-10-18 22:59:48 +01:00
Simon Li
80b347349a Update to mambaforge_version 4.10.3-7 2021-10-18 22:51:12 +01:00