Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Make rubocop happy | Kamil Trzcinski | 2016-07-15 | 1 | -1/+1 | |
| * | | | | | | Explicitly remove authorization token and make sure that invalid addresses ar... | Kamil Trzcinski | 2016-07-15 | 1 | -37/+35 | |
| * | | | | | | Allow blob to be redirected | Kamil Trzcinski | 2016-07-15 | 1 | -3/+34 | |
| * | | | | | | Make docker registry work with location redirects when external storage is used | Kamil Trzcinski | 2016-07-15 | 1 | -1/+1 | |
* | | | | | | | allow empty repos on import/export | James Lopez | 2016-07-18 | 4 | -10/+5 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge branch 'api-isssues-due-date' into 'master' | Rémy Coutable | 2016-07-18 | 2 | -4/+7 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | API: Expose due_date for issuesapi-isssues-due-date | Robert Schilling | 2016-07-12 | 2 | -4/+7 | |
* | | | | | | Merge branch 'track-pipeline-user' into 'master' | Rémy Coutable | 2016-07-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Track a user who created a pipeline | Kamil Trzcinski | 2016-07-15 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'fix-lfs-ci-fetch' into 'master' | Rémy Coutable | 2016-07-18 | 3 | -3/+3 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | Fix LFS specsfix-lfs-ci-fetch | Kamil Trzcinski | 2016-07-15 | 2 | -2/+2 | |
| * | | | | Fix fetching LFS objects for private CI projects | Kamil Trzcinski | 2016-07-15 | 1 | -1/+1 | |
* | | | | | Merge branch 'normalize_emoji_aliases_paths' into 'master' | Rémy Coutable | 2016-07-18 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix not normalized emoji paths | dixpac | 2016-07-14 | 1 | -2/+2 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch '19842-cloning-a-gitlab-wiki-returns-the-repo-not-the-repo-s-wik... | Stan Hu | 2016-07-16 | 1 | -1/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix a bug where the project's repository path was returned instead of the wik...19842-cloning-a-gitlab-wiki-returns-the-repo-not-the-repo-s-wiki | Alejandro Rodríguez | 2016-07-15 | 1 | -1/+6 | |
* | | | | | | Merge branch 'syntax-highlight-unknown-language' into 'master' | Robert Speicher | 2016-07-16 | 1 | -7/+8 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Don't fail to highlight when Rouge doesn't have a lexer | Douwe Maan | 2016-07-15 | 1 | -7/+8 | |
* | | | | | | Merge branch 'mentioned-user-tooltip' into 'master' | Douwe Maan | 2016-07-15 | 1 | -5/+5 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Display tooltip for mentioned users and groups (!5261) | winniehell | 2016-07-14 | 1 | -5/+5 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'feature.rouge-20' into 'master' | Robert Speicher | 2016-07-15 | 3 | -184/+39 | |
|\ \ \ \ \ | ||||||
| * | | | | | use %(...) and %[...] in favor of %<...>feature.rouge-20 | http://jneen.net/ | 2016-07-14 | 2 | -4/+4 | |
| * | | | | | use the proper variable names o_O | http://jneen.net/ | 2016-07-14 | 1 | -2/+2 | |
| * | | | | | style: factor out `@lexer` into a method | http://jneen.net/ | 2016-07-14 | 1 | -9/+13 | |
| * | | | | | fix Gitlab::Highlight#initializer bugs from rebase | http://jneen.net/ | 2016-07-14 | 1 | -1/+2 | |
| * | | | | | eliminate the final newline in <pre> blocks | http://jneen.net/ | 2016-07-14 | 1 | -1/+5 | |
| * | | | | | bugfix: don't error in css_classes | http://jneen.net/ | 2016-07-14 | 1 | -5/+8 | |
| * | | | | | use the local lexer variable to respect plain: ... | http://jneen.net/ | 2016-07-14 | 1 | -1/+1 | |
| * | | | | | no longer need cgi | http://jneen.net/ | 2016-07-14 | 1 | -2/+0 | |
| * | | | | | inline #rouge_formatter | http://jneen.net/ | 2016-07-14 | 1 | -6/+2 | |
| * | | | | | use the new token_lines interface to format lines | http://jneen.net/ | 2016-07-14 | 2 | -74/+12 | |
| * | | | | | without line anchors, this is just the plain HTML formatter | http://jneen.net/ | 2016-07-14 | 1 | -1/+1 | |
| * | | | | | kill the :cssclass option | http://jneen.net/ | 2016-07-14 | 3 | -5/+1 | |
| * | | | | | trim more dead code | http://jneen.net/ | 2016-07-14 | 1 | -18/+3 | |
| * | | | | | remove the dead linenos and linenostart options | http://jneen.net/ | 2016-07-14 | 1 | -44/+2 | |
| * | | | | | add the wrapping back in for the banzai filter | http://jneen.net/ | 2016-07-14 | 1 | -1/+5 | |
| * | | | | | kill the nowrap option in HTMLGitlab itself | http://jneen.net/ | 2016-07-14 | 1 | -11/+1 | |
| * | | | | | kill the nowrap option | http://jneen.net/ | 2016-07-14 | 1 | -11/+5 | |
| * | | | | | the call site always specifies this option | http://jneen.net/ | 2016-07-14 | 1 | -1/+0 | |
| * | | | | | do this thing in a clearer way | http://jneen.net/ | 2016-07-14 | 1 | -3/+6 | |
| * | | | | | remove the unused inline_theme feature | http://jneen.net/ | 2016-07-14 | 1 | -10/+2 | |
| * | | | | | deprecate @anchorlinenos | http://jneen.net/ | 2016-07-14 | 1 | -10/+0 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'fix/project-export-filename' into 'master' | Douwe Maan | 2016-07-15 | 2 | -2/+10 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-exp...fix/project-export-filename | James Lopez | 2016-07-15 | 3 | -26/+42 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| * | | | | | add project name and namespace to filename on project export | James Lopez | 2016-07-15 | 2 | -2/+10 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'fix/ee-to-ce-import' | Douwe Maan | 2016-07-15 | 1 | -2/+6 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | fix EE => CE project import, and updated JSON spec | James Lopez | 2016-07-14 | 1 | -2/+6 | |
| |/ / / | ||||||
* | | | | Merge branch 'disable-statement-timeout' into 'master' | Robert Speicher | 2016-07-15 | 1 | -0/+10 | |
|\ \ \ \ | ||||||
| * | | | | Disable statement timeout outside of transaction and during adding concurrent... | Stan Hu | 2016-07-14 | 1 | -1/+3 | |
| * | | | | Disable PostgreSQL statement timeout during migrations | Stan Hu | 2016-07-14 | 1 | -0/+8 | |
| |/ / / |