summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Fix displaying public projectsfix-public-projectsKamil Trzcinski2015-09-161-5/+0
| | | | | | |
* | | | | | | Merge branch 'restrict-user-api-integers' into 'master'Dmitriy Zaporozhets2015-09-173-1/+58
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restrict users API endpoints to use integer IDs Closes #2267 See merge request !1156
| * | | | | | | Restrict users API endpoints to use integer IDsStan Hu2015-08-233-1/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2267
* | | | | | | | Merge branch 'fix-gh-issue-9640' into 'master'Dmitriy Zaporozhets2015-09-172-1/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix HTML link that was improperly escaped in new user e-mail ### Before: ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/e42e73f04971d8dd949b034846d2bb9f/image.png) ### After: ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/90425911345031a4b8e9374323728f79/image.png) Closes https://github.com/gitlabhq/gitlabhq/issues/9640 See merge request !1323
| * | | | | | | Fix HTML link that was improperly escaped in new user e-mailStan Hu2015-09-162-1/+2
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9640
* | | | | | | Merge branch 'update-mailroom' into 'master'Robert Speicher2015-09-162-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | See merge request !1306
| * | | | | | Fix Gemfile.lockDouwe Maan2015-09-161-1/+1
| | | | | | |
| * | | | | | Merge branch 'master' into update-mailroomDouwe Maan2015-09-16351-460/+16498
| |\ \ \ \ \ \
| * | | | | | | Update mail_roomDouwe Maan2015-09-162-3/+6
| | | | | | | |
* | | | | | | | Merge branch 'fix-nginx' into 'master'Kamil Trzciński2015-09-162-0/+24
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing proxy requests to migration docs See merge request !1317
| * | | | | | | Add missing proxy requests to migration docsfix-nginxKamil Trzcinski2015-09-162-0/+24
| | | | | | | |
* | | | | | | | Merge branch 'rs-install-guide' into 'master'Robert Speicher2015-09-162-6/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change 7-14-stable to 8-0-stable in doc/install/installation.md Also fixes sudo user from previous MR. [ci skip] See merge request !1320
| * | | | | | | | sudo user is git, not gitlab, not gitlab_ciRobert Speicher2015-09-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | Change 7-14-stable to 8-0-stable in doc/install/installation.mdRobert Speicher2015-09-161-4/+4
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | Merge branch 'rs-fix-update-guide' into 'master'Robert Speicher2015-09-161-2/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 7.14 to 8.0 update guide [ci skip] See merge request !1319
| * | | | | | | | sudo user is gitlab, not gitlab_ciRobert Speicher2015-09-161-2/+2
| | | | | | | | |
| * | | | | | | | Add missing code fence closureRobert Speicher2015-09-161-0/+1
|/ / / / / / / /
* | | | | | | | Merge branch 'fix-ci-nav' into 'master'Dmitriy Zaporozhets2015-09-165-10/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix confusing behaviour of back link in CI sidebar Back link should always be responsible for sidebar navigation below. It should change sidebar navigation to one level up See merge request !1316
| * | | | | | | Fix confusing behaviour of back link in CI sidebarDmitriy Zaporozhets2015-09-165-10/+4
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Back link should always be responsible for sidebar navigation below. It should change sidebar navigation to one level up
* | | | | | | 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