Skip to content

session: Note operations which omit UserAgent#7887

Merged
zjs merged 2 commits intovmware:masterfrom
zjs:topic/refactor-session-split/user-agent
May 7, 2018
Merged

session: Note operations which omit UserAgent#7887
zjs merged 2 commits intovmware:masterfrom
zjs:topic/refactor-session-split/user-agent

Conversation

@zjs
Copy link
Member

@zjs zjs commented May 3, 2018

Log a message (at debug, since this indicates a programming error, not
something a user could address) any time we create a Session without
specifying a UserAgent.

Specify a UserAgent in several places where we were not doing so.

Towards: #6032

@zjs zjs self-assigned this May 3, 2018
@zjs zjs requested review from gigawhitlocks and jzt May 3, 2018 20:23
@zjs zjs force-pushed the topic/refactor-session-split/user-agent branch from 7e86a70 to 7cf8170 Compare May 4, 2018 22:01
@zjs zjs requested review from AngieCris and cgtexmex May 4, 2018 22:01
@zjs zjs force-pushed the topic/refactor-session-split/user-agent branch from 7cf8170 to 6e56d15 Compare May 4, 2018 22:06
Log a message (at debug, since this indicates a programming error, not
something a user could address) any time we create a Session without
specifying a UserAgent.

Specify a UserAgent in several places where we were not doing so.
@zjs zjs force-pushed the topic/refactor-session-split/user-agent branch from 6e56d15 to 6e51ea6 Compare May 4, 2018 22:07
@codecov-io
Copy link

codecov-io commented May 4, 2018

Codecov Report

Merging #7887 into master will decrease coverage by 4.96%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #7887      +/-   ##
==========================================
- Coverage    31.3%   26.34%   -4.97%     
==========================================
  Files         295       37     -258     
  Lines       43675     5189   -38486     
==========================================
- Hits        13674     1367   -12307     
+ Misses      28817     3715   -25102     
+ Partials     1184      107    -1077
Impacted Files Coverage Δ
pkg/vsphere/extraconfig/encode.go
lib/imagec/docker.go
pkg/vsphere/vm/vm.go
lib/archive/stripper.go
lib/install/management/dispatcher.go
pkg/flags/shares_flag.go
pkg/retry/retry.go
lib/portlayer/event/subscriber.go
...rvers/portlayer/restapi/handlers/stream_handler.go
lib/dns/cache.go
... and 246 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9816030...6e51ea6. Read the comment docs.

@zjs zjs merged commit ff1db6e into vmware:master May 7, 2018
@zjs zjs mentioned this pull request Jun 21, 2018
2 tasks
zjs added a commit to zjs/vic that referenced this pull request Jun 21, 2018
Log a message (at debug, since this indicates a programming error, not
something a user could address) any time we create a Session without
specifying a UserAgent.

Specify a UserAgent in several places where we were not doing so.

(cherry picked from commit ff1db6e)
zjs added a commit to zjs/vic that referenced this pull request Jun 22, 2018
Log a message (at debug, since this indicates a programming error, not
something a user could address) any time we create a Session without
specifying a UserAgent.

Specify a UserAgent in several places where we were not doing so.

(cherry picked from commit ff1db6e)
zjs added a commit to zjs/vic that referenced this pull request Jun 28, 2018
Log a message (at debug, since this indicates a programming error, not
something a user could address) any time we create a Session without
specifying a UserAgent.

Specify a UserAgent in several places where we were not doing so.

(cherry picked from commit ff1db6e)
zjs added a commit to zjs/vic that referenced this pull request Jul 2, 2018
Log a message (at debug, since this indicates a programming error, not
something a user could address) any time we create a Session without
specifying a UserAgent.

Specify a UserAgent in several places where we were not doing so.

(cherry picked from commit ff1db6e)
zjs added a commit to zjs/vic that referenced this pull request Jul 2, 2018
Log a message (at debug, since this indicates a programming error, not
something a user could address) any time we create a Session without
specifying a UserAgent.

Specify a UserAgent in several places where we were not doing so.

(cherry picked from commit ff1db6e)
hickeng added a commit to hickeng/vic that referenced this pull request Jul 25, 2018
This ensures that each vmomi client has a unique user-agent string so it
is possible to link vmomi sessions back to the originating component
within a VCH. The only user-agent that needed updating was the one used to
pull project specific configuration from admiral/harbor.

This follows on from PR vmware#7887
hickeng added a commit to hickeng/vic that referenced this pull request Aug 2, 2018
This ensures that each vmomi client has a unique user-agent string so it
is possible to link vmomi sessions back to the originating component
within a VCH. The only user-agent that needed updating was the one used to
pull project specific configuration from admiral/harbor.

This follows on from PR vmware#7887
hickeng added a commit that referenced this pull request Aug 8, 2018
This ensures that each vmomi client has a unique user-agent string so it
is possible to link vmomi sessions back to the originating component
within a VCH. The only user-agent that needed updating was the one used to
pull project specific configuration from admiral/harbor.

This follows on from PR #7887
zjs added a commit to zjs/vic that referenced this pull request Aug 10, 2018
Log a message (at debug, since this indicates a programming error, not
something a user could address) any time we create a Session without
specifying a UserAgent.

Specify a UserAgent in several places where we were not doing so.

(cherry picked from commit ff1db6e)
zjs pushed a commit to zjs/vic that referenced this pull request Aug 10, 2018
This ensures that each vmomi client has a unique user-agent string so it
is possible to link vmomi sessions back to the originating component
within a VCH. The only user-agent that needed updating was the one used to
pull project specific configuration from admiral/harbor.

This follows on from PR vmware#7887

(cherry picked from commit 686535b)
zjs added a commit to zjs/vic that referenced this pull request Aug 10, 2018
)

Log a message (at debug, since this indicates a programming error, not
something a user could address) any time we create a Session without
specifying a UserAgent.

Specify a UserAgent in several places where we were not doing so.

(cherry picked from commit ff1db6e)
zjs pushed a commit to zjs/vic that referenced this pull request Aug 10, 2018
This ensures that each vmomi client has a unique user-agent string so it
is possible to link vmomi sessions back to the originating component
within a VCH. The only user-agent that needed updating was the one used to
pull project specific configuration from admiral/harbor.

This follows on from PR vmware#7887

(cherry picked from commit 686535b)
zjs added a commit that referenced this pull request Aug 10, 2018
Log a message (at debug, since this indicates a programming error, not
something a user could address) any time we create a Session without
specifying a UserAgent.

Specify a UserAgent in several places where we were not doing so.

(cherry picked from commit ff1db6e)
zjs pushed a commit that referenced this pull request Aug 10, 2018
This ensures that each vmomi client has a unique user-agent string so it
is possible to link vmomi sessions back to the originating component
within a VCH. The only user-agent that needed updating was the one used to
pull project specific configuration from admiral/harbor.

This follows on from PR #7887

(cherry picked from commit 686535b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants