- 14 May, 2015 4 commits
-
-
Douwe Maan authored
-
Sytse Sijbrandij authored
Use apt repositories to upgrade Docker images to the latest versions Reduces the need to bump versions periodically. See merge request !647
-
Marin Jankovski authored
-
Marin Jankovski authored
-
- 13 May, 2015 24 commits
-
-
Stan Hu authored
Reduces the need to bump versions periodically.
-
Dmitriy Zaporozhets authored
Use SIGKILL by default in Sidekiq::MemoryKiller This makes the memory growth-triggered Sidekiq restarts more reliable by reducing the chance that Sidekiq ends up in a state where it is not accepting new jobs but also not shutting down: SIGKILL is more likely to work than SIGTERM. See merge request !1824
-
Jacob Vosmaer authored
This makes the memory growth-triggered Sidekiq restarts more reliable by reducing the chance that Sidekiq ends up in a state where it is not accepting new jobs but also not shutting down: SIGKILL is more likely to work than SIGTERM.
-
Sytse Sijbrandij authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Batch 1 of text improvements Batch 1 of changes from my effort at !635 to walk through every piece of text in GitLab and see if it can be improved. This batch includes: - Improve text on error pages. - Improve Git access error messages. - Improve description of branch protection levels. - Improve OAuth signup error message. - Improve OAuth application flash messages. cc @rspeicher See merge request !642
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Version check See merge request !1509
-
Dmitriy Zaporozhets authored
Extract handling of relative file links to its own HTML filter
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
Jeroen van Baarsen authored
Call merge request web hook for each commits
-
Dmitriy Zaporozhets authored
-
Marin Jankovski authored
defreeze code Fixes #2166. See merge request !1820
-
Marin Jankovski authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Arthur Gautier authored
Call merge request web hook every times a new commit hits the source branch Signed-off-by: Arthur Gautier <baloo@gandi.net>
-
- 12 May, 2015 12 commits
-
-
Dmitriy Zaporozhets authored
-
Sytse Sijbrandij authored
Replace outdated gif in README with link to website Fixes #2298 See merge request !1806
-
Hannes Rosenögger authored
Fix bug where avatar filenames were not actually deleted from the database during removal This would result in a 404 error in certain views. The `save` call was being rolled back due to an error in the validation step. Relax the validation step so that this works. Closes #1570 See merge request !620
-
Dmitriy Zaporozhets authored
Don't accidentally unblock auto created users from Active Directory. Fixes #1581. See merge request !638
-
Dmitriy Zaporozhets authored
-
Douwe Maan authored
Update docs in line with mysql-postgresql-converter changes. See merge request !640
-
Sytse Sijbrandij authored
Update migration style guide See merge request !1823
-
Douwe Maan authored
-
Valery Sizov authored
-
Dmitriy Zaporozhets authored
Show user roles by comments. I think it would be useful to show the user's role (Owner/Master/Developer/Reporter) by comments on GitLab.com (like GitHub does with Owner/Collaborator). That way people will know that when someone from the project's core team comments, they're not just some random user, but they're actually on the team. Currently they have the gather this from context. ![Screen_Shot_2015-05-12_at_12.15.45](https://gitlab.com/gitlab-org/gitlab-ce/uploads/0da0eea2087d6d3b14a2c0c594575c8a/Screen_Shot_2015-05-12_at_12.15.45.png) On hover, the note actions replace the role: ![Screen_Shot_2015-05-12_at_12.17.32](https://gitlab.com/gitlab-org/gitlab-ce/uploads/54a83c2f5047ea3ce0387f6692b14fe5/Screen_Shot_2015-05-12_at_12.17.32.png) --- Addresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2321. cc @sytses See merge request !639
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Add SystemNoteService class The Note model was basically two models crammed together - one handling user-created notes (i.e., comments on things) and one handling system-created notes (i.e., references). This splits out the system-specific stuff to a new SystemNoteService class. See merge request !595
-