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
2014-06-17Enable identicon for gravatar by defaultDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-15Provide better email subject lines from email on push serviceAlex Elman
If one commit is pushed, display the commit message in the subject line. Otherwise display the number of commits pushed to the repository.
2014-06-14Merge remote-tracking branch 'origin/issue_closing_widget'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
2014-06-13Add /api/users test for admin role. Updated CHANGELOGDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-13Detect closing issues in Merge Request descriptionJacob Vosmaer
2014-06-13Merge branch 'remove-wall'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
2014-06-13Wipe wall notes featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-13Check LDAP user filter during sign-inJacob Vosmaer
2014-06-12Be more selective when killing stray SidekiqsJacob Vosmaer
Avoid the background_jobs script killing every process with 'sidekiq' in its argument string (e.g. 'rake gitlab:sidekiq start') by also catching the number (2) in 'sidekiq 2.14'.
2014-06-12Skip init script checks on omnibus-gitlabJacob Vosmaer
Omnibus-gitlab does not use the init script.
2014-06-12More items in CHANGELOGDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-07Fix typoMichael Grosser
2014-06-07New entries to CHANGELOGDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-05Move gitlab-ssl nginx config from gitlab-recipesAchilleas Pipinellis
2014-06-05Support Ruby 2.1 and better explain the memory requirements.Sytse Sijbrandij
2014-06-04Improve performance of application for large teamsDmitriy Zaporozhets
This commit fixes a lot of sql queries to db for for groups and projects with big amount of members. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-04Mention 4.1 rails update in CHANGELOGDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-03Add some entries to changelogDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-03Ensure sidekiq is displayed by setting X-Frame-Options.GitLab
2014-06-03Revert "Set x-frame-option to sameorigin to allow the Sidekiq iframe to ↵GitLab
display." This reverts commit 754b0838e0c2857b0ca73d2ced675ed5b3042242. Sidekiq rendered via mounted sinatra app. We don't need to change controller headers. It won't affect sidekiq at all. Please modify nginx config instead for all gitlab app.
2014-06-03Set x-frame-option to sameorigin to allow the Sidekiq iframe to display.GitLab
2014-05-30Dont allow git tag rewrite/removal unless you are masterDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-30Add to changelog v6.9.2Marin Jankovski
Conflicts: CHANGELOG
2014-05-29Add deprecation to changelog.Marin Jankovski
2014-05-28Add stuff to CHANGELOGDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-28Add changelog for version to 6.9.1.Marin Jankovski
Conflicts: CHANGELOG VERSION
2014-05-27Add entry to changelog.Marin Jankovski
2014-05-24Add drag-n-drop to CHANGELOGDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-23More stuff to CHANGELOGDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-23Add threaded emails to changelog.dosire
2014-05-23Mention changes to protected branchesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-22First entries for 7.0 CHANGELOGDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-22Version to 6.9.0Marin Jankovski
2014-05-15Merge branch 'ad_disabled_changelog'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
2014-05-15Add API access checks to CHANGELOGJacob Vosmaer
2014-05-15Add CHANGELOG entry for the AD disabled flagJacob Vosmaer
2014-05-13Merge branch 'api-mr-merge' into 'master'Dmitriy Zaporozhets
Accept merge request API This MR adds new endpoint `PUT /projects/:id/merge_request/:merge_request_id/merge`. After this change you can merge branches using API. Fixes internal issue #1166
2014-05-13Merge pull request #6825 from sue445/feature/post_automergeDmitriy Zaporozhets
Fix can not automerge when description is too long
2014-05-13Add some tests for merge APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-12Add changelog entry for satellite clean.dosire
2014-05-12Mention 2 step MR in CHANGELOGDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-11Fix can not automerge if description is too longsue445
2014-05-09Backup wiki repo even if the main repo is emptyJacob Vosmaer
This fixes a bug where wiki repositories for projects with an empty main repository would not get backed up.
2014-05-08Apply the locale encoding to `tar --version`Jacob Vosmaer
Fixes a bug with non-UTF8 locales introduced by 2b816075dc71dfe8f6f9e5349fdff7f03ad9dad0.
2014-05-08Document how to convert a backup to PostgreSQLJacob Vosmaer
2014-05-05Improve mobile UI for issues and merge requestsDrew Blessing
2014-04-29Add document.hidden improvement to CHANGELOGJacob Vosmaer
2014-04-29Add new entries to CHANGELOGDmitriy Zaporozhets
2014-04-24Add iids changelog entryDmitriy Zaporozhets
2014-04-23Move changelog entries to 6.9.0Jacob Vosmaer