Chico Venancio
c75eddb730
database docs utfmb4 collation and some versions of mysql/mariadb
2018-06-08 12:55:02 -03:00
Carol Willing
8c48f3b856
Merge pull request #1960 from willingc/db-doc
...
add database doc section and edits to upgrading db
2018-06-08 08:08:51 -07:00
Carol Willing
6e7e18bc3c
add @minrk review comments
2018-06-08 07:34:09 -07:00
Tim Head
3dfd7e5a84
Merge pull request #1958 from willingc/proxy-error
...
Add error message text
2018-06-08 15:19:27 +02:00
Carol Willing
19ecbf3734
add note about why no sqlite and nfs
2018-06-08 06:06:15 -07:00
Carol Willing
eac3e8ba90
add database doc section and edits to upgrading db
2018-06-08 05:51:00 -07:00
Carol Willing
a7a6829b69
add additional reference per @betatim review
2018-06-08 05:01:32 -07:00
Carol Willing
61299113c8
add error message text
2018-06-07 21:44:18 -07:00
Tim Head
21a57dfa0b
Merge pull request #1949 from willingc/npm-doc
...
clarify that conda installs npm and proxy
2018-06-07 19:52:00 +02:00
Carol Willing
a7226a8231
changes per @minrk review
2018-06-07 09:10:04 -07:00
Min RK
6e3dd21f60
Merge pull request #1952 from willingc/docker-conda
...
bump miniconda to 4.5.1 in Dockerfile
2018-06-07 10:24:33 +02:00
Min RK
cf049730d4
Merge pull request #1954 from willingc/black-test
...
Blacken python doc build files
2018-06-07 10:24:14 +02:00
Min RK
cb9ce4d3af
Merge pull request #1955 from dtaniwaki/handle-fatal-error
...
only relay headers from HTTPErrors
2018-06-07 10:22:38 +02:00
Daisuke Taniwaki
925ee1dfb2
Do not refer spawner on fatal errors
2018-06-07 14:53:46 +09:00
Daisuke Taniwaki
5d9122b26c
Avoid setting unexpected headers
2018-06-07 14:53:34 +09:00
Carol Willing
6821ad0c59
blacken autodoc sphinx extension
2018-06-06 12:57:14 -07:00
Carol Willing
ff7851ee2e
blacken conf.py
2018-06-06 12:52:30 -07:00
Carol Willing
6940ed85b1
bump miniconda to 4.5.1
2018-06-06 08:25:28 -07:00
Carol Willing
3d497a7f43
clarify that conda installs npm and proxy
2018-06-06 06:56:22 -07:00
Carol Willing
cc6968e225
Merge pull request #1942 from minrk/nginx-file
...
note where nginx config files are typically created.
2018-06-06 06:02:30 -07:00
Carol Willing
a6c517c344
Merge pull request #1947 from minrk/progress-stopping
...
Avoid showing spawn-pending page when user is stopping
2018-06-06 06:00:58 -07:00
Carol Willing
a3e08b7f52
Merge pull request #1948 from minrk/aclosing
...
Python 3.5.1 cannot close async iterators
2018-06-06 05:56:00 -07:00
Min RK
14c8d7dc46
Merge pull request #1946 from dtaniwaki/configure-max-inactive-duration
...
Configure max inactive duration
2018-06-06 12:54:55 +02:00
Daisuke Taniwaki
ac2590c679
Add active_user_window configuration
2018-06-06 19:00:34 +09:00
Min RK
ead13c6a11
further clarify that we are creating a new file, not editing nginx.confg
2018-06-06 12:00:21 +02:00
Min RK
5002ab2990
Python 3.5.1 cannot close async iterators
...
so provide a null aclosing async context manager that does nothing
2018-06-06 11:43:33 +02:00
Min RK
ab3e7293a4
disable my server link while stop is pending
...
makes it a little harder to request a spawn while stop is pending
2018-06-06 10:53:50 +02:00
Min RK
062af5e5cb
Avoid showing spawn_pending page when pending action is stop
...
Separate stop_pending page when this occurs,
similar to the old spawn pending spinner without progress events
2018-06-06 10:53:05 +02:00
Carol Willing
92088570ea
Merge pull request #1943 from minrk/getuser-delayed
...
delay call to getuser in token app
2018-06-05 10:18:08 -07:00
Min RK
604ccf515d
delay call to getuser in token app
...
avoids issues with getuser preventing launch, e.g. in weird containers where the current user doesn’t exist
2018-06-05 17:52:00 +02:00
Min RK
ec9b244990
note where nginx config files are typically created.
2018-06-04 11:10:21 +02:00
Min RK
09acdc23b5
Merge pull request #1940 from dtaniwaki/fix-created-columne-error
...
Handle NULL created column of tokens table
2018-06-04 10:55:20 +02:00
Daisuke Taniwaki
690b07982e
Handle NULL created column of api_tokens table
2018-06-02 23:55:21 +09:00
Min RK
784e5aa4ee
Merge pull request #1926 from minrk/tilde-safe
...
tilde is a safe character in user URLs
2018-05-30 14:48:35 +02:00
Min RK
29187cab3a
Merge pull request #1929 from minrk/pgbin
...
install psycopg2 from binary
2018-05-29 11:03:41 +02:00
Min RK
43a72807c6
install psycopg2 from binary
...
it has a new package name for the binary wheel
2018-05-29 10:41:53 +02:00
Min RK
1d1f6f1870
Merge pull request #1923 from nxg/doc-changes-1747
...
Documentation clarifications (adding explicitness).
2018-05-29 10:21:42 +02:00
Min RK
505a6eb4e3
ensure user subdomains are valid
...
escape with `_` instead of `%`.
This is not technically rigorous, as collisions are possible (users foo_40 and foo@ have the same domain)
and other domain restrictions are not applied (length, starting characters, etc.).
Username normalization can be used to apply stricter, more rigorous structure.
2018-05-29 10:19:21 +02:00
Min RK
cc49df8147
Merge pull request #1852 from summerswallow-whi/service-info
...
Attach an info field to the service
2018-05-28 14:57:10 +02:00
Min RK
98d60402b5
add service.info to rest api docs
2018-05-28 14:09:53 +02:00
Min RK
319e8a1062
update service models in tests
2018-05-28 14:09:44 +02:00
Min RK
0c5d564830
tilde is a safe character in user URLs
...
Chrome unconditionally reverts any not-strictly-necessary escaping in URLs (this seems wrong?)
2018-05-28 13:46:52 +02:00
Norman Gray
c0404cf9d9
Documentation clarifications (adding explicitness).
...
Addresses issue #1747 .
These additions aren't perfect -- it's unfortunate that I've added
mention of reverse proxies on two separate pages. I don't _think_
these can reasonably be put on the same page -- perhaps a cross
reference?
2018-05-27 18:49:40 +01:00
Min RK
f364661363
Merge pull request #1899 from adelcast/dev/adelcast/kill_proxy_tree
...
ConfigurableHTTPProxy.stop: kill child processes on Windows case
2018-05-25 15:25:53 +02:00
Min RK
f92d77b06d
Merge pull request #1915 from rkdarst/respawn_error_msg
...
Clarify error message on implicit respawns.
2018-05-25 10:09:35 +02:00
Haw-minn Lu
2cf00e6aae
Add info field to service model
2018-05-24 11:19:18 -07:00
Richard Darst
dfdb0cff2b
Clarify error message on implicit respawns.
...
- This message is presented when the last spawn failed, along with a
HTTP 500. The current text is quite confusing, especially when the
problem may just be solvable by trying to respawn again.
2018-05-24 16:07:26 +03:00
Alejandro del Castillo
d0dad84ffa
ConfigurableHTTPProxy.stop: kill child processes on Windows case
...
On the Windows case, the configurable-http-proxy is spwaned using a
shell. To stop the proxy, we need to terminate both the main process
(shell) and its child (proxy).
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com >
2018-05-23 10:10:50 -05:00
Min RK
1745937f1a
back to dev
2018-05-23 16:47:56 +02:00
Min RK
e7eb674a89
0.9.0b3
0.9.0b3
2018-05-23 16:30:07 +02:00