Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing proxy requests to migration docsfix-nginx | Kamil Trzcinski | 2015-09-16 | 2 | -0/+24 |
| | |||||
* | Merge branch 'add-links-to-ci' into 'master' | Dmitriy Zaporozhets | 2015-09-16 | 3 | -0/+10 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | Add links from GitLab to CI * link from dashboard to CI dashboard * link from project to CI project Its a fast solution for 8.0. Might be improved in later versions Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1313 | ||||
| * | Add links from GitLab to CI | Dmitriy Zaporozhets | 2015-09-16 | 3 | -0/+10 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Merge branch 'fix-gitlab-ci-in-ce' into 'master' | Dmitriy Zaporozhets | 2015-09-16 | 8 | -4/+31 |
|\ \ | |/ |/| | | | | | | | | | | | Fix first bunch of regressions in GitLab CI /cc @vsizov @dzaporozhets See merge request !1312 | ||||
| * | Make rubocop happy | Kamil Trzcinski | 2015-09-16 | 1 | -1/+1 |
| | | |||||
| * | Fix CI tests | Kamil Trzcinski | 2015-09-16 | 2 | -3/+3 |
| | | |||||
| * | Fix ordering issue | Kamil Trzcinski | 2015-09-16 | 4 | -2/+26 |
| | | |||||
| * | Fix skipped svg | Kamil Trzcinski | 2015-09-16 | 1 | -0/+1 |
| | | |||||
| * | Fix update_runner_info helper | Kamil Trzcinski | 2015-09-16 | 1 | -0/+2 |
| | | |||||
| * | Fix migrate tags statement | Kamil Trzcinski | 2015-09-16 | 1 | -1/+1 |
| | | |||||
| * | Fix projects edit | Kamil Trzcinski | 2015-09-16 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'markdown_help_fix' into 'master' | Robert Schilling | 2015-09-16 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix in Markdown help page: properly create the link to a wiki page. The help file on Markdown that is included with Gitlab CE (7.14.3 d321305) and also gitlab.com (see https://gitlab.com/help/markdown/markdown#links) contains a typo in the description of a link to a wiki page. See merge request !1310 | ||||
| * | | Fix in Markdown help page: properly create the link to a wiki page. | Nicolas Bigaouette | 2015-09-16 | 1 | -1/+1 |
|/ / | | | | | | | | | | | The help file on Markdown that is included with Gitlab CE (7.14.3 d321305) and also gitlab.com (see https://gitlab.com/help/markdown/markdown#links) contains a typo in the description of a link to a wiki page. | ||||
* | | Fix gemfile.lock | Dmitriy Zaporozhets | 2015-09-16 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g' into 'master' | Kamil Trzciński | 2015-09-16 | 346 | -416/+16119 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge CI into CE First step of #2164. - [x] Merge latest CE master - [x] Make application start - [x] Re-use gitlab sessions (remove CI oauth part) - [x] Get rid of gitlab_ci.yml config - [x] Make tests start - [x] Make most CI features works - [x] Make tests green - [x] Write migration documentation - [x] Add CI builds to CE backup See merge request !1204 | ||||
| * | Merge remote-tracking branch 'origin/master' into ↵ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g | Kamil Trzcinski | 2015-09-16 | 8 | -48/+385 |
| |\ | |/ |/| | | | ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g | ||||
* | | Merge branch 'fix-api-mr-sort' into 'master' | Dmitriy Zaporozhets | 2015-09-16 | 3 | -13/+15 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken sort in merge request API This MR fixes a bug in the API in querying for merge requests with a `sort_by` field would never change the ordering of the results. Closes #2266 See merge request !1305 | ||||
| * | | Fix broken sort in merge request API | Stan Hu | 2015-09-15 | 3 | -13/+15 |
| | | | | | | | | | | | | Closes #2266 | ||||
* | | | Merge branch 'reply-by-email-docs' into 'master' | Douwe Maan | 2015-09-16 | 2 | -31/+364 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Expand Reply by email documentation TODO: - [x] Verify this works on dev server - [ ] Figure out SSL somehow: http://www.postfix.org/TLS_README.html (Moved to #2453) See merge request !1193 | ||||
| * | | Tweak text | Douwe Maan | 2015-09-16 | 1 | -5/+5 |
| | | | |||||
| * | | Fix sudo_gitlab helperreply-by-email-docs | Douwe Maan | 2015-09-10 | 1 | -4/+2 |
| | | | |||||
| * | | Move source section below omnibus section. | Douwe Maan | 2015-09-09 | 1 | -31/+31 |
| | | | |||||
| * | | Restructure omnibus instructions to match those for source installations. | Douwe Maan | 2015-09-09 | 1 | -22/+26 |
| | | | |||||
| * | | Merge branch 'master' into reply-by-email-docs | Douwe Maan | 2015-09-09 | 321 | -1717/+3987 |
| |\ \ | |||||
| * | | | Tweak check rake task. | Douwe Maan | 2015-08-27 | 1 | -2/+2 |
| | | | | |||||
| * | | | Add omnibus-gitlab configuration example. | Marin Jankovski | 2015-08-27 | 1 | -8/+31 |
| | | | | |||||
| * | | | Use sudu -u git where appropriate | Douwe Maan | 2015-08-26 | 2 | -5/+7 |
| | | | | |||||
| * | | | Simplify doc | Douwe Maan | 2015-08-26 | 1 | -15/+3 |
| | | | | |||||
| * | | | No mailbox_command needed | Douwe Maan | 2015-08-25 | 1 | -1/+0 |
| | | | | |||||
| * | | | No DNS setup necessary, but firewall setup may be. | Douwe Maan | 2015-08-25 | 1 | -25/+8 |
| | | | | |||||
| * | | | Fix docs | Douwe Maan | 2015-08-25 | 2 | -7/+19 |
| | | | | |||||
| * | | | Don't overwrite /etc/default/gitlab. | Douwe Maan | 2015-08-25 | 1 | -4/+6 |
| | | | | |||||
| * | | | Expand documentation | Douwe Maan | 2015-08-24 | 2 | -3/+321 |
| | | | | |||||
| * | | | Tweak Reply by email docs. | Douwe Maan | 2015-08-24 | 1 | -1/+5 |
| | | | | |||||
* | | | | Merge pull request #9634 from allistera/users-autocomplete-sort-order | Stan Hu | 2015-09-15 | 2 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | Sorted autocomplete users list by name | ||||
| * | | | | Sorted autocomplete users list by name | Allister Antosik | 2015-09-15 | 2 | -0/+2 |
| | | | | | |||||
* | | | | | Merge pull request #9633 from szechyjs/update-fogbugz-gem | Stan Hu | 2015-09-15 | 2 | -3/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | bump fogbugz gem | ||||
| * | | | | | bump fogbugz gem | Jared Szechy | 2015-09-15 | 2 | -3/+3 |
| | | | | | | |||||
| | | | | * | Fix migrate task | Kamil Trzcinski | 2015-09-16 | 1 | -1/+1 |
| | | | | | | |||||
| | | | | * | fix rubocop | Valery Sizov | 2015-09-16 | 1 | -0/+1 |
| | | | | | | |||||
| | | | | * | Added info about gitlab.yml config | Kamil Trzcinski | 2015-09-16 | 1 | -18/+35 |
| | | | | | | |||||
| | | | | * | Added migration docs and updated installation documentation | Kamil Trzcinski | 2015-09-16 | 5 | -1/+275 |
| | | | | | | |||||
| | | | | * | Migrate CI services | Kamil Trzcinski | 2015-09-16 | 1 | -0/+7 |
| | | | | | | |||||
| | | | | * | Update documentation and config files | Kamil Trzcinski | 2015-09-16 | 42 | -1543/+116 |
| | | | | | | |||||
| | | | | * | Start working on migration docs | Kamil Trzcinski | 2015-09-16 | 1 | -0/+0 |
| | | | | | | |||||
| | | | | * | Add rake task for easy migration of SQL dumps | Kamil Trzcinski | 2015-09-16 | 3 | -27/+159 |
| | | | | | | |||||
| | | | | * | Fix backup tests | Kamil Trzcinski | 2015-09-16 | 3 | -4/+5 |
| | | | | | | |||||
| | | | | * | Fix: models/ci/project_spec.rb once again | Kamil Trzcinski | 2015-09-15 | 1 | -1/+1 |
| | | | | | | |||||
| | | | | * | Merge remote-tracking branch 'origin/master' into ↵ | Kamil Trzcinski | 2015-09-15 | 11 | -73/+80 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | | | | | | | ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g | ||||
* | | | | | | Merge branch 'fix-upload-ui' into 'master' | Stan Hu | 2015-09-15 | 11 | -73/+80 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup some html/css for upload feature * fix colors to match UI style * cleanup templates from meaningless code * improve placeholders * remove code duplication in template * improve error handling: remove file automatically Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> For #2520 See merge request !1297 |