summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix displaying public projectsfix-public-projectsKamil Trzcinski2015-09-161-5/+0
|
* Merge branch 'style-ci-page' into 'master'Dmitriy Zaporozhets2015-09-164-21/+56
|\ | | | | | | | | | | | | | | Style CI projects page and builds list Partly implements #2545 See merge request !1315
| * Style CI projects page and builds listDmitriy Zaporozhets2015-09-164-21/+56
| |
* | Merge branch 'fix-issue-2555' into 'master'Dmitriy Zaporozhets2015-09-163-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | Fix default avatars to ensure that helpers don't have /assets dir appended See issue #2555 See merge request !1314
| * | Eliminate combined image_tag and image_path in providers listStan Hu2015-09-161-1/+1
| | |
| * | Fix default avatars to ensure that helpers don't have /assets dir appendedStan Hu2015-09-162-2/+2
| | |
* | | Merge branch 'ldap-attributes' into 'master'Robert Speicher2015-09-1612-17/+167
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | Allow configuration of LDAP attributes GitLab will use for the new user account. Fixes #2412. See merge request !1261
| * | Make code clearerldap-attributesDouwe Maan2015-09-161-11/+9
| | |
| * | Add to changelogDouwe Maan2015-09-091-0/+1
| | |
| * | Add to docsDouwe Maan2015-09-092-2/+22
| | |
| * | Test overriding LDAP attributesDouwe Maan2015-09-091-0/+65
| | |
| * | Shuffle config around a bitDouwe Maan2015-09-093-15/+9
| | |
| * | Expand explanation in config fileDouwe Maan2015-09-091-15/+20
| | |
| * | Add attributes to LDAP::Config.Douwe Maan2015-09-084-4/+10
| | |
| * | Allow configuration of LDAP attributes GitLab will use for the new user account.Douwe Maan2015-09-086-15/+76
| | |
* | | Merge branch 'add-links-to-ci' into 'master'Dmitriy Zaporozhets2015-09-163-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 CIDmitriy Zaporozhets2015-09-163-0/+10
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Merge branch 'fix-gitlab-ci-in-ce' into 'master'Dmitriy Zaporozhets2015-09-168-4/+31
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Fix first bunch of regressions in GitLab CI /cc @vsizov @dzaporozhets See merge request !1312
| * | | Make rubocop happyKamil Trzcinski2015-09-161-1/+1
| | | |
| * | | Fix CI testsKamil Trzcinski2015-09-162-3/+3
| | | |
| * | | Fix ordering issueKamil Trzcinski2015-09-164-2/+26
| | | |
| * | | Fix skipped svgKamil Trzcinski2015-09-161-0/+1
| | | |
| * | | Fix update_runner_info helperKamil Trzcinski2015-09-161-0/+2
| | | |
| * | | Fix migrate tags statementKamil Trzcinski2015-09-161-1/+1
| | | |
| * | | Fix projects editKamil Trzcinski2015-09-161-1/+1
| | | |
* | | | Merge branch 'markdown_help_fix' into 'master'Robert Schilling2015-09-161-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 Bigaouette2015-09-161-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.lockDmitriy Zaporozhets2015-09-161-1/+4
| | |
* | | Merge branch 'ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g' into 'master'Kamil Trzciński2015-09-16346-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-gKamil Trzcinski2015-09-168-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 Zaporozhets2015-09-163-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 APIStan Hu2015-09-153-13/+15
| | | | | | | | | | | | | | | | Closes #2266
* | | | Merge branch 'reply-by-email-docs' into 'master'Douwe Maan2015-09-162-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 textDouwe Maan2015-09-161-5/+5
| | | |
| * | | Fix sudo_gitlab helperreply-by-email-docsDouwe Maan2015-09-101-4/+2
| | | |
| * | | Move source section below omnibus section.Douwe Maan2015-09-091-31/+31
| | | |
| * | | Restructure omnibus instructions to match those for source installations.Douwe Maan2015-09-091-22/+26
| | | |
| * | | Merge branch 'master' into reply-by-email-docsDouwe Maan2015-09-09321-1717/+3987
| |\ \ \ | | | |/ | | |/|
| * | | Tweak check rake task.Douwe Maan2015-08-271-2/+2
| | | |
| * | | Add omnibus-gitlab configuration example.Marin Jankovski2015-08-271-8/+31
| | | |
| * | | Use sudu -u git where appropriateDouwe Maan2015-08-262-5/+7
| | | |
| * | | Simplify docDouwe Maan2015-08-261-15/+3
| | | |
| * | | No mailbox_command neededDouwe Maan2015-08-251-1/+0
| | | |
| * | | No DNS setup necessary, but firewall setup may be.Douwe Maan2015-08-251-25/+8
| | | |
| * | | Fix docsDouwe Maan2015-08-252-7/+19
| | | |
| * | | Don't overwrite /etc/default/gitlab.Douwe Maan2015-08-251-4/+6
| | | |
| * | | Expand documentationDouwe Maan2015-08-242-3/+321
| | | |
| * | | Tweak Reply by email docs.Douwe Maan2015-08-241-1/+5
| | | |
* | | | Merge pull request #9634 from allistera/users-autocomplete-sort-orderStan Hu2015-09-152-0/+2
|\ \ \ \ | | | | | | | | | | Sorted autocomplete users list by name
| * | | | Sorted autocomplete users list by nameAllister Antosik2015-09-152-0/+2
| | | | |