Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-02Session stored globally per requestJames Edwards-Jones
- This can be accessed with Session.current and is restored after. - Data can be stored under a key with NamespacedSessionStore