Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-07-06Consider that a GH exists only if both `ref`, and `sha` existDouglas Barbosa Alexandre
2016-07-06Doesn't trigger Git hooks when cleaning up restored branches from GitHubDouglas Barbosa Alexandre
2016-07-06Merge branch 'gh-labels' into 'master' Robert Speicher
2016-07-06Merge branch 'fix/import-url-validator' into 'master' Robert Speicher
2016-07-06Merge branch 'fix/project-export-error' into 'master' Rémy Coutable
2016-07-06fix typoJames Lopez
2016-07-06even more debugJames Lopez
2016-07-06Use CGI.unescapeHTML rather than doing the gsub with a mapDouglas Barbosa Alexandre
2016-07-06Move `unescape_html_entities` from LabelsHelper to Label modelDouglas Barbosa Alexandre
2016-07-06Render references for labels that name contains ?, or &Douglas Barbosa Alexandre
2016-07-06Revert back to not defining a default Git access protocol.Patricio Cano
2016-07-06Default Git access protocol to `web`Patricio Cano
2016-07-06Rename `enabled_git_access_protocols` to singular.Patricio Cano
2016-07-06Don't allow empty strings in the `protocol` check.Patricio Cano
2016-07-06Correct access control flow for Git HTTP requests.Patricio Cano
2016-07-06Clarify protocol access check, and make Git HTTP access call more specific.Patricio Cano
2016-07-06Raise an error if no protocol is passed to the GitAccess check.Patricio Cano
2016-07-06Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano
2016-07-06Only allow Git Access on the allowed protocolPatricio Cano
2016-07-05Merge branch 'update-gemoji' into 'master' Robert Speicher
2016-07-05RailsCache metrics now includes fetch_hit/fetch_miss and read_hit/read_miss i...Paco Guzman
2016-07-05Instrument cache fetch hit and cache fetch missesPaco Guzman
2016-07-05Merge branch 'refactor/ci-config-move-global-entries' into 'master' Rémy Coutable
2016-07-04Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqDmitriy Zaporozhets
2016-07-04Merge branch 'more_descriptive_git_shell_messages' into 'master' Dmitriy Zaporozhets
2016-07-04Handle custom Git hook result in GitLab UIValery Sizov
2016-07-04Add minor improvements in readability in CI configGrzegorz Bizon
2016-07-04Merge branch 'save-artifacts_sizes' into 'master' Rémy Coutable
2016-07-04Better message for git hooks and file locksValery Sizov
2016-07-04Merge remote-tracking branch 'upstream/master' into save-artifacts_sizesLin Jen-Shin
2016-07-04Extract CI configuration entry node factory methodGrzegorz Bizon
2016-07-02Merge branch 'master' into dev-masterTomasz Maczukin
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-07-01Merge branch 'fix-relative-root-emoji-support' into 'master' Stan Hu
2016-07-01Fix emoji paths in relative root configurationsStan Hu
2016-07-01Merge branch 'todos-api' into 'master' Rémy Coutable
2016-07-01Merge branch 'fix/import-export-events' into 'master' Rémy Coutable
2016-07-01Merge branch 'refactor-tags-branches-api' into 'master' Rémy Coutable
2016-07-01use has_many relationship with eventsJames Lopez
2016-07-01Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-expo...James Lopez
2016-07-01Support creating a todo on issuables via APIRobert Schilling
2016-07-01Expose target, filter by state as stringRobert Schilling
2016-07-01Add todos API documentation and changelogRobert Schilling
2016-07-01Metrics for Rouge::Plugins::Redcarpet and Rouge::Formatters::HTMLGitlabPaco Guzman
2016-07-01pass paginated array when deleting notesRobert Schilling
2016-07-01Expose action_nameRobert Schilling
2016-07-01Add user to project to see todosRobert Schilling
2016-07-01Move to helper, no instance variablesRobert Schilling
2016-07-01Fix rebaseRobert Schilling
2016-07-01Add Todos APIDouglas Barbosa Alexandre