Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix serialize migration. Fixes #7734 | Drew Blessing | 2014-09-11 | 1 | -1/+2 |
| | |||||
* | Add an option to supply root password through an environmental variable. | Marin Jankovski | 2014-09-11 | 1 | -3/+9 |
| | |||||
* | Merge pull request #7705 from dblessing/serialize_service_properties | Dmitriy Zaporozhets | 2014-09-10 | 2 | -9/+39 |
|\ | | | | | Serialize service properties | ||||
| * | Serialize services properties | Drew Blessing | 2014-09-10 | 2 | -9/+39 |
| | | |||||
* | | Link to the canonical repos. | Sytse Sijbrandij | 2014-09-10 | 1 | -3/+3 |
| | | |||||
* | | Fetch the testme repository from gitlab.com | Jacob Vosmaer | 2014-09-10 | 1 | -1/+1 |
| | | | | | | | | The repository was removed from github.com/gitlabhq. | ||||
* | | Use create-hooks instead of rewrite-hooks.sh | Jacob Vosmaer | 2014-09-08 | 1 | -1/+1 |
|/ | | | | | The rewrite-hooks.sh script is a deprecated wrapper for gitlab-shell's create-hooks script. | ||||
* | Update repos hooks in migration | Dmitriy Zaporozhets | 2014-09-03 | 2 | -1/+11 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add users with predictable username and password | Ciro Santilli | 2014-09-01 | 1 | -0/+16 |
| | | | | to development seed. | ||||
* | Fixes #7571 | James Brooks | 2014-08-27 | 1 | -0/+6 |
| | |||||
* | Document characters being stripped from labels | Jacob Vosmaer | 2014-08-20 | 1 | -1/+3 |
| | |||||
* | Use the default color when migrating labels | Jacob Vosmaer | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | Remove invalid characters from the label name | Jacob Vosmaer | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | Test if the label is valid before creating link | Jacob Vosmaer | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | Improve developer seeds | Dmitriy Zaporozhets | 2014-08-11 | 8 | -147/+123 |
| | | | | | | | | | * Improt projects inline so after seeds you have repos * Fix merge request seeds * Add comment seeds to both issues and merge requests * Remove some projects from seeds to increase speed Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove outdated seeds | Dmitriy Zaporozhets | 2014-08-11 | 1 | -21/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove old test seeds | Dmitriy Zaporozhets | 2014-07-31 | 1 | -36/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add indicies to labels | Dmitriy Zaporozhets | 2014-07-30 | 2 | -1/+13 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Migrate issue/mr labels from act_as_taggable to own labels | Dmitriy Zaporozhets | 2014-07-29 | 2 | -1/+28 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Replace project labels with tags to prevent name conflict with GitLab labels | Dmitriy Zaporozhets | 2014-07-29 | 2 | -1/+10 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Label and LabelLink models for implementing own GitLab labels | Dmitriy Zaporozhets | 2014-07-29 | 3 | -1/+39 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'star' of https://github.com/cirosantilli/gitlabhq into ↵ | Dmitriy Zaporozhets | 2014-07-24 | 2 | -1/+29 |
|\ | | | | | | | | | | | | | | | | | cirosantilli-star Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG | ||||
| * | Add star count, view logic, more tests. | Ciro Santilli | 2014-07-17 | 2 | -1/+5 |
| | | |||||
| * | Add project stars. | Ciro Santilli | 2014-07-17 | 2 | -1/+25 |
| | | |||||
* | | Change deafult admin email to example.com | Dmitriy Zaporozhets | 2014-07-19 | 2 | -3/+3 |
|/ | |||||
* | Add trailing newline to all text files. | Ciro Santilli | 2014-06-21 | 1 | -1/+1 |
| | | | | Present in the large majority of files of each respective type. | ||||
* | Remove milestone observer from db fixture. | Marin Jankovski | 2014-06-20 | 1 | -4/+0 |
| | |||||
* | Fix snippet dev fixtures | Dmitriy Zaporozhets | 2014-06-14 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add sorting to merge requests on milestone page | Dmitriy Zaporozhets | 2014-06-11 | 2 | -5/+11 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve MR seeds | Dmitriy Zaporozhets | 2014-05-05 | 1 | -41/+29 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Create seed projects with different visibility | Dmitriy Zaporozhets | 2014-05-05 | 1 | -1/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Save repository size to projects table | Dmitriy Zaporozhets | 2014-05-02 | 3 | -1/+28 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge pull request #5962 from skv-headless/editing-preview | Dmitriy Zaporozhets | 2014-04-29 | 1 | -1/+1 |
|\ | | | | | editing preview | ||||
| * | Editing preview | skv-headless | 2014-04-15 | 1 | -1/+1 |
| | | |||||
* | | Add an index for Note#updated_at | Jacob Vosmaer | 2014-04-28 | 2 | -1/+7 |
| | | |||||
* | | Migrate invalid rows with missing iids or duplicates | Dmitriy Zaporozhets | 2014-04-24 | 1 | -0/+25 |
| | | |||||
* | | Add uniq db index on project_id+iid | Dmitriy Zaporozhets | 2014-04-24 | 2 | -0/+10 |
| | | |||||
* | | Move the adapter check to the migration | Jacob Vosmaer | 2014-04-23 | 1 | -1/+1 |
| | | |||||
* | | Adjust MySQL limits for existing installations | Jacob Vosmaer | 2014-04-23 | 2 | -0/+11 |
| | | |||||
* | | Add schema number change. | GitLab | 2014-04-18 | 1 | -1/+1 |
| | | |||||
* | | Add db index for active user display. | GitLab | 2014-04-16 | 2 | -0/+6 |
|/ | |||||
* | Fixed some hound notices | Jeroen van Baarsen | 2014-04-14 | 1 | -2/+4 |
| | |||||
* | Changed default in the database for the statemachine | Jeroen van Baarsen | 2014-04-14 | 2 | -3/+12 |
| | |||||
* | Fix rake db:seed_fu ENV=development | Hiroyuki Sato | 2014-04-09 | 1 | -0/+4 |
| | | | | This problem was reported on https://gitlab.com/gitlab-org/cookbook-gitlab/issues/46 | ||||
* | add a space | Job van der Voort | 2014-04-07 | 1 | -2/+2 |
| | |||||
* | Fix faulty namespaces | Job van der Voort | 2014-04-07 | 2 | -1/+11 |
| | |||||
* | Start development Key seed id from 1. | Ciro Santillli | 2014-03-23 | 1 | -1/+1 |
| | |||||
* | Improve developer seeds | Dmitriy Zaporozhets | 2014-03-15 | 9 | -83/+74 |
| | | | | | | | | Return execution of observers in seeds. Mute email sending to letter opening in you browser. Added `rake dev` task to reset db and add seeds. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add comments fixtures for development | Dmitriy Zaporozhets | 2014-03-15 | 1 | -0/+13 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'import-timeout' of ↵ | Dmitriy Zaporozhets | 2014-03-14 | 3 | -2/+19 |
|\ | | | | | | | | | | | | | | | | | | | https://dev.gitlab.org/dzaporozhets/gitlabhq into dzaporozhets/gitlabhq-import-timeout Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG db/schema.rb |