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-05-30Add to changelog v6.9.2Marin Jankovski
2014-05-27Version to 6.9.1.v6.9.1Marin Jankovski
2014-05-22Version to 6.9.0v6.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
2014-04-23Adjust MySQL limits for existing installationsJacob Vosmaer
2014-04-15Give the Rails cache its own Redis namespaceJacob Vosmaer
Before this change, Rails cache data was stored in a global Redis namespace. As a consequence, clearing the Rails cache (`rake cache:clear`) would also delete all Sidekiq queue data and session storage. This change puts all Rails cache data in a `cache:gitlab` namespace, making `rake cache:clear` safe again.
2014-04-14Merge branch '161-emails-on-push-service' of ↵Dmitriy Zaporozhets
https://gitlab.com/jsternberg/gitlab-ce into jsternberg/gitlab-ce-161-emails-on-push-service Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
2014-04-11Fix emails on push service when a single commit is pushedJonathan A. Sternberg
This fixes issue #161.
2014-04-10Expose event and and mergerequest timestamps in API, make code more DRY.Mart Sõmermaa
2014-04-10Fix download link for huge MR diffsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-09Add to clean archives to changelog.Marin Jankovski
2014-04-07Merge branch 'master' into login_pageMarin Jankovski
Conflicts: CHANGELOG
2014-04-07add namespace fix to changelogJob van der Voort
2014-04-07Add option for disable standard signin.Marin Jankovski
2014-04-07Merge branch 'improve-oauth'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
2014-04-07Make oauth works for google oauth tooDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-07Disable connection reaping for MySQLJacob Vosmaer
On GitLab Cloud, MySQL connection reaping seemed to cause more problems (exceptions and segfaults in the native MySQL client) than it solved.
2014-04-07Fix popen bug in `rake gitlab:satellites:create`Jacob Vosmaer
The Satellite#create method no longer sets the `$?` global variable. Instead, we can use the method return value to test if the satellite was created successfully
2014-04-03Mention protected branch force pushDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-03Update changelog in master.dosire
2014-04-02Change the satellites directory permission in the install guide, add to rake ↵Marin Jankovski
check task.
2014-04-01Update changelog with new featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-31Make the repository downloads path configurableJacob Vosmaer
2014-03-29Merge remote-tracking branch 'origin/rake_drop_tables'Dmitriy Zaporozhets
Conflicts: CHANGELOG
2014-03-28Use omniauth nickname as the username for LDAPJacob Vosmaer
Before there was a bug in omniauth-ldap which prevented samaccountname showing up as a possible username for new LDAP users. Thanks to upstream fixes, we no longer need to work around this bug.
2014-03-28Drop all tables before restoring a PostgreSQL DBJacob Vosmaer
Invoking 'db:schema:load' turned out to be a bad idea: when downgrading an existing GitLab installation, the schema of the newer version would be preserved when trying to import the old version.
2014-03-26Change the user search query to be case insensitive.Marin Jankovski
2014-03-26Add gzip asset compression to the changelog.Marin Jankovski
2014-03-25Add to changelog.Marin Jankovski
2014-03-25Version 6.7.2Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG VERSION
2014-03-21Merge branch 'username-keys-content-type' of ↵Dmitriy Zaporozhets
https://github.com/dmedvinsky/gitlabhq into dmedvinsky-username-keys-content-type Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
2014-03-20Fix `/:username.keys` response content typeDmitry Medvinsky
Currently this method responds with `text/html`. It is kind of unusable if you open it in a browser. The browser thinks it is HTML and renders it as HTML, meaning new lines are dropped. So it's very hard to distinguish where the key starts and where it ends. This commit changes the content type header to `text/plain`.
2014-03-20Update ChangelogMarin Jankovski
2014-03-20GitLab requires gitlab-shell v1.9.0Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>