summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add Gitlab::Git::PositionTracerDouwe Maan2016-07-061-0/+168
* Add Gitlab::Diff::LineMapperDouwe Maan2016-07-061-0/+64
* Add Gitlab::Git::PositionDouwe Maan2016-07-062-0/+182
* Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan2016-07-065-26/+38
* Style diff and blob file headers the same wayDouwe Maan2016-07-061-10/+5
* Add DiffFile#blob and #old_blobDouwe Maan2016-07-061-5/+21
* Add Timeless helper module to prevent updated_at from being updatedDouwe Maan2016-07-061-0/+16
* Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-065-22/+49
* Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-062-4/+4
* Consider that a GH exists only if both `ref`, and `sha` existDouglas Barbosa Alexandre2016-07-061-4/+8
* Doesn't trigger Git hooks when cleaning up restored branches from GitHubDouglas Barbosa Alexandre2016-07-061-1/+3
* Merge branch 'gh-labels' into 'master' Robert Speicher2016-07-061-2/+6
|\
| * Use CGI.unescapeHTML rather than doing the gsub with a mapDouglas Barbosa Alexandre2016-07-051-1/+1
| * Move `unescape_html_entities` from LabelsHelper to Label modelDouglas Barbosa Alexandre2016-07-051-1/+1
| * Render references for labels that name contains ?, or &Douglas Barbosa Alexandre2016-07-051-2/+6
* | Merge branch 'fix/import-url-validator' into 'master' Robert Speicher2016-07-061-1/+9
|\ \
| * | few more changes from suggestionsJames Lopez2016-06-301-1/+0
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-url-...James Lopez2016-06-3024-266/+358
| |\ \
| * | | use class methodJames Lopez2016-06-301-7/+8
| * | | few changes based on feedbackJames Lopez2016-06-301-1/+9
* | | | Merge branch 'fix/project-export-error' into 'master' Rémy Coutable2016-07-063-3/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix typofix/project-export-errorJames Lopez2016-07-061-1/+1
| * | | even more debugJames Lopez2016-07-063-3/+5
* | | | Revert back to not defining a default Git access protocol.Patricio Cano2016-07-051-1/+1
* | | | Default Git access protocol to `web`Patricio Cano2016-07-052-5/+3
* | | | Rename `enabled_git_access_protocols` to singular.Patricio Cano2016-07-051-2/+2
* | | | Don't allow empty strings in the `protocol` check.Patricio Cano2016-07-051-1/+1
* | | | Correct access control flow for Git HTTP requests.Patricio Cano2016-07-051-4/+4
* | | | Clarify protocol access check, and make Git HTTP access call more specific.Patricio Cano2016-07-051-1/+1
* | | | Raise an error if no protocol is passed to the GitAccess check.Patricio Cano2016-07-052-2/+3
* | | | Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano2016-07-052-11/+5
* | | | Only allow Git Access on the allowed protocolPatricio Cano2016-07-054-5/+37
* | | | Merge branch 'update-gemoji' into 'master' Robert Speicher2016-07-053-3/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Add emoji.rb in lib/gitlab instead of using the gitlab_emoji gem.update-gemojiConnor Shea2016-06-293-3/+24
* | | | RailsCache metrics now includes fetch_hit/fetch_miss and read_hit/read_miss i...Paco Guzman2016-07-051-2/+12
* | | | Instrument cache fetch hit and cache fetch missesPaco Guzman2016-07-051-0/+12
* | | | Merge branch 'refactor/ci-config-move-global-entries' into 'master' Rémy Coutable2016-07-0519-139/+364
|\ \ \ \
| * | | | Add minor improvements in readability in CI configrefactor/ci-config-move-global-entriesGrzegorz Bizon2016-07-043-4/+3
| * | | | Extract CI configuration entry node factory methodGrzegorz Bizon2016-07-041-8/+12
| * | | | Improve description of CI types node and in specsGrzegorz Bizon2016-06-301-1/+1
| * | | | Explicitly define entry node class in new CI configGrzegorz Bizon2016-06-292-11/+11
| * | | | Add CI config entry validator for allowed keysGrzegorz Bizon2016-06-294-18/+17
| * | | | Return compound value if CI config node is compositeGrzegorz Bizon2016-06-291-1/+6
| * | | | Move global CI cache configuration to new CI classesGrzegorz Bizon2016-06-292-29/+3
| * | | | Add global cache config entry to new CI configGrzegorz Bizon2016-06-295-6/+19
| * | | | Add CI config entry location info to error messageGrzegorz Bizon2016-06-292-7/+9
| * | | | Make it possible to set parent in CI config nodeGrzegorz Bizon2016-06-292-3/+4
| * | | | Merge branch 'master' into refactor/ci-config-move-global-entriesGrzegorz Bizon2016-06-2840-253/+557
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Validate interface only with CI node validatorGrzegorz Bizon2016-06-272-15/+17
| * | | | Add new ci config entry that handles cache configGrzegorz Bizon2016-06-273-12/+58