##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r4205:51d43982
docs: added mention of gunicorn config changes in release notes.
0
r4204:d368f200
helpers: pre-compiled issue tracker patterns early for speedup.
0
r4203:8c331388
helpers: use pre-comiled patterns for PRs for small speedup.
0
r4202:5286ca08
issue-tracker: cache active patterns in the template so we can re-use them when rendering comments. - before each render call fetched settings and patterns to process - in case of lots of commits/large pull-requests this took a loot of time.
0
r4201:ecf6f84c
issue-tracker: use stored issueTracker patterns for repo instead of initializing model every time.
0
r4200:007322e6
settings: re-use attached request global config for performance - since we *always* generate a global config and register it into request make use of it, and not rely on the get_all_settings heavy logic that makes it slow to fetch because of cache checks. Within single request we're fine to re-use it when ever request attribute is available
0
r4199:9041744d
issue-tracker: fixed wrong examples in patterns.
0
r4198:c6fa26d3
user: fixed wrong mention of readme in user description help block.
0
r4197:01c1fb34
API: added pull-requests versions into returned API data - fixes #5582
dan
0
r4196:bb0e450f
api: add send_email flag for comments api to allow commenting without email notification. - fixes #5581
0
r4195:4c53d118
audit-logger: use copy of params we later modify to prevent from modification by the store function of parameters that we only use for reading.
0
r4194:22366957
get-perms-api-helper: show nicer message when prefix is specified to help in API usage.
0
r4193:e6e77c6a
gists: cleanup UI and make the gist access id use monospace
dan
0
r4192:2b1fc876
ui: removed always visible options. - this makes bad UX to always show this, this actino is very unique and it's used for locking purpose only this is a rare feature and we should mimize UI
dan
0
r4191:10d818a8
pull-requests: small code cleanup to define other type of merge username - possible to specify alternative attr using env option: RC_MERGE_USER_NAME_ATTR
0
r4190:d89af9cb
users: replaced extraction of user_ids with more efficient method. - by default it extracts only active accounts.
dan
0
r4189:021154b4
repo-permissions: add set/un-set of private repository from permissions page. - this adds consistent 1way of controlling all permissiosn from permissions page - properly flushses caches on this change - adds better UX
dan
0
r4188:11fc38a7
repo-permission: properly flush caches on set private mode.
dan
0
r4187:0268c0ee
permissions: flush all user permissions in case of default user permission changes. - this is a special case that due to inheritance we need to flush ALL users permissions - before the default permission changes didn't flush the caches result in cached values beeing present until the cache expires
dan
0
r4186:6e228354
installation: add few extra defaults that makes RhodeCode nicer out of the box.
dan
0
load next
< 1 .. 12 13 14 15 16 .. 41 >
showing 20 out of 806 commits