Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add yaml definition to codeblockgitlab-ci-yaml-updates | Achilleas Pipinellis | 2016-03-14 | 1 | -1/+1 |
* | Refactor dependencies directive | Achilleas Pipinellis | 2016-03-13 | 1 | -21/+26 |
* | Add hidden jobs | Achilleas Pipinellis | 2016-03-13 | 1 | -0/+18 |
* | Refactor YAML anchors and explain the examples | Achilleas Pipinellis | 2016-03-13 | 1 | -22/+82 |
* | Refactor artifacts:name | Achilleas Pipinellis | 2016-03-13 | 1 | -11/+12 |
* | Change notes to new styleguide using blockquotes | Achilleas Pipinellis | 2016-03-12 | 1 | -16/+21 |
* | Merge branch 'master' into gitlab-ci-yaml-updates | Achilleas Pipinellis | 2016-03-12 | 86 | -821/+1381 |
|\ | |||||
| * | Merge branch 'projects-finder-ee-compatible' into 'master' | Dmitriy Zaporozhets | 2016-03-12 | 2 | -7/+4 |
| |\ | |||||
| | * | Removed User#project_relationsprojects-finder-ee-compatible | Yorick Peterse | 2016-03-12 | 2 | -7/+4 |
| * | | Merge branch 'filter-import-url' into 'master' | Douwe Maan | 2016-03-12 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Filter import_url params because they may contain auth information. Fixes #14199filter-import-url | Josh Frye | 2016-03-10 | 1 | -1/+1 |
| * | | | Merge branch 'fix-gh-pr-import' into 'master' | Douwe Maan | 2016-03-12 | 3 | -45/+40 |
| |\ \ \ | |||||
| | * | | | Fix importing PR's from GitHub when the source repo was removed | Douglas Barbosa Alexandre | 2016-03-10 | 3 | -45/+40 |
| * | | | | Merge branch 'rs-disallow-blank-line-code' into 'master' | Douwe Maan | 2016-03-12 | 3 | -1/+23 |
| |\ \ \ \ | |||||
| | * | | | | Disallow blank (non-null) values for a Note's `line_code` attributers-disallow-blank-line-code | Robert Speicher | 2016-03-11 | 3 | -1/+23 |
| * | | | | | Merge branch 'ignore-byebug-history' into 'master' | Douwe Maan | 2016-03-12 | 1 | -0/+1 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| | * | | | | Ignore .byebug_historyignore-byebug-history | Zeger-Jan van de Weg | 2016-03-09 | 1 | -0/+1 |
| * | | | | | Merge branch 'fix/token-timing-attack' into 'master' | Douwe Maan | 2016-03-12 | 2 | -3/+3 |
| |\ \ \ \ \ | |||||
| | * | | | | | add SHA256 to secure_comparefix/token-timing-attack | James Lopez | 2016-03-08 | 2 | -3/+3 |
| | * | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/token-timin... | James Lopez | 2016-03-08 | 356 | -3055/+4414 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | fix token issue - timing attack | James Lopez | 2016-03-02 | 2 | -3/+3 |
| * | | | | | | | Merge branch 'nico-de-ceulaer/gitlab-ce-13865-handle-other-emails-for-avatar-... | Douwe Maan | 2016-03-12 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | ensure also alternative email addresses are used when looking up user | nico de ceulaer | 2016-03-03 | 1 | -1/+1 |
| * | | | | | | | | Merge branch 'fix_responsive_layout_bug' into 'master' | Jacob Schatz | 2016-03-11 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fix responsive bug top navigation | Dennis van de Hoef | 2016-03-11 | 1 | -1/+1 |
| * | | | | | | | | | Merge branch 'rs-issue-12944' into 'master' | Douwe Maan | 2016-03-11 | 3 | -18/+52 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
| | * | | | | | | | | Use a custom Devise failure app to handle unauthenticated .zip requestsrs-issue-12944 | Robert Speicher | 2016-03-08 | 3 | -18/+52 |
| * | | | | | | | | | Merge branch 'trigram-index-searching' into 'master' | Robert Speicher | 2016-03-11 | 36 | -71/+926 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | More detailed trigram migration error messagetrigram-index-searching | Yorick Peterse | 2016-03-11 | 1 | -1/+4 |
| | * | | | | | | | | | Use a UNION in MergeRequest.in_projects | Yorick Peterse | 2016-03-11 | 2 | -1/+24 |
| | * | | | | | | | | | Added changelog entry for search performance | Yorick Peterse | 2016-03-11 | 1 | -0/+1 |
| | * | | | | | | | | | Added pg_trgm to the PostgreSQL requirements | Yorick Peterse | 2016-03-11 | 1 | -0/+11 |
| | * | | | | | | | | | Corrected spec title for Namespace.search | Yorick Peterse | 2016-03-11 | 1 | -1/+1 |
| | * | | | | | | | | | Make Namespace.search case-insensitive | Yorick Peterse | 2016-03-11 | 2 | -6/+35 |
| | * | | | | | | | | | Removed arel_table receiver from search methods | Yorick Peterse | 2016-03-11 | 6 | -6/+6 |
| | * | | | | | | | | | Fixed a few spec typos | Yorick Peterse | 2016-03-11 | 2 | -6/+6 |
| | * | | | | | | | | | Clean up ProjectsFinder for getting user projects | Yorick Peterse | 2016-03-11 | 2 | -4/+10 |
| | * | | | | | | | | | Removed order from sub-query projects for search | Yorick Peterse | 2016-03-11 | 1 | -1/+1 |
| | * | | | | | | | | | Added ProjectSearchResults#project_ids_relation | Yorick Peterse | 2016-03-11 | 1 | -0/+4 |
| | * | | | | | | | | | Fixed ProjectSearchResults spec to use a Project | Yorick Peterse | 2016-03-11 | 1 | -2/+2 |
| | * | | | | | | | | | Disable Rubocop for PostgreSQL patches | Yorick Peterse | 2016-03-11 | 1 | -0/+2 |
| | * | | | | | | | | | Patch MySQL to ignore PostgreSQL schema options | Yorick Peterse | 2016-03-11 | 1 | -0/+49 |
| | * | | | | | | | | | Updated schema to include Pg operator classes | Yorick Peterse | 2016-03-11 | 1 | -19/+19 |
| | * | | | | | | | | | Backport Rails support for PostgreSQL opclasses | Yorick Peterse | 2016-03-11 | 1 | -0/+186 |
| | * | | | | | | | | | Refactor Gitlab::ProjectSearchResults | Yorick Peterse | 2016-03-11 | 2 | -8/+4 |
| | * | | | | | | | | | Refactor Gitlab::SnippetSearchResults | Yorick Peterse | 2016-03-11 | 3 | -7/+33 |
| | * | | | | | | | | | Refactor Gitlab::SearchResults | Yorick Peterse | 2016-03-11 | 3 | -11/+72 |
| | * | | | | | | | | | Use ILIKE/LIKE for searching milestones | Yorick Peterse | 2016-03-11 | 2 | -2/+41 |
| | * | | | | | | | | | Use ILIKE/LIKE for Issuable.search and full_search | Yorick Peterse | 2016-03-11 | 2 | -3/+65 |
| | * | | | | | | | | | Use ILIKE/LIKE for searching CI runners | Yorick Peterse | 2016-03-11 | 2 | -3/+45 |