summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Remove title_for_issue helperRobert Speicher2015-04-301-5/+1
* | | | | Remove special handling for the `'` problemRobert Speicher2015-04-302-13/+1
* | | | | Add Project#get_issueRobert Speicher2015-04-301-7/+6
* | | | | Rename SCHEME_PATTERN to LINK_PATTERNRobert Speicher2015-04-301-5/+5
* | | | | Autolink short URLsRobert Speicher2015-04-301-1/+4
* | | | | Update Autolink SCHEME_PATTERNRobert Speicher2015-04-301-1/+3
* | | | | Doc typoRobert Speicher2015-04-301-1/+1
* | | | | Escape normal text in our Redcarpet rendererRobert Speicher2015-04-301-1/+3
* | | | | Update the Gitlab::Markdown docsRobert Speicher2015-04-301-25/+1
* | | | | Add Gitlab::Markdown::SanitizationFilterRobert Speicher2015-04-302-31/+41
* | | | | Add Gitlab::Markdown::AutolinkFilterRobert Speicher2015-04-303-14/+103
* | | | | Add Gitlab::Markdown::TableOfContentsFilterRobert Speicher2015-04-303-10/+67
* | | | | Merge branch 'show-invalid-projects-google-code-import' into 'master'Douwe Maan2015-04-301-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Show incompatible projects in Google Code import statusStan Hu2015-04-301-0/+4
* | | | | Don't allow a merge request to be merged when its title starts with "WIP".Douwe Maan2015-04-301-2/+2
|/ / / /
* | | | Merge pull request #8677 from jubianchi/api-500-jsonJeroen van Baarsen2015-04-281-1/+1
|\ \ \ \
| * | | | Send 500 errors as JSON in the APIjubianchi2015-04-271-1/+1
* | | | | Add a rake task to automatically restart foreman when changes occurjubianchi2015-04-271-0/+5
|/ / / /
* | | | Merge pull request #8754 from jirutka/fix-project_name_regexJeroen van Baarsen2015-04-271-4/+4
|\ \ \ \
| * | | | Fix (project_)name_regex to accept non-ASCII letters and dashJakub Jirutka2015-04-271-4/+4
* | | | | Revert "Added X-GitLab-Event header for web hooks"Valery Sizov2015-04-271-1/+1
|/ / / /
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-04-2711-197/+148
|\ \ \ \
| * \ \ \ Merge branch 'fix-gitorious-importer' into 'master'Dmitriy Zaporozhets2015-04-271-1/+1
| |\ \ \ \
| | * | | | Get Gitorious importer to work again.fix-gitorious-importerDouwe Maan2015-04-241-1/+1
| * | | | | Merge branch 'rs-minor-styles' into 'master'Dmitriy Zaporozhets2015-04-271-14/+25
| |\ \ \ \ \
| | * | | | | Fix Profile > Design live-updatingRobert Speicher2015-04-251-14/+25
| | |/ / / /
| * | | | | Convert UserReferenceFilter#link_to_group to use a guard clauseRobert Speicher2015-04-251-7/+5
| * | | | | Refactor `UserReferenceFilter#user_link_filter`Robert Speicher2015-04-251-35/+43
| * | | | | Fix docs for `push_result`Robert Speicher2015-04-251-2/+2
| * | | | | Fix NotificationService specRobert Speicher2015-04-252-5/+5
| * | | | | Add CommitRange directly to results HashRobert Speicher2015-04-251-1/+1
| * | | | | DRY up ReferenceExtractorRobert Speicher2015-04-251-9/+11
| * | | | | Don't allow nil references to get added to resultsRobert Speicher2015-04-251-0/+2
| * | | | | Update CommitRangeReferenceFilter to use CommitRange classRobert Speicher2015-04-251-33/+10
| * | | | | Always use short SHAs as commit reference link textRobert Speicher2015-04-251-1/+1
| * | | | | Refactor ReferenceExtractor to use pipeline filtersRobert Speicher2015-04-251-119/+36
| * | | | | Add results to reference filtersRobert Speicher2015-04-257-2/+22
| * | | | | Initialize the references result Hash in ReferenceFilterRobert Speicher2015-04-251-0/+16
| |/ / / /
* | | | | Merge pull request #8644 from Bugagazavr/hook-eventsDmitriy Zaporozhets2015-04-271-1/+1
|\ \ \ \ \
| * | | | | Added X-GitLab-Event header for web hooksbugagazavr2015-04-251-1/+1
* | | | | | Merge pull request #9186 from Senorsen/patch-1Dmitriy Zaporozhets2015-04-271-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix contributions calendar empty problem under mysqlZhang Sen2015-04-251-1/+1
* | | | | | fix redis 3.0.0tonic2015-04-251-1/+2
| |/ / / / |/| | | |
* | | | | Revert "Rename namespace_regex to namespace_path_regex."Douwe Maan2015-04-244-7/+7
* | | | | Rename namespace_regex to namespace_path_regex.Douwe Maan2015-04-244-7/+7
* | | | | Revert "Revert disallowing usernames to end in period."Douwe Maan2015-04-241-2/+2
| |_|_|/ |/| | |
* | | | Fix errors.Douwe Maan2015-04-241-1/+0
* | | | No longer needed to pass project argument to commit methods.Douwe Maan2015-04-242-3/+2
* | | | Use project.commit convenience method.Douwe Maan2015-04-247-10/+10
* | | | Let commit model know about its project.Douwe Maan2015-04-241-2/+2
|/ / /