summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Spin icon next to "Checking for CI status..."spinner-spinDouwe Maan2015-05-142-6/+7
|
* Merge branch 'upgrade-dockerfile-apt' into 'master'Sytse Sijbrandij2015-05-142-15/+12
|\ | | | | | | | | | | | | | | Use apt repositories to upgrade Docker images to the latest versions Reduces the need to bump versions periodically. See merge request !647
| * Use apt repositories to upgrade Docker builds to the latest GitLab versionStan Hu2015-05-132-15/+12
| | | | | | | | Reduces the need to bump versions periodically.
* | GitLab shell version to 2.6.3.Marin Jankovski2015-05-141-1/+1
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski2015-05-141-1/+1
|\ \ | |/
| * Merge requests are welcome in spite of the deprecation.Sytse Sijbrandij2015-05-131-1/+1
| |
* | Merge branch 'sidekiq-sigkill' into 'master'Dmitriy Zaporozhets2015-05-132-1/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | | | 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
| * Use SIGKILL by default in Sidekiq::MemoryKillerJacob Vosmaer2015-05-132-1/+2
|/ | | | | | | 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.
* Fix text overflow in project sidebarDmitriy Zaporozhets2015-05-131-0/+4
|
* Merge branch 'text-batch-1' into 'master'Dmitriy Zaporozhets2015-05-1314-84/+98
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Fix GitAccess.text-batch-1Douwe Maan2015-05-132-13/+6
| |
| * Fix 422 error page.Douwe Maan2015-05-131-1/+1
| |
| * Improve OAuth application flash messages.Douwe Maan2015-05-131-5/+5
| |
| * Improve OAuth signup error message.Douwe Maan2015-05-132-4/+11
| |
| * Improve description of branch protection levels.Douwe Maan2015-05-131-3/+3
| |
| * Improve Git access error messages.Douwe Maan2015-05-133-45/+44
| |
| * Improve text on error pages.Douwe Maan2015-05-136-17/+32
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-05-131-6/+15
|\ \
| * | remove strange code branchetsSytse Sijbrandij2015-05-131-1/+1
| | |
| * | Deprecate the upgrader script since we forget to update it.Sytse Sijbrandij2015-05-131-5/+14
| | |
* | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-05-1310-221/+275
|\ \ \
| * \ \ Merge pull request #9276 from jirutka/relative_link_filterDmitriy Zaporozhets2015-05-136-218/+242
| |\ \ \ | | | | | | | | | | Extract handling of relative file links to its own HTML filter
| | * | | Add spec for RelativeLinkFilterJakub Jirutka2015-05-122-73/+120
| | | | |
| | * | | RelativeLinkFilter: refactor according to suggestions by @tsigoJakub Jirutka2015-05-112-17/+13
| | | | |
| | * | | Extract handling of relative file links to RelativeLinkFilterJakub Jirutka2015-05-114-145/+126
| | | | |
| * | | | Merge pull request #8872 from baloo/feature/execute_mr_webhooks_upon_commitJeroen van Baarsen2015-05-134-3/+33
| |\ \ \ \ | | |_|/ / | |/| | | Call merge request web hook for each commits
| | * | | Call merge request web hook for each commitsArthur Gautier2015-05-134-3/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call merge request web hook every times a new commit hits the source branch Signed-off-by: Arthur Gautier <baloo@gandi.net>
* | | | | Merge branch 'version-check' into 'master'Dmitriy Zaporozhets2015-05-139-10/+46
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | Version check See merge request !1509
| * | | | Enable version check only for production environmentDmitriy Zaporozhets2015-05-111-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Replace host with real oneDmitriy Zaporozhets2015-05-111-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Fix syntax errorDmitriy Zaporozhets2015-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Merge branch 'version-check' into gl-version-checkDmitriy Zaporozhets2015-05-089-10/+45
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/controllers/admin/application_settings_controller.rb app/views/admin/application_settings/_form.html.haml db/schema.rb
| | * | | | Remove unnecessary public keyDmitriy Zaporozhets2015-05-082-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * | | | Remove encryptionDmitriy Zaporozhets2015-05-084-24/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * | | | Add feature to disable version checkDmitriy Zaporozhets2015-03-106-5/+20
| | | | | |
| | * | | | Add version check to help page tooDmitriy Zaporozhets2015-03-091-0/+1
| | | | | |
| | * | | | Prevent crash if file does not existsDmitriy Zaporozhets2015-03-091-1/+3
| | | | | |
| | * | | | Add version check badge to admin areaDmitriy Zaporozhets2015-03-093-1/+40
| | | | | |
| | * | | | Add simple_encrypt gemDmitriy Zaporozhets2015-03-092-0/+3
| | | | | |
* | | | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqDmitriy Zaporozhets2015-05-131-5/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'code-defreeze' into 'master'Marin Jankovski2015-05-131-5/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | defreeze code Fixes #2166. See merge request !1820
| | * | | | | | defreeze codeJob van der Voort2015-05-111-5/+0
| | | | | | | |
| * | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski2015-05-137-4/+57
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
* | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-05-127-4/+57
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | Merge branch 'fix-avatar-removal' into 'master'Hannes Rosenögger2015-05-127-4/+57
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | Fix bug where avatar filenames were not actually deleted from the database ↵Stan Hu2015-05-077-5/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge branch 'remove-outdated-gif' into 'master'Sytse Sijbrandij2015-05-121-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace outdated gif in README with link to website Fixes #2298 See merge request !1806
| * | | | | | Replace outdated gif in README with link to websiteDmitriy Zaporozhets2015-05-061-2/+2
| | | | | | |
* | | | | | | Merge branch 'ad-block_auto_created_users' into 'master'Dmitriy Zaporozhets2015-05-123-5/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't accidentally unblock auto created users from Active Directory. Fixes #1581. See merge request !638
| * | | | | | | Don't accidentally unblock auto created users from Active Directory.ad-block_auto_created_usersDouwe Maan2015-05-123-5/+25
| | | | | | | |