index
:
delta/openstack/nova.git
master
proposed/juno
proposed/kilo
stable/2023.1
stable/havana
stable/icehouse
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/nova.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nova
/
tests
/
unit
/
console
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove use of removeprefix
Stephen Finucane
2022-12-20
1
-1
/
+3
*
Adapt websocketproxy tests for SimpleHTTPServer fix
melanie witt
2022-08-17
1
-35
/
+26
*
Use unittest.mock instead of third party mock
Stephen Finucane
2022-08-01
6
-7
/
+6
*
Fix duplicates keys
Rajesh Tailor
2022-05-26
1
-2
/
+0
*
Merge "console: Improve logging"
Zuul
2021-09-07
1
-4
/
+5
|
\
|
*
console: Improve logging
Stephen Finucane
2021-03-03
1
-4
/
+5
*
|
Merge "Reduce mocking in test_reject_open_redirect for compat"
Zuul
2021-08-30
1
-14
/
+13
|
\
\
|
*
|
Reduce mocking in test_reject_open_redirect for compat
melanie witt
2021-07-31
1
-14
/
+13
*
|
|
address open redirect with 3 forward slashes
Sean Mooney
2021-08-23
1
-0
/
+34
|
/
/
*
|
Reject open redirection in the console proxy
melanie witt
2021-05-14
1
-0
/
+34
*
|
Remove references to 'sys.version_info'
Stephen Finucane
2021-04-21
1
-28
/
+0
|
/
*
Refactor and rename test_tcp_rst_no_compute_rpcapi
melanie witt
2021-02-03
1
-9
/
+31
*
Remove six.text_type (2/2)
Takashi Natsume
2020-12-13
1
-5
/
+3
*
Remove six.binary_type/integer_types/string_types
Takashi Natsume
2020-12-13
1
-2
/
+2
*
Remove six.moves
Takashi Natsume
2020-11-07
1
-3
/
+2
*
Merge "Allow TLS ciphers/protocols to be configurable for console proxies"
Zuul
2020-02-24
1
-0
/
+16
|
\
|
*
Allow TLS ciphers/protocols to be configurable for console proxies
Nathan Kinder
2020-02-12
1
-0
/
+16
*
|
trivial: Merge unnecessary 'NovaProxyRequestHandlerBase' separation
Stephen Finucane
2020-02-06
1
-17
/
+17
|
/
*
Mask the token used to allow access to consoles
Balazs Gibizer
2019-11-27
1
-0
/
+3
*
Remove 'nova-console' service, 'console' RPC API
Stephen Finucane
2019-11-22
2
-260
/
+0
*
Reduce scope of 'path' query parameter to noVNC consoles
melanie witt
2019-09-27
1
-17
/
+13
*
Fix non-existent method of Mock
Takashi NATSUME
2019-08-15
1
-1
/
+1
*
Remove nova-consoleauth
Stephen Finucane
2019-07-05
1
-75
/
+2
*
Add 'path' query parameter to console access url
Mohammed Naser
2019-06-14
1
-16
/
+20
*
Stop handling cells v1 for console authentication
Stephen Finucane
2019-04-16
1
-20
/
+0
*
Move create of ComputeAPI object in websocketproxy
melanie witt
2019-03-27
1
-0
/
+10
*
Use X-Forwarded-Proto as origin protocol if present
melanie witt
2019-01-16
1
-0
/
+32
*
Use uuidsentinel from oslo.utils
Eric Fried
2018-09-05
1
-1
/
+1
*
Use nova.db.api directly
Chris Dent
2018-07-10
1
-3
/
+3
*
Convert websocketproxy to use db for token validation
Paul Murray
2018-05-03
1
-85
/
+370
*
remove unnecessary conf imports
Matthew Edmonds
2018-03-09
1
-3
/
+0
*
Fix accumulated nits
Stephen Finucane
2018-01-16
3
-24
/
+55
*
console: Provide an RFB security proxy implementation
Daniel P. Berrange
2018-01-12
2
-0
/
+248
*
console: introduce the VeNCrypt RFB authentication scheme
Stephen Finucane
2018-01-12
2
-2
/
+206
*
console: introduce framework for RFB authentication
Stephen Finucane
2018-01-12
3
-0
/
+108
*
console: Send bytes to sockets
Stephen Finucane
2018-01-12
1
-0
/
+1
*
console: introduce basic framework for security proxying
Daniel P. Berrange
2017-09-28
1
-2
/
+82
*
conf: remove *_topic config opts
Stephen Finucane
2017-07-17
1
-4
/
+2
*
Fix the race condition with novnc
jianghua wang
2017-06-07
1
-0
/
+31
*
Fix novncproxy for python3
Jens Rosenboom
2017-02-16
1
-104
/
+67
*
Merge "tests: Replace use of CONF with monkey patching"
Jenkins
2017-01-24
1
-1
/
+5
|
\
|
*
tests: Replace use of CONF with monkey patching
Stephen Finucane
2017-01-06
1
-1
/
+5
*
|
conf: move few console opts to xenserver group
Maciej Szankin
2016-12-19
1
-2
/
+3
|
/
*
conf: Remove deprecated service manager opts
ChangBo Guo(gcb)
2016-12-05
1
-2
/
+2
*
Merge "Fixes python 3 unit tests"
Jenkins
2016-09-26
1
-8
/
+8
|
\
|
*
Fixes python 3 unit tests
Claudiu Belu
2016-09-23
1
-8
/
+8
*
|
Skip malformed cookies
Gleb Stepanov
2016-09-22
1
-0
/
+28
|
/
*
Merge "Remove invalid test methods for config option port_range"
Jenkins
2016-07-09
1
-12
/
+0
|
\
|
*
Remove invalid test methods for config option port_range
ChangBo Guo(gcb)
2016-06-10
1
-12
/
+0
*
|
Use instance object instead of db record
jichenjc
2016-06-14
1
-14
/
+20
|
/
[next]