##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r248:1cc12c91
speedup: check identity_map when getting by repo name
dan
0
r247:27f3d682
speedup: check local session for repo by repo name first
dan
0
r246:5ee10d14
refactor: remove old error controller, which has been replaced by pyramid
dan
0
r245:18685cb6
ux: bringing my account pull request list into the great future #4038
0
r244:a99bca28
threading: Use the curl session factory.
Martin Bornhold
0
r243:dae685be
threading: Add factory that creates curl session for each thread. When creating a repo with an import url pointing to another repo on the same enterprise instance we call the vcssserver to check the url. The vcsserver then calls to enterprise to verify the url. This leads to two threads using the same cur session.
Martin Bornhold
0
r242:96f10eea
nix: Propagate doCheck attribute.
0
r241:17b8c613
release: Provide attribute releaseName Used from rcpkgs to package things up for the installer and control.
0
r240:c6c7f53d
release: Remove dependency greenlet
0
r239:0d0c8b93
authn: Use type() instead of __class__ attribute.
0
r238:b082c123
authn: Test authentication plugin settings POST views.
0
r237:840f51fa
authn: Fix priority of default values if some values are missing during POST Normally this affects only the test suite but doesn't hurt to be correct :)
0
r236:2440a1e7
authn: Allow to pass in a default value if setting is not available in DB.
0
r235:dee287cd
authn: Unit tests to simply get the authentication settings pages. Checks for enabled (retcode=200) and disabled (retcode=404) plugins.
Martin Bornhold
0
r234:3a3d2ce1
authn: Create context managers to enable/disable an authentication plugin in DB.
Martin Bornhold
0
r233:9655ec62
authn: Add fixture that provides authentication plugin instances.
Martin Bornhold
0
r232:299ebd92
authn: Don't use setting value to compute the setting type.
0
r231:b3a11d63
admin: Use error message from UserCreationError when updating a user. If we get a UserCreationError on updating a user we should display the more specific error message from the exception.
0
r230:636c8b2a
events: Send events when user is created or updated. Send the UserPreCreate event before a new user is created. Send the UserPreUpdate event before a user is updated.
0
r229:a33067ed
events: Add a method to model base class for sending events. This wraps the logic to send pyramid events at a single place.
0
load next
< 1 .. 162 163 164 165 166 .. 176 >
showing 20 out of 3509 commits