22 Sep, 2013
1 commit
-
GITLAB-1262 Change-Id: I690cb8ea294df53ebe8405a519c23c501af2c21a Conflicts: app/models/user.rb config/initializers/1_settings.rb spec/models/user_spec.rb
17 Sep, 2013
3 commits
-
Drop support of root namespace in model
14 Sep, 2013
2 commits
-
[WIP]Drop support of root namespace in routing
13 Sep, 2013
2 commits
12 Sep, 2013
4 commits
-
Trigger notification service when new user-group relation was created
11 Sep, 2013
3 commits
-
-calling build_user will now apply defaults and only override them if as: :admin is set Change-Id: Id1d938c0967752ecc14370af54f2d88128d18c44
-
-API now respects default_projects_limit, default_can_create_group, and default_can_create_team Change-Id: I059d060d576df1050e5371e707381c5e8c608a7a
10 Sep, 2013
2 commits
-
make public/private setting for project creation configurable
09 Sep, 2013
4 commits
-
Change-Id: I966bfd0ccc4b05925384ecab8c6cbe3c6ba3b667
-
Change-Id: I305266fe9acbbb5136adeeb52e7e4e1d6629a30a
-
-Specifying a header of SUDO or adding a :sudo with either user id, or username of the user will set the current_user to be that user if your identifying private_token/PRIVATE_TOKEN is an administrator token
07 Sep, 2013
1 commit
-
Previously, only number of changed files mattered. Now, number of lines to render in the diff are also taken into account. A hard limit is set, above which diffs are not rendered and users are not allowed to override that. This prevents high server resource usage with huge commits. Related to #1745, #2259 In addition, handle large commits for MergeRequests and Compare controllers. Also fixes a bug where diffs are loaded twice, if user goes directly to merge_requests/:id/diffs URL.
05 Sep, 2013
1 commit
-
Change-Id: I3b15ae34c0957a0f4026e1886c92a9770e9d170e
04 Sep, 2013
3 commits
-
Change-Id: I5b174bba02856ede788dcb51ec9b0d598ea7d0df
29 Aug, 2013
1 commit
-
Standardize recently added commit diff api url
28 Aug, 2013
1 commit
27 Aug, 2013
2 commits
-
Use "/commits/:sha/diff" as opposed to "/commit/:sha", keeping in line with existing api urls (e.g. "/projects/:id", etc.) Fix 500 error resulting from a diff api call with an invalid commit hash Move "/commits/:sha/blob" to "/blobs/:sha", leaving the old path for backwards compatibility. Add ability to get a single commit via "/commits/:sha"
26 Aug, 2013
3 commits
-
Feature: get the diff of a commit via API.
25 Aug, 2013
2 commits
-
Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown references in descriptions, titles, or attached Notes creates a back-reference Note that links to the original referencer. Furthermore, pushing commits with commit messages that match a (configurable) regexp to a project's default branch will close any issues mentioned by GFM in the matched closing phrase. If accepting a merge request would close any Issues in this way, a banner is appended to the merge request's main panel to indicate this.
22 Aug, 2013
1 commit
21 Aug, 2013
3 commits
20 Aug, 2013
1 commit