summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add yaml definition to codeblockgitlab-ci-yaml-updatesAchilleas Pipinellis2016-03-141-1/+1
* Refactor dependencies directiveAchilleas Pipinellis2016-03-131-21/+26
* Add hidden jobsAchilleas Pipinellis2016-03-131-0/+18
* Refactor YAML anchors and explain the examplesAchilleas Pipinellis2016-03-131-22/+82
* Refactor artifacts:nameAchilleas Pipinellis2016-03-131-11/+12
* Change notes to new styleguide using blockquotesAchilleas Pipinellis2016-03-121-16/+21
* Merge branch 'master' into gitlab-ci-yaml-updatesAchilleas Pipinellis2016-03-1286-821/+1381
|\
| * Merge branch 'projects-finder-ee-compatible' into 'master' Dmitriy Zaporozhets2016-03-122-7/+4
| |\
| | * Removed User#project_relationsprojects-finder-ee-compatibleYorick Peterse2016-03-122-7/+4
| * | Merge branch 'filter-import-url' into 'master' Douwe Maan2016-03-121-1/+1
| |\ \
| | * | Filter import_url params because they may contain auth information. Fixes #14199filter-import-urlJosh Frye2016-03-101-1/+1
| * | | Merge branch 'fix-gh-pr-import' into 'master' Douwe Maan2016-03-123-45/+40
| |\ \ \
| | * | | Fix importing PR's from GitHub when the source repo was removedDouglas Barbosa Alexandre2016-03-103-45/+40
| * | | | Merge branch 'rs-disallow-blank-line-code' into 'master' Douwe Maan2016-03-123-1/+23
| |\ \ \ \
| | * | | | Disallow blank (non-null) values for a Note's `line_code` attributers-disallow-blank-line-codeRobert Speicher2016-03-113-1/+23
| * | | | | Merge branch 'ignore-byebug-history' into 'master' Douwe Maan2016-03-121-0/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Ignore .byebug_historyignore-byebug-historyZeger-Jan van de Weg2016-03-091-0/+1
| * | | | | Merge branch 'fix/token-timing-attack' into 'master' Douwe Maan2016-03-122-3/+3
| |\ \ \ \ \
| | * | | | | add SHA256 to secure_comparefix/token-timing-attackJames Lopez2016-03-082-3/+3
| | * | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/token-timin...James Lopez2016-03-08356-3055/+4414
| | |\ \ \ \ \
| | * | | | | | fix token issue - timing attackJames Lopez2016-03-022-3/+3
| * | | | | | | Merge branch 'nico-de-ceulaer/gitlab-ce-13865-handle-other-emails-for-avatar-...Douwe Maan2016-03-121-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | ensure also alternative email addresses are used when looking up usernico de ceulaer2016-03-031-1/+1
| * | | | | | | | Merge branch 'fix_responsive_layout_bug' into 'master' Jacob Schatz2016-03-111-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix responsive bug top navigationDennis van de Hoef2016-03-111-1/+1
| * | | | | | | | | Merge branch 'rs-issue-12944' into 'master' Douwe Maan2016-03-113-18/+52
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | * | | | | | | | Use a custom Devise failure app to handle unauthenticated .zip requestsrs-issue-12944Robert Speicher2016-03-083-18/+52
| * | | | | | | | | Merge branch 'trigram-index-searching' into 'master' Robert Speicher2016-03-1136-71/+926
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | More detailed trigram migration error messagetrigram-index-searchingYorick Peterse2016-03-111-1/+4
| | * | | | | | | | | Use a UNION in MergeRequest.in_projectsYorick Peterse2016-03-112-1/+24
| | * | | | | | | | | Added changelog entry for search performanceYorick Peterse2016-03-111-0/+1
| | * | | | | | | | | Added pg_trgm to the PostgreSQL requirementsYorick Peterse2016-03-111-0/+11
| | * | | | | | | | | Corrected spec title for Namespace.searchYorick Peterse2016-03-111-1/+1
| | * | | | | | | | | Make Namespace.search case-insensitiveYorick Peterse2016-03-112-6/+35
| | * | | | | | | | | Removed arel_table receiver from search methodsYorick Peterse2016-03-116-6/+6
| | * | | | | | | | | Fixed a few spec typosYorick Peterse2016-03-112-6/+6
| | * | | | | | | | | Clean up ProjectsFinder for getting user projectsYorick Peterse2016-03-112-4/+10
| | * | | | | | | | | Removed order from sub-query projects for searchYorick Peterse2016-03-111-1/+1
| | * | | | | | | | | Added ProjectSearchResults#project_ids_relationYorick Peterse2016-03-111-0/+4
| | * | | | | | | | | Fixed ProjectSearchResults spec to use a ProjectYorick Peterse2016-03-111-2/+2
| | * | | | | | | | | Disable Rubocop for PostgreSQL patchesYorick Peterse2016-03-111-0/+2
| | * | | | | | | | | Patch MySQL to ignore PostgreSQL schema optionsYorick Peterse2016-03-111-0/+49
| | * | | | | | | | | Updated schema to include Pg operator classesYorick Peterse2016-03-111-19/+19
| | * | | | | | | | | Backport Rails support for PostgreSQL opclassesYorick Peterse2016-03-111-0/+186
| | * | | | | | | | | Refactor Gitlab::ProjectSearchResultsYorick Peterse2016-03-112-8/+4
| | * | | | | | | | | Refactor Gitlab::SnippetSearchResultsYorick Peterse2016-03-113-7/+33
| | * | | | | | | | | Refactor Gitlab::SearchResultsYorick Peterse2016-03-113-11/+72
| | * | | | | | | | | Use ILIKE/LIKE for searching milestonesYorick Peterse2016-03-112-2/+41
| | * | | | | | | | | Use ILIKE/LIKE for Issuable.search and full_searchYorick Peterse2016-03-112-3/+65
| | * | | | | | | | | Use ILIKE/LIKE for searching CI runnersYorick Peterse2016-03-112-3/+45