- 14 Sep, 2014 1 commit
-
-
Tamer Sherif authored
-
- 13 Sep, 2014 2 commits
-
-
Robert Schilling authored
Update user_management.md
-
Dmitriy Zaporozhets authored
Adding ability to configure webhook timeout via gitlab.yml
-
- 12 Sep, 2014 20 commits
-
-
Marin Jankovski authored
-
Marin Jankovski authored
[Refactor] Remove duplicated labels step
-
Marin Jankovski authored
-
Robert Schilling authored
formatting changes, table->database
-
Dmitriy Zaporozhets authored
Use the default Unicorn socket backlog value: 1024 See merge request !1087
-
Dmitriy Zaporozhets authored
set fail_timeout=0 as recommended by Unicorn
-
Wes Gurney authored
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
[UX] Disable buttons if form is empty
-
Dmitriy Zaporozhets authored
[UX] Update tag count if tag gets deleted via web interface
-
Robert Schilling authored
set the number of workers to # of cores
-
Sytse Sijbrandij authored
Add Feedback link
-
Ben Bodenmiller authored
-
Ben Bodenmiller authored
Set's fail_timeout=0 as recommended by http://unicorn.bogomips.org/Unicorn/Configurator.html#method-i-timeout when Unicorn is running behind nginx.
-
Ben Bodenmiller authored
Add requests link for feature requests.
-
Ben Bodenmiller authored
Make formatting consistent on page. Change table -> database as they are database permissions.
-
Dmitriy Zaporozhets authored
Zen Mode for issues/MR/notes
-
Dmitriy Zaporozhets authored
Fix serialize migration
-
Robert Schilling authored
-
Robert Schilling authored
-
- 11 Sep, 2014 17 commits
-
-
Drew Blessing authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
Close Zen mode by ESC, foward/backward
-
Robert Schilling authored
update grant command to match how mysql shows
-
Dmitriy Zaporozhets authored
Feature oauth refactoring Only use class methods when needed. In addition, make a proper extension of Gitlab::Oauth::User. See merge request !1062
-
Dmitriy Zaporozhets authored
Clickable labels When I open issue with label `Ready for Merge` I usually want to see more issues with this label. I should visit project issues page and click on such label to see issues filtered. With this MR labels are clickable so you can get in one click from Issue show page to all issues with same labels See merge request !1085
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jan-Willem van der Meer authored
-
Jan-Willem van der Meer authored
-
Ben Bodenmiller authored
When looking up the granted permissions for users in MySQL using `show grants for 'git'@'localhost';` it shows the permissions in this order regardless of how you enter them. Changing so that comparing your actual permissions vs. what installation guide says is easier.
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Root password configurable through environmental variable Fixes #1522 See merge request !1084
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Redirect users to Projects Admin Page after removing a project Fixes issue #543 by redirecting the user to "admin_projects_path" and displaying the flash alert "Project removed." See merge request !178
-