Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ad_disabled_changelog' | Dmitriy Zaporozhets | 2014-05-15 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG | ||||
| * | Add CHANGELOG entry for the AD disabled flag | Jacob Vosmaer | 2014-05-15 | 1 | -0/+1 |
| | | |||||
* | | Add API access checks to CHANGELOG | Jacob Vosmaer | 2014-05-15 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'api-mr-merge' into 'master' | Dmitriy Zaporozhets | 2014-05-13 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | 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 | ||||
| * | Add some tests for merge API | Dmitriy Zaporozhets | 2014-05-13 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Merge pull request #6825 from sue445/feature/post_automerge | Dmitriy Zaporozhets | 2014-05-13 | 1 | -0/+1 |
|\ \ | |/ |/| | Fix can not automerge when description is too long | ||||
| * | Fix can not automerge if description is too long | sue445 | 2014-05-11 | 1 | -0/+1 |
| | | |||||
* | | Add changelog entry for satellite clean. | dosire | 2014-05-12 | 1 | -0/+1 |
| | | |||||
* | | Mention 2 step MR in CHANGELOG | Dmitriy Zaporozhets | 2014-05-12 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Backup wiki repo even if the main repo is empty | Jacob Vosmaer | 2014-05-08 | 1 | -0/+1 |
| | | | | | This fixes a bug where wiki repositories for projects with an empty main repository would not get backed up. | ||||
* | Apply the locale encoding to `tar --version` | Jacob Vosmaer | 2014-05-08 | 1 | -0/+1 |
| | | | | | Fixes a bug with non-UTF8 locales introduced by 2b816075dc71dfe8f6f9e5349fdff7f03ad9dad0. | ||||
* | Document how to convert a backup to PostgreSQL | Jacob Vosmaer | 2014-05-08 | 1 | -0/+1 |
| | |||||
* | Improve mobile UI for issues and merge requests | Drew Blessing | 2014-05-05 | 1 | -0/+1 |
| | |||||
* | Add document.hidden improvement to CHANGELOG | Jacob Vosmaer | 2014-04-29 | 1 | -0/+1 |
| | |||||
* | Add new entries to CHANGELOG | Dmitriy Zaporozhets | 2014-04-29 | 1 | -1/+6 |
| | |||||
* | Add iids changelog entry | Dmitriy Zaporozhets | 2014-04-24 | 1 | -0/+1 |
| | |||||
* | Move changelog entries to 6.9.0 | Jacob Vosmaer | 2014-04-23 | 1 | -2/+4 |
| | |||||
* | Adjust MySQL limits for existing installations | Jacob Vosmaer | 2014-04-23 | 1 | -0/+1 |
| | |||||
* | Give the Rails cache its own Redis namespace | Jacob Vosmaer | 2014-04-15 | 1 | -0/+1 |
| | | | | | | | | 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. | ||||
* | Merge branch '161-emails-on-push-service' of ↵ | Dmitriy Zaporozhets | 2014-04-14 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | 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 | ||||
| * | Fix emails on push service when a single commit is pushed | Jonathan A. Sternberg | 2014-04-11 | 1 | -0/+1 |
| | | | | | | | | This fixes issue #161. | ||||
* | | Expose event and and mergerequest timestamps in API, make code more DRY. | Mart Sõmermaa | 2014-04-10 | 1 | -0/+1 |
|/ | |||||
* | Fix download link for huge MR diffs | Dmitriy Zaporozhets | 2014-04-10 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add to clean archives to changelog. | Marin Jankovski | 2014-04-09 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into login_page | Marin Jankovski | 2014-04-07 | 1 | -0/+1 |
|\ | | | | | | | | | Conflicts: CHANGELOG | ||||
| * | add namespace fix to changelog | Job van der Voort | 2014-04-07 | 1 | -0/+1 |
| | | |||||
* | | Add option for disable standard signin. | Marin Jankovski | 2014-04-07 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'improve-oauth' | Dmitriy Zaporozhets | 2014-04-07 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG | ||||
| * | Make oauth works for google oauth too | Dmitriy Zaporozhets | 2014-04-07 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Disable connection reaping for MySQL | Jacob Vosmaer | 2014-04-07 | 1 | -0/+1 |
| | | | | | | | | | | On GitLab Cloud, MySQL connection reaping seemed to cause more problems (exceptions and segfaults in the native MySQL client) than it solved. | ||||
* | | Fix popen bug in `rake gitlab:satellites:create` | Jacob Vosmaer | 2014-04-07 | 1 | -0/+1 |
|/ | | | | | | 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 | ||||
* | Mention protected branch force push | Dmitriy Zaporozhets | 2014-04-03 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update changelog in master. | dosire | 2014-04-03 | 1 | -0/+5 |
| | |||||
* | Change the satellites directory permission in the install guide, add to rake ↵ | Marin Jankovski | 2014-04-02 | 1 | -0/+1 |
| | | | | check task. | ||||
* | Update changelog with new feature | Dmitriy Zaporozhets | 2014-04-01 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Make the repository downloads path configurable | Jacob Vosmaer | 2014-03-31 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/rake_drop_tables' | Dmitriy Zaporozhets | 2014-03-28 | 1 | -0/+1 |
|\ | | | | | | | | | Conflicts: CHANGELOG | ||||
| * | Drop all tables before restoring a PostgreSQL DB | Jacob Vosmaer | 2014-03-28 | 1 | -0/+1 |
| | | | | | | | | | | | | 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. | ||||
* | | Use omniauth nickname as the username for LDAP | Jacob Vosmaer | 2014-03-28 | 1 | -0/+1 |
|/ | | | | | | 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. | ||||
* | Change the user search query to be case insensitive. | Marin Jankovski | 2014-03-26 | 1 | -0/+1 |
| | |||||
* | Add gzip asset compression to the changelog. | Marin Jankovski | 2014-03-26 | 1 | -0/+1 |
| | |||||
* | Add to changelog. | Marin Jankovski | 2014-03-25 | 1 | -2/+5 |
| | |||||
* | Version 6.7.2 | Dmitriy Zaporozhets | 2014-03-25 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG VERSION | ||||
* | Merge branch 'username-keys-content-type' of ↵ | Dmitriy Zaporozhets | 2014-03-21 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | https://github.com/dmedvinsky/gitlabhq into dmedvinsky-username-keys-content-type Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG | ||||
| * | Fix `/:username.keys` response content type | Dmitry Medvinsky | 2014-03-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | 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`. | ||||
* | | Update Changelog | Marin Jankovski | 2014-03-20 | 1 | -0/+1 |
|/ | |||||
* | GitLab requires gitlab-shell v1.9.0 | Dmitriy Zaporozhets | 2014-03-20 | 1 | -0/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | added OReilly sponsorship to CHANGELOG | Marc Radulescu | 2014-03-20 | 1 | -0/+1 |
| | |||||
* | Merge branch 'someone-asked-us-to-update-the-changelog' into 'master' | Dmitriy Zaporozhets | 2014-03-19 | 1 | -0/+1 |
|\ | | | | | | | Someone Asked Us To Update The Changelog | ||||
| * | Spinner in changelog. | dosire | 2014-03-19 | 1 | -0/+1 |
| | |