summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: PoC for breaking up Ability a bitrs-abilitiesRobert Speicher2016-07-137-241/+407
* Merge branch 'build-auto-refresh' into 'master' Jacob Schatz2016-07-062-5/+5
|\
| * Fixed issue with build auto-refresh not workingbuild-auto-refreshPhil Hughes2016-07-062-5/+5
* | Merge branch '18283-pluralize-stage-headings' into 'master' Jacob Schatz2016-07-063-3/+3
|\ \
| * | Remove plural from pipelines_spec18283-pluralize-stage-headingsAnnabel Dunstone2016-07-061-1/+1
| * | Get rid of pluralize on stage namesAnnabel Dunstone2016-07-062-2/+2
* | | Merge branch '18858-options-dropdown-on-mobile-should-be-full-width' into 'ma...Jacob Schatz2016-07-061-0/+3
|\ \ \
| * | | Added 100% width to open dropdown menus on mobile18858-options-dropdown-on-mobile-should-be-full-widthLuke "Jared" Bennett2016-06-221-0/+3
* | | | Update CHANGELOG for 8.9.5Robert Speicher2016-07-061-9/+13
* | | | Merge branch 'fix_ldap_config' into 'master' Drew Blessing2016-07-061-21/+21
|\ \ \ \
| * | | | Fix erroneous YAML spacing in LDAP configurationDrew Blessing2016-05-271-21/+21
* | | | | Merge branch 'gh-pull-requests' into 'master' Rémy Coutable2016-07-065-19/+35
|\ \ \ \ \
| * | | | | Update CHANGELOGDouglas Barbosa Alexandre2016-07-061-0/+1
| * | | | | Consider that a GH exists only if both `ref`, and `sha` existDouglas Barbosa Alexandre2016-07-063-18/+31
| * | | | | Doesn't trigger Git hooks when cleaning up restored branches from GitHubDouglas Barbosa Alexandre2016-07-061-1/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'escape-to-cancel-note' into 'master' Jacob Schatz2016-07-061-9/+39
|\ \ \ \ \
| * | | | | Use switch/when statementescape-to-cancel-noteDouwe Maan2016-07-051-21/+24
| * | | | | Double to single quotesDouwe Maan2016-07-041-1/+1
| * | | | | Add confirmation when canceling creating/editing with changesDouwe Maan2016-07-041-0/+12
| * | | | | Cancel creating or editing note by hitting EscapeDouwe Maan2016-07-041-5/+20
* | | | | | Merge branch 'remove-lowercase-gitlab-ci-yml' into 'master' Robert Speicher2016-07-0615-238/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix specsRémy Coutable2016-07-061-3/+3
| * | | | | Remove duplicate templates that are lowercaseRémy Coutable2016-07-0614-235/+0
* | | | | | Merge branch '15094-throttling-pushes_since_gc' into 'master' Douwe Maan2016-07-062-2/+9
|\ \ \ \ \ \
| * | | | | | Throttle the update of `project.pushes_since_gc` to 1 minute15094-throttling-pushes_since_gcPaco Guzman2016-07-052-2/+9
* | | | | | | Merge branch '19092-fix-event-for-legacydiffnote-not-considered-note' into 'm...Douwe Maan2016-07-063-3/+34
|\ \ \ \ \ \ \
| * | | | | | | Use a more future-proof check for Note/LegacyDiffNote19092-fix-event-for-legacydiffnote-not-considered-noteRémy Coutable2016-07-062-5/+5
| * | | | | | | Fix diff comments not showing up in activity feedRémy Coutable2016-07-043-3/+34
* | | | | | | | Merge branch 'shell-version-bump' into 'master' Douwe Maan2016-07-061-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Bump GITLAB_SHELL_VERSION to 3.2.0shell-version-bumpPatricio Cano2016-07-051-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'gh-labels' into 'master' Robert Speicher2016-07-0611-54/+123
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix unescaped strings in the labels dropdown templategh-labelsDouglas Barbosa Alexandre2016-07-061-2/+2
| * | | | | | | | Update CHANGELOGDouglas Barbosa Alexandre2016-07-051-0/+1
| * | | | | | | | Render label name contains ?, & in the labels dropdown without escapingDouglas Barbosa Alexandre2016-07-052-6/+5
| * | | | | | | | Use CGI.unescapeHTML rather than doing the gsub with a mapDouglas Barbosa Alexandre2016-07-052-12/+2
| * | | | | | | | Move `unescape_html_entities` from LabelsHelper to Label modelDouglas Barbosa Alexandre2016-07-054-19/+13
| * | | | | | | | Render references for labels that name contains ?, or &Douglas Barbosa Alexandre2016-07-056-17/+77
| * | | | | | | | Allow '?', or '&' for label titlesDouglas Barbosa Alexandre2016-07-056-44/+69
| |/ / / / / / /
* | | | | | | | Merge branch 'fix/import-url-validator' into 'master' Robert Speicher2016-07-066-4/+156
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | refactor url validator to use sanitizer for checkfix/import-url-validatorJames Lopez2016-07-011-3/+1
| * | | | | | | typoJames Lopez2016-06-301-1/+1
| * | | | | | | few more changes from suggestionsJames Lopez2016-06-304-5/+4
| * | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-url-...James Lopez2016-06-30414-768/+1863
| |\ \ \ \ \ \ \
| * | | | | | | | use class methodJames Lopez2016-06-301-7/+8
| * | | | | | | | few changes based on feedbackJames Lopez2016-06-305-17/+20
| * | | | | | | | fix merge conflictsJames Lopez2016-06-28279-1673/+4090
| |\ \ \ \ \ \ \ \
| * | | | | | | | | added more info on how addressable URI differs from what we use in UrlValidatorJames Lopez2016-06-241-1/+3
| * | | | | | | | | updated validator based on feedbackJames Lopez2016-06-231-3/+3
| * | | | | | | | | fix chnagelogJames Lopez2016-06-221-2/+3
| * | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-url-...James Lopez2016-06-221-2/+5
| |\ \ \ \ \ \ \ \ \