Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'feature/internal_ids' of /home/git/repositories/gitlab/gitlabhq | Dmitriy Zaporozhets | 2013-08-20 | 1 | -0/+33 | |
|\ \ | ||||||
| * | | Iid improvemets | Dmitriy Zaporozhets | 2013-08-19 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | * call set_iid before validation * make rake task pass event if objects are invalid * show iid in comment event at dashboard | |||||
| * | | Create task to create iid for existing issues/mr | Dmitriy Zaporozhets | 2013-08-19 | 1 | -0/+31 | |
| | | | ||||||
* | | | Better message for migrating global projects | Dmitriy Zaporozhets | 2013-08-20 | 1 | -2/+9 | |
|/ / | ||||||
* | | Use native repo path for import task. Skip wiki repos | Dmitriy Zaporozhets | 2013-08-14 | 1 | -0/+6 | |
| | | ||||||
* | | move backup logic to lib. Fixed removing outdated backups | Dmitriy Zaporozhets | 2013-08-05 | 1 | -95/+7 | |
| | | ||||||
* | | Move diff parsing to own class. Correctly identify note diff line | Dmitriy Zaporozhets | 2013-08-04 | 1 | -1/+1 | |
| | | ||||||
* | | Store diff with line note. It makes possible to see inline notes with proper ↵ | Dmitriy Zaporozhets | 2013-08-04 | 1 | -0/+16 | |
| | | | | | | | | diff even if MR diff changed | |||||
* | | Delete duplicate keys in migrate_keys task | Jacob Vosmaer | 2013-08-02 | 1 | -0/+5 | |
| | | ||||||
* | | Fix typos | Johannes Schleifenbaum | 2013-07-29 | 4 | -4/+4 | |
| | | ||||||
* | | Use gitlab-shell authorized_keys truncation. Fix issue with authorized_keys ↵ | Dmitriy Zaporozhets | 2013-07-18 | 2 | -4/+3 | |
| | | | | | | | | stored in different location | |||||
* | | Require gitlab-shell 1.6.0 | Dmitriy Zaporozhets | 2013-07-16 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into 6-0-dev | Dmitriy Zaporozhets | 2013-07-12 | 1 | -2/+0 | |
|\ \ | ||||||
| * | | Remove gitolite repo check for import script | Robert Schilling | 2013-06-23 | 1 | -2/+0 | |
| | | | ||||||
* | | | store and display public key fingerprint | Dmitriy Zaporozhets | 2013-06-24 | 1 | -0/+15 | |
| | | | ||||||
* | | | You should not be able to remove a Group owner | Dmitriy Zaporozhets | 2013-06-22 | 1 | -0/+16 | |
| | | | ||||||
* | | | Migrate global project taks. Removed more teams related functionality | Dmitriy Zaporozhets | 2013-06-19 | 1 | -3/+7 | |
| | | | ||||||
* | | | Remove Global namespace from options. Prepared file for migration of global ↵ | Dmitriy Zaporozhets | 2013-06-19 | 1 | -0/+12 | |
|/ / | | | | | | | projects | |||||
* | | Merge pull request #4140 from amacarthur/restore-fixes-clean | Dmitriy Zaporozhets | 2013-06-11 | 2 | -11/+21 | |
|\ \ | | | | | | | fixes for gitlab restore with non-standard backup and repo dirs | |||||
| * | | Correction to restore expected current directory | Angus MacArthur | 2013-06-03 | 1 | -9/+14 | |
| | | | ||||||
| * | | fixes for gitlab restore with non-standard backup and repo dirs | Angus MacArthur | 2013-05-30 | 2 | -4/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | These fixes will allow a restore of gitlab when the backups and repositories directories are in non-standard locations (ie sub-dirs of gitlabhq). Also allows the restore to be run from script overriding the need of a user to confirm the rebuild of the authorized_keys file. | |||||
* | | | Merge pull request #4224 from hiroponz/fix-abort-gitlab-app-check | Dmitriy Zaporozhets | 2013-06-11 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | Fix abort gitlab:app:check | |||||
| * | | | Fix abort gitlab:app:check | Sato Hiroyuki | 2013-06-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the file that pointed git bin_path in gitlab.yml dose'nt exist, bundle rake gitlab:app:check would be aborted. refs #4205 | |||||
* | | | | Read init script recipe from Rails.root path. Fix #4174 | Axilleas Pipinellis | 2013-06-05 | 1 | -1/+3 | |
|/ / / | | | | | | | | | | Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr> | |||||
* | | | Update check.rake | bassrock | 2013-05-27 | 1 | -2/+2 | |
|/ / | ||||||
* | | Include groups in import with import repos rake task | James E. Flemer | 2013-05-25 | 1 | -14/+33 | |
| | | | | | | | | | | | | Expand the import glob to include `**/*.git` to find projects in groups as well as top level projects. Check for existing group, and create group if needed. Set namespace_id for imported projects. | |||||
* | | Merge pull request #3964 from mhfan/improve-sidekiq-check | Dmitriy Zaporozhets | 2013-05-23 | 1 | -1/+1 | |
|\ \ | | | | | | | improve regrex for match(sidekiq) robustness | |||||
| * | | improve regrex for match(sidekiq) robustness | MeiHui FAN | 2013-05-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | e.g.: the sidekiq in my Debian box is v2.11.1 | |||||
* | | | changed Gitlab to GitLab | Ben Bodenmiller | 2013-05-19 | 1 | -9/+9 | |
|/ / | ||||||
* | | Config setting should be used in git version check. | Sato Hiroyuki | 2013-05-14 | 1 | -1/+2 | |
| | | ||||||
* | | Merge pull request #3858 from abalkin/issue-3857 | Dmitriy Zaporozhets | 2013-05-13 | 1 | -3/+4 | |
|\ \ | | | | | | | Save backup time as is. Fixes #3857. | |||||
| * | | Save backup time as is. Fixes #3857. | Lev Abalkin | 2013-05-08 | 1 | -4/+3 | |
| | | | ||||||
| * | | Save backup time as is. Fixes #3857. | Lev Abalkin | 2013-05-06 | 1 | -3/+5 | |
| | | | ||||||
* | | | Migrate notes.line_code format. | baba | 2013-05-11 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since version 4.1, notes.line_code means: {SHA1 hash of file path}_{old line}_{new line} but the older version means: {file index of the commit}_{old line}_{new line} This rake task migrate the above differences. | |||||
* | | | Add Gitlab::VersionInfo class to fix and simplify version check. | Sato Hiroyuki | 2013-05-08 | 1 | -24/+10 | |
| | | | | | | | | | | | | | | | It returns "yes" if required version is "1.7.10" and current version is "1.6.10", because the patch version of current version equals to that of required version. | |||||
* | | | Merge pull request #3275 from Undev/feature/code_cleanup_remove_old_hashes | Dmitriy Zaporozhets | 2013-05-07 | 7 | -19/+19 | |
|\ \ \ | | | | | | | | | Code cleanup: Replace old hashes and remove trailing spaces | |||||
| * | | | remove trailing spaces | Andrey Kumanyaev | 2013-05-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Replace old hashes with new 1.9 ruby hashes (rebase) | Andrey Kumanyaev | 2013-05-05 | 7 | -18/+18 | |
| | | | | ||||||
* | | | | Fix check git version. | Sato Hiroyuki | 2013-05-07 | 1 | -4/+22 | |
| |/ / |/| | | | | | | | | Checking is "yes" only if git version equals "1.7.10" exactly. | |||||
* | | | Check git version in gitlab:check | Dmitriy Zaporozhets | 2013-05-06 | 1 | -0/+15 | |
|/ / | ||||||
* | | require gitlab-shell v1.4.0 | Dmitriy Zaporozhets | 2013-04-30 | 1 | -3/+5 | |
| | | ||||||
* | | fixed broken gitlab version determination during backup | Angus MacArthur | 2013-04-23 | 1 | -2/+2 | |
| | | | | | | | | | | If the backup directory is not sub the gitlab install directory, then the git rev-parse call will fail. | |||||
* | | require gitlab:shell v1.3.0 | Dmitriy Zaporozhets | 2013-04-20 | 1 | -9/+9 | |
| | | ||||||
* | | Invoke shell setup after backup restore | Dmitriy Zaporozhets | 2013-04-18 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #3603 from axilleas/os-name | Dmitriy Zaporozhets | 2013-04-18 | 1 | -1/+4 | |
|\ \ | | | | | | | Added os_name support for systems running systemd. | |||||
| * | | Added os_name support for systems running systemd. | Axilleas Pipinellis | 2013-04-15 | 1 | -1/+4 | |
| | | | ||||||
* | | | Merge pull request #3602 from axilleas/check-redis | Dmitriy Zaporozhets | 2013-04-18 | 1 | -0/+18 | |
|\ \ \ | | | | | | | | | Added check_redis_version to check.rake | |||||
| * | | | Added check_redis_version. Fixes #3449 | axilleas | 2013-04-15 | 1 | -0/+18 | |
| |/ / | | | | | | | | | | | | | | | | Checking the redis version will warn users that are using an old version to update. Included reference to the troubleshooting guide. | |||||
* | | | migrate milestones with nil state | Dmitriy Zaporozhets | 2013-04-16 | 1 | -0/+4 | |
| | | | ||||||
* | | | Warn user about losing merge request diff | Dmitriy Zaporozhets | 2013-04-15 | 1 | -0/+7 | |
|/ / |