- 30 Nov, 2014 3 commits
-
-
Dmitriy Zaporozhets authored
Make clear that the upgrader script does not update gitlab-shell There are many cases where people end up with a broken update because they don't update gitlab-shell. For example: https://twitter.com/hgomez/status/537902038907363330 \cc @sytses See merge request !246
-
Dmitriy Zaporozhets authored
Create project & repository at the same time * block project creation if repository cant be created * show proper error message about failed to create repository * dont use ajax for project creation any more - its fast enough * if project repository does not exist - propose to create one or import * move import functionality to separate resource Fixes #1768 See merge request !1278
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 29 Nov, 2014 5 commits
-
-
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>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Achilleas Pipinellis authored
-
- 28 Nov, 2014 3 commits
-
-
Valery Sizov authored
Sidekiq memory killer This change adds an optional Sidekiq memory killer middleware that will perform a graceful shutdown when the Sidekiq process is using too much memory. When combined with a process supervision daemon (such as Runit in omnibus-gitlab) this should provide Good Enough handling of the Sidekiq memory leaks we are seeing. The memory killer is off by default. See merge request !1276
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
When enabled, this middleware allows Sidekiq to detect that its RSS has exceeded a maximum value, triggering a graceful shutdown. This middleware should be combined with external process supervision that will restart Sidekiq after the graceful shutdown, such as Runit.
-
- 27 Nov, 2014 6 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Sytse Sijbrandij authored
Add Dockerfile to build an Omnibus GitLab image See merge request !244
-
Vincent Robert authored
-
Sytse Sijbrandij authored
Office analogy introduced office analogy to architecture.md See merge request !1275
-
Marc Radulescu authored
-
- 26 Nov, 2014 7 commits
-
-
Sytse Sijbrandij authored
add details on protected branches
-
Ben Bodenmiller authored
Add some details from https://about.gitlab.com/2014/11/26/keeping-your-code-protected/: Who can: * Force push to non-protected branches * Force push to protected branches * Remove protected branches
-
Marc Radulescu authored
-
Marc Radulescu authored
-
Jacob Vosmaer authored
Select a tag Related to #1603. Prevent users looking to install GitLab from source from installing a release candidate by mistake. See merge request !1274
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
- 25 Nov, 2014 2 commits
-
-
Robert Schilling authored
Update time zone rake task for production. Resolves #8387
-
Robert Djurasaj authored
-
- 24 Nov, 2014 11 commits
-
-
Jacob Vosmaer authored
Conflicts: GITLAB_SHELL_VERSION
-
Marin Jankovski authored
Security release ownership We saw the following problems around the 7.4.4 release: - the fix got merged into master while it should have been held back - there was a security fix but no release manager to release it With this change we want to improve our process and documentation to prevent situations like this in the future. See merge request !1273
-
Marin Jankovski authored
-
Valery Sizov authored
-
Jacob Vosmaer authored
-
Sytse Sijbrandij authored
-
Valery Sizov authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Sytse Sijbrandij authored
-
Valery Sizov authored
Backup cron mode If you have your server configured to receive emails containing the output of cron jobs it is annoying to get long spammy emails from the backup script. This change adds a 'cron mode' that makes the backup script silent unless something goes wrong during the backup. See merge request !1268
-
- 23 Nov, 2014 2 commits
-
-
Robert Schilling authored
start gitlab after mysql tweaks
-
Ben Bodenmiller authored
-
- 21 Nov, 2014 1 commit
-
-
Valery Sizov authored
Add missing timestamps to the 'members' table In 20140914145549_migrate_to_new_members_model.rb we forgot to set the created_at and updated_at times for new records in the 'members' table. This became a problem after commit c8e78d97 which was added in GitLab 7.5. With this migration we ensure that all rows in 'members' have at least some created_at and updated_at timestamp. See merge request !1272
-