##// END OF EJS Templates
permissions: handle more cases for invalidating permission caches...
permissions: handle more cases for invalidating permission caches - invalidate user permissions on chaning the global permissions - invalidate all users in case of creating new object with "copy permissions" flag - invalidate all users permissions in case of repo/repo group renames - invalidate all user permissions in forked repo with copy flag

File last commit:

r3290:ac4e4e5a default
r3411:2e06ebce stable
Show More
glossary.rst
50 lines | 1.4 KiB | text/x-rst | RstLexer
project: added all source files and assets
r1 .. _glossary:
Glossary
========
.. glossary::
DVCS
Distributed Version Control System, usually referring to |git| or |hg|.
Extension
An extension extends the capabilities of, or the data available to,
an existing software application.
Full-text Search
Indexing all files and |repos| managed by |RCE| and
making this data searchable from the interface.
Gist
A note that can only be edited by the author and shared using its
link within others. The sharing permissions can be set during
its creation.
Gunicorn
A Python WSGI HTTP Server used by |RCE|.
Hook
A hook intercepts function calls, messages, or events passed between
software components and can be used to trigger plugins, or their
extensions.
Horizontal scaling
Adding more machines or workers into your pool of resources.
Instance
docs: added SAML documentation....
r3290 A single installed version of one of the RhodeCode products. It could
project: added all source files and assets
r1 refer to |RCE| or the VCS server depending on the context.
Plugin
A Plugin is software that adds a specific feature to an existing
software application.
tmpfs
Temporary file storage kept in volatile memory instead of persistent
storage.
VCS Server
The VCS Server handles the abstraction layer between the
supported version control systems and RhodeCode Enterprise.